[ ソース: python-base36 ]
パッケージ: python3-base36 (0.1.1-2)
python3-base36 に関するリンク
Debian の資源:
python-base36 ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python implementation of base36 encoding and decoding
Base36 is a Python library providing yet another implementation for the base36 encoding system, a positional numeral system with a radix of 36. It allows for the encoding of integers into a compact alphanumeric string and the decoding back to integers. This package supports direct conversion between numbers and their base36 representations, making it suitable for applications that require short, human-readable numeric identifiers.