A reversible encoding library with compression and CRC32
Project description
AzrMoo Enc v2
A reversible encoding library with compression and CRC32 checksum.
Install
pip install azrmooenc
Usage
import azrmooenc
# Strings
encoded = azrmooenc.encode("Hello, World!")
decoded = azrmooenc.decode(encoded)
# Bytes
encoded = azrmooenc.encode_bytes(b"data")
decoded = azrmooenc.decode_bytes(encoded)
# With key
encoded = azrmooenc.encode("Secret", key="mykey")
# Files
azrmooenc.encode_file("photo.jpg", "photo.jpg.azr")
azrmooenc.decode_file("photo.jpg.azr", "photo.jpg")
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
azrmooenc-2.0.0.tar.gz
(6.4 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 azrmooenc-2.0.0.tar.gz.
File metadata
- Download URL: azrmooenc-2.0.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5606beee91dde4bb3094d599b58b8f0e78e8cb2bb02ee92bbf062ec2d204e37
|
|
| MD5 |
3f2fb7568bb8c5a3bfdc24c9e89d0afb
|
|
| BLAKE2b-256 |
9550233be90d32abf095fd67e21f5eaf4fab30f51ce6ddbe0c6894a28161e62f
|
File details
Details for the file azrmooenc-2.0.0-py3-none-any.whl.
File metadata
- Download URL: azrmooenc-2.0.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a172c6139fb454e41a9066dd2219c679d7c0417afd354b8812c8202a28a02b0b
|
|
| MD5 |
e2e7a8ce687f91f356f41ceae8c3f838
|
|
| BLAKE2b-256 |
e4b3ddda9b4566c15c00f8a7829e4efaaceb90c331a732ba08af73382f65b3fa
|