py-spectre/README.md

15 lines
207 B
Markdown
Raw Permalink Normal View History

# 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