一種變長文本編解碼方案,支持對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 encode_from_string, decode_to_string
r = encode_from_string('hello,世界')
print(r)
r = 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.0.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.0.tar.gz.
File metadata
- Download URL: lzy_codec-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee36c39b3091aeee21da8c22f9fee7f9e996b4b38630fa82c71feebe44dc31b7
|
|
| MD5 |
0b01bddb04a0a6b9f6a1b231dd49148c
|
|
| BLAKE2b-256 |
0d43d846a8a1633efae8ef1656ac88173cf3f7255e7bd6e091ff02e6515a589f
|
File details
Details for the file lzy_codec-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lzy_codec-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
991d9a7361e30eb9e622726ea911ff34b7f60ef9fc8d07a390b1cd9b0643721d
|
|
| MD5 |
607cb09e5d9493126564cbf6e0ef03b9
|
|
| BLAKE2b-256 |
6db374f753d9163d395065d832b71fe5ad4b09a7b0aae567a284fa235516e102
|