A Python package for base69 encoding
Project description
Base69
A Python package for Base69 encoding and decoding.
Installation
pip install base69
Usage
from base69 import encode, decode
# Encode bytes to Base69
encoded = encode(b"Hello, World!")
print(encoded)
# Decode Base69 back to bytes
decoded = decode(encoded)
print(decoded)
Development
To install for development:
pip install -e .
License
MIT
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
encodelikepro-0.1.0.tar.gz
(2.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file encodelikepro-0.1.0.tar.gz.
File metadata
- Download URL: encodelikepro-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
affa4f11c4858171e1aa68b6815071c25750fc0a67a1087e0db2f9d53e2f1907
|
|
| MD5 |
95fc1d853c8306a5737c1bf96168aa0d
|
|
| BLAKE2b-256 |
01d6664dc759d9072b7153859aabccbe86b308dc389d3ff0d618ddc1fac7a3e8
|
File details
Details for the file encodelikepro-0.1.0-py3-none-any.whl.
File metadata
- Download URL: encodelikepro-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
069315f7524b8d62975e72f7747e2157ccc61f385c66ac971222d881d5ead182
|
|
| MD5 |
1032c79ac48249b2ef0c893aa6d29802
|
|
| BLAKE2b-256 |
be547f540f8ad67a32c41751df293acf1c01212dc78044088cc49feb2d2e02fb
|