Feel free to report bugs you have encountered and suggest new features.
For any new development, please respect the standards in place on the project (enforced by the CI):
- formatting with black
- validated by flake8 and (coming soon) mypy
- tested with unittest
- compatible from python 3.3 to python 3.8
To install development dependencies: pip install -r requirements.dev.txt
.