sagarchalise / geany-pycoding

Python Coding for Geany IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ If you are already using Peasy then this branch is RECOMMENDED.

PyCoding Helper for Geany

Comes with:

  • Auto Lint Python Files based on this helper. Runs automatically on open/activation of python files.
  • Format python code on save with black.
  • Complete Python Code Based on jedi.

Requirements:

  • Server bundled here needs to be run manually.
  • black, blackd and jedi needs to be installed as well as your favorite linter. I use flake8. All in python3

TODO

  • Run Server Automatically.
  • Give Option for formatter.

WARNING: BUGGY

About

Python Coding for Geany IDE


Languages

Language:C 69.5%Language:Python 26.7%Language:Makefile 3.7%