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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file python-zbase32-0.1.1.tar.gz
.
File metadata
- Download URL: python-zbase32-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.10.47-linuxkit
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
125cf913bb69ac0122e7f6102b44f31914eba2f5dc661f8026e14ab1331f9b97
|
|
MD5 |
1bb4dada02a625491f97af0dae5a44ba
|
|
BLAKE2b-256 |
ce3511097c17a4bfe226c2e360b79c667a85edd422dae39d96e7c011ae62f9ac
|
File details
Details for the file python_zbase32-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: python_zbase32-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.10.47-linuxkit
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
58128dbb1dbcf442c9bb740ce58f3ca78d81371b3033e3b92edbffdfb8acd2e9
|
|
MD5 |
975edf0de1a7caac8ee20cf71086003c
|
|
BLAKE2b-256 |
579eb9a3e61955925acb35ded5eb0513af887649782eb423382d5c80354341e7
|