Skip to content

bitmarck-service/base32check-python

Repository files navigation

Release Notes Apache License 2.0 Test Workflow PyPI PyPI - Python Version

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 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

```