Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A human-oriented base-32 encoding.

License

NotificationsYou must be signed in to change notification settings

artisanofcode/python-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

CommandDescription
make bootstrapinstall project dependencies
make cirun continuous integration tasks
make consoleopen a repl console
make formatformat all source files
make setupsetup the project after agit clone
make testrun the applications test suite
make updateupdate the project after agit pull

⚖️ Licence

This project is licensed under theMIT licence.

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

📝 Meta

This project usesSemantic Versioning.

About

A human-oriented base-32 encoding.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp