This project is a Python 3 implementation of the Base32Check1 algorithm. The minimum requirement is Python 3.6. There are no additional requirements/dependencies.
This project is covered by the Apache License, Version 2.
For an easy release process and upload to PyPI zest.releaser can be used.
First you have to configure your ~/.pypirc
with your credentials(doc).
Then you can start the release process.
$ python3.9 -m venv venv
$ venv/bin pip install zest.releaser[recommended]
$ venv/bin/fullrelease
```