Ultra JSON compressor/decompressor
Project description
UltraCompress Module
Ce module permet de compresser et décompresser des fichiers JSON en utilisant un format binaire .uc.
Installation
pip install ultracompress_module
Utilisation
from ultracompress_module import compress, decompress
# Compresser un fichier JSON
compress("input.json", "output.uc")
# Décompresser un fichier .uc
decompress("output.uc", "input2.json")
Licence
Ce projet est sous licence MIT. Voir le fichier LICENSE pour plus de détails.
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 ultracompress_module-0.1.1.tar.gz.
File metadata
- Download URL: ultracompress_module-0.1.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b9299ffa1b28dc95a784cad0e377a90ab3c7f2e26893765619f133ae319dec6
|
|
| MD5 |
bb953b70cca3c0bc1d9160d54c8a2c69
|
|
| BLAKE2b-256 |
c6ad0e932486ffc6c5b678a75694ec86edeef65ac07326086670b4776eada88b
|
File details
Details for the file ultracompress_module-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ultracompress_module-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6b8c3fe7e0a9367c9532e460f085cc6ce8a89e74fe01557964341a98a041859
|
|
| MD5 |
745cb46df9356281bcdfd2132640a63f
|
|
| BLAKE2b-256 |
c6c415b6272aed68fba0db400569b255cbd552c225a0b566f388b67870c7795e
|