Skip to main content

No project description provided

Project description

This is a package providing python bindings for poppy, a bloom filter library written in Rust.

Installation from git

The following example assumes you are using virtualenvwrapper, it is trivial to adapt to make it work with your preferred python virtual environment.

With virtual environment

mkvirtualenv poppy
git clone https://github.com/hashlookup/poppy
cd poppy/poppy-py
# install maturin (tool shipped with PyO3)
pip install maturin
# installs current bindings into the current virtual env
maturin develop --release
python -c "import poppy; help(poppy)"

With maturin already installed

One can install maturin outside a virtual environment. For example by doing:

pipx install maturin

Please look at the PyO3 documentation to find the different ways to install maturin.

Once this is done, the dependency can be simply installed with

git clone https://github.com/hashlookup/poppy
cd poppy/poppy-py
# installs current bindings into the current virtual env
maturin develop --release

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

poppy_py-0.1.3.tar.gz (1.6 MB view hashes)

Uploaded Source

Built Distribution

poppy_py-0.1.3-cp311-cp311-manylinux_2_34_x86_64.whl (256.0 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.34+ x86-64

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