Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

rustle-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (179.0 kB view hashes)

Uploaded CPython 3.11 macOS 11.0+ ARM64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page