A human-oriented base-32 encoding.
poetry add python-zbase32
pip install python-zbase32
>>> import zbase32
>>> zbase32.encode(b"asdasd")
'cf3seamuco'
>>> zbase32.decode("cf3seamu")
b"asdas"
Command | Description |
---|---|
make bootstrap |
install project dependencies |
make ci |
run continuous integration tasks |
make console |
open a repl console |
make format |
format all source files |
make setup |
setup the project after a git clone |
make test |
run the applications test suite |
make update |
update the project after a git pull |
This project is licensed under the MIT licence.
All documentation and images are licenced under the Creative Commons Attribution-ShareAlike 4.0 International License.
This project uses Semantic Versioning.