Skip to main content

Python Wrapper for Rust Persistent Data Structures

Project description

Build Status Crates.io PyPI

Python Wrapper for Rust Persistent Data Structures

pyrpds is a library which provides CPython bindings to Rust's rpds library.

The project has 2 goals:

  • Allow packages that are built on top of rpds to expose Python bindings easily.
  • Provide faster drop-in replacements for pyrsistent data structures.

Python API will be exactly the same as pyrsistent API.

Installation Instructions

For Users

Python

pip install pyrpds

Rust

Add following lines to Cargo.toml:

[dependencies.pyrpds]
version = "<version>"

For Contributors

Installing Dependencies

Install Rust and Conda.

Installing nightly Rust

rustup install nightly
rustup override set nightly

Installing Conda environment

conda env create -f environment.yaml

Installing pyrpds

conda activate pyrpds
maturin build

Testing pyrpds

conda activate pyrpds
pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pyrpds-0.0.6-cp38-cp38-manylinux1_x86_64.whl (197.4 kB view hashes)

Uploaded CPython 3.8

pyrpds-0.0.6-cp38-cp38-macosx_10_7_x86_64.whl (169.6 kB view hashes)

Uploaded CPython 3.8 macOS 10.7+ x86-64

pyrpds-0.0.6-cp37-cp37m-macosx_10_7_x86_64.whl (169.6 kB view hashes)

Uploaded CPython 3.7m macOS 10.7+ x86-64

pyrpds-0.0.6-cp36-cp36m-manylinux1_x86_64.whl (197.7 kB view hashes)

Uploaded CPython 3.6m

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