0 purchases
base32check1 0.2.0
base32check-python
This project is a Python 3 implementation of the Base32Check1 algorithm.
The minimum requirement is Python 3.6.
There are no additional requirements/dependencies.
License
This project is covered by the Apache License, Version 2.
Release
For an easy release process and upload to PyPI [zest.releaser]
(https://github.com/zestsoftware/zest.releaser) can be used.
First you have to configure your ~/.pypirc with your credentials. ([doc]
(https://zestreleaser.readthedocs.io/en/latest/uploading.html#pypi-configuration-file-pypirc))
Then you can start the release process.
$ python3.9 -m venv venv
$ venv/bin pip install zest.releaser[recommended]
$ venv/bin/fullrelease
```
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.