Thonny plugin for source formatting with black (Thonny >= 4.x)
This plugin enables formatting with black tool inside Thonny python editor.
Originally there was this plugin available:
https://pypi.org/project/thonny-black-format/
From Thonny release 4.0.0 the plugin stopped working and has been found in an abandoned project state (dead github project home page link) but still installable from PyPI repository.
This is an adptation built from the sources installes and modified in order to make it work for Thonny release 4.0.0 and - hopefully - subsequent.
All credits go to the author "Franccisco" of the original plugin.
All information available to me related to the original plugin is in the following two links.
Github repo: https://github.com/Franccisco/thonny-black-code-format [dead link] Docs: https://pypi.org/project/thonny-black-format/
Credits for this part of the readme go to the original author Franccisco
This can be easily installed via Thonny.
Go to Tools -> Manage plug-ins...
, type thonny-black-format
and click on Find package from PyPI.
Install the plugin and restart Thonny.
Alternatively, you can install via pip with ```pip install --user thonny-black-format````
Credits for this part of the readme go to the original author Franccisco
There are two ways to run the plugin:
Tools -> Format with Black
Ctrl+Alt+c
All changes will be automatically saved.
If you prefer, you can undo them.
Contributions are welcome! Feel free to sumbit an issue and/or a pull request.