Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 926 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 926 Bytes

⚠️ 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