B10 (Base-4096) number system for space saving
Project description
B10 Numerical System (Base-4096)
B10 is a high-density numerical encoding system that uses a custom 4096-character alphabet. It is designed to minimize data weight in text-based protocols.
Key Features:
- High Density: Encodes 12 bits of data into a single UTF-8 character.
- Float Support: Handles decimal numbers with high precision.
- Cross-Platform: Fully compatible with the B10 JavaScript ecosystem.
Usage:
from num_b10 import num_b10
# Encoding
encoded = num_b10.encode(1024) # Result: single character
# Decoding
decoded = num_b10.decode(encoded) # Result: "1024"
``
Support: support.base.4096@gmail.com
---
### 2. Файл pyproject.toml
Здесь я указал твою почту и убрал личные имена.
```toml
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "num_b10"
version = "1.0.0"
description = "High-density Base-4096 numerical encoding system"
readme = "README.md"
authors = [
{ email="support.base.4096@gmail.com" },
]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[tool.setuptools.packages.find]
where = ["src"]
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
num_b10-1.0.0.tar.gz
(3.0 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 num_b10-1.0.0.tar.gz.
File metadata
- Download URL: num_b10-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0671cf41682a05e771b546d0240e03ed7cecbde9f1f8d8e7e72ec4902148fcd4
|
|
| MD5 |
3ea73d01612a16a8520e82dc453a4de5
|
|
| BLAKE2b-256 |
238cf09b44eac8dd6c045a99484c6d99fd9ea7b87e175ae664212d06dd25b80a
|
File details
Details for the file num_b10-1.0.0-py3-none-any.whl.
File metadata
- Download URL: num_b10-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e2a38ad61f4c01c290147903054a4724775709d0c7d2f8559328d0686207a4e
|
|
| MD5 |
ab46de80cca97d8ea1690ff2f80d7ab5
|
|
| BLAKE2b-256 |
55fecda04469cc2d17fafd2752f8ad21617f587d128b6cbe7eb2c6b582ac65f4
|