For security issues, see SECURITY.
Please raise non-security bugs and suggestions in the Issues on the GitHub-hosted repository.
Please use Python 3.8+, and use make lint
to apply the coding standards. You can safely ignore errors from vulture
, but please act on all other errors and warnings (either correct the code, or suppress the error, if justified).
Use make
to apply the linter and package the wheel.
If you want to build the distributable binary, then please use make nuitka
on the platform you want the binary for.
Please fork the repository, and raise a Pull Request (PR) for review.
Remember to update the README and CHANGELOG, and the version number in pyproject.toml
Your changes must be acceptable under the LICENSE of the project.
Follow the Code of Conduct.