Skip to main content

A human-oriented base-32 encoding.

Project description

zbase32

A human-oriented base-32 encoding.

🛠 Installing

poetry

poetry add python-zbase32

pip

pip install python-zbase32

🎓 Usage

>>> import zbase32
>>> zbase32.encode(b"asdasd")
'cf3seamuco'
>>> zbase32.decode("cf3seamu")
b"asdas"

🔧 Development

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

⚖️ Licence

This project is licensed under the MIT licence.

All documentation and images are licenced under the Creative Commons Attribution-ShareAlike 4.0 International License.

📝 Meta

This project uses Semantic Versioning.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-zbase32-0.1.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

python_zbase32-0.1.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page