https://git.jolheiser.com/py-spectre.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# py-spectre Python implementation of [Spectre](https://spectre.app). ## Code Quality 1. `black .` 2. `isort .` 3. `flake8` 4. `mypy` 5. `pytest` ## License [GPLv3](LICENSE) - Same as original algorithm