一種變長文本編解碼方案,支持對Unicode進行編解碼。編解碼效率、存儲空間全面優於UTF-8,未來會替代UTF-8成為新的世界通用編解碼標準。
Project description
LZY Codec
一種變長文本編解碼方案,支持對Unicode進行編解碼。編解碼效率、存儲空間全面優於UTF-8,未來會替代UTF-8成為新的世界通用編解碼標準。
Other languages
install
pip install lzy_codec
example
from lzy_codec import lzy
r = lzy.encode_from_string('hello,世界')
print(r)
r = lzy.decode_to_string(r)
print(r)
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
lzy_codec-0.1.1.tar.gz
(4.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 lzy_codec-0.1.1.tar.gz.
File metadata
- Download URL: lzy_codec-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f41f895103a2e9784953feccda4f54e7f0e242d7c2d14f83704c7d25b1650d71
|
|
| MD5 |
78e934adbb1982a6d51884380292b0f4
|
|
| BLAKE2b-256 |
fdf3467a8605bb3879c69b5ccaed06fd10fcd4a29d7c004fc20757e133d34f07
|
File details
Details for the file lzy_codec-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lzy_codec-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c541c30efdad2711ce426c026d491982e43b9d40974bae5ed36acb9623b6fba
|
|
| MD5 |
a0f69c329bbf2395ecf9dc5aee82781c
|
|
| BLAKE2b-256 |
daa43ea6d1cedbc6c1bc3bb1fc727c1617b724aa2a675dbd7b1c6583320e1a6f
|