PyCoding Helper for Geany
- 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.
- Server bundled here needs to be run manually.
black
,blackd
andjedi
needs to be installed as well as your favorite linter. I useflake8
. All inpython3
- Run Server Automatically.
- Give Option for formatter.