Skip to content

Python implementation of the Base32Check algorithm.

License

Notifications You must be signed in to change notification settings

minddistrict/base32check-python

 
 

Repository files navigation

Release Notes Apache License 2.0 Test Workflow

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

```

About

Python implementation of the Base32Check algorithm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%