Unicode-based Base-256,000 numeral encoding system.
Project description
nk256
Unicode-based Base-256,000 numeral encoding system.
This package encodes massive integers using a custom 256,000-character set starting from U+20000 in the Unicode range. The encoding is compact, reversible, and supports full numeric sorting. Some characters may not render properly on all systems, but the data is fully intact and designed for machine use.
Example
import nk256
n = 98765432101234567890
encoded = nk256.encode_nk256(n)
decoded = nk256.decode_nk256(encoded)
print("🔐 Encoded:", encoded)
print("🔓 Decoded:", decoded)
print("✅ Success:", decoded == n)
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
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 nk256-1.0.0.tar.gz.
File metadata
- Download URL: nk256-1.0.0.tar.gz
- Upload date:
- Size: 563.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51bb15ab184d1d2cde8958af9e815bcbc84741d143e6cb860e6056d4e9abf7e3
|
|
| MD5 |
a400fc34748d8aa462e92f175f9875e2
|
|
| BLAKE2b-256 |
76f3bca72a2ff7258c58960f8e9a058f1f1e9f25195ff5113e57c682de75328c
|
File details
Details for the file nk256-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nk256-1.0.0-py3-none-any.whl
- Upload date:
- Size: 562.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cdf6c489307ea4f930245a25b2b18d9a4e877627374eb7d59a6ccb0430325de
|
|
| MD5 |
2795349aba584b8e36baf133c6b0a611
|
|
| BLAKE2b-256 |
50ff5076e9a867219d8c41710d95aca19e7f2be45e48b1ecbc6a7cbf5e6fdec6
|