No project description provided
Project description
rustle (python rle lib built with rust)
Setup
git clone https://github.com/AineeJames/rustle.git
cd rustle
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Example
import rustle
print(rustle.encode_str('aaaabbbcc')) # -> 'a4b3c2'
print(rustle.decode_str('a4b3c2')) # -> 'aaaabbbcc'
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
rustle-0.1.0.tar.gz
(4.9 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 rustle-0.1.0.tar.gz.
File metadata
- Download URL: rustle-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d1c7053e4a02e9b85c0aeb1b4759aa841d4dc9f28e9186e6da26d2243c813a2
|
|
| MD5 |
cbb7b2f4a12d3fcc7cd692c20e9d0c75
|
|
| BLAKE2b-256 |
0b95761775261d502a0492ad83e4d95dc68a80fca0c576c6413cd3dbdefa04f8
|
File details
Details for the file rustle-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: rustle-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 179.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fa82ac1979547be82e4e5cbe9ddbc19cd31aa99a31df8eca9702d84f2614545
|
|
| MD5 |
382b5c175e3a2a90989e07c1c9fc2b19
|
|
| BLAKE2b-256 |
67e5ab0e35b6f7aa376767d67986bf08293f84f91b49341637a841ca2e8d645d
|