Python SSB library, based on https://github.com/pferreir/pyssb
Go to file
Gergely Polonkai b30aa39d6b
ci: Use black instead of flake8
It results in mostly the same style, plus it’s configurable via pyproject.toml.
2023-11-02 12:42:00 +01:00
examples ci: Use black instead of flake8 2023-11-02 12:42:00 +01:00
ssb ci: Use black instead of flake8 2023-11-02 12:42:00 +01:00
tests ci: Use black instead of flake8 2023-11-02 12:42:00 +01:00
.gitignore fix test_server and reorganize requirements files 2018-04-28 17:02:18 +02:00
.pre-commit-config.yaml ci: Use black instead of flake8 2023-11-02 12:42:00 +01:00
AUTHORS Add MIT license and AUTHORS file 2017-06-02 20:43:54 +02:00
CHANGES.rst Add setup.py 2017-07-30 22:41:41 +02:00
LICENSE Add MIT license and AUTHORS file 2017-06-02 20:43:54 +02:00
poetry.lock ci: Use black instead of flake8 2023-11-02 12:42:00 +01:00
pyproject.toml ci: Use black instead of flake8 2023-11-02 12:42:00 +01:00
README.rst Add README badges, bump version 2017-08-01 22:45:54 +02:00
setup.cfg First partially working implementation 2017-06-02 20:09:55 +02:00