Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
A human-oriented base-32 encoding.
License
NotificationsYou must be signed in to change notification settings
artisanofcode/python-zbase32
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A human-oriented base-32 encoding.
poetry add python-zbase32pip 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 agit clone |
make test | run the applications test suite |
make update | update the project after agit pull |
This project is licensed under theMIT licence.
All documentation and images are licenced under theCreative Commons Attribution-ShareAlike 4.0 International License.
This project usesSemantic Versioning.
About
A human-oriented base-32 encoding.
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.