Skip to main content

Python CFFI Judy wrapper

Project description

judyz

judyz is another (pair of) Python wrapper(s) for the Judy library.

It implements both a CFFI and a Cython wrapper.

Note that the Cython wrapper is currently unmaintained: it doesn't work with PyPy, unlike CFFI.

judyz-cython must be compiled, unlike judyz-cffi.

Compilation Requirements

  • libjudy-dev
  • cython
  • libffi-dev
  • python-cffi (or pypy)
  • ...

Distribution

judyz-cffi is distributed as source:

python setup.py sdist

judyz_cython can be distributed as an egg:

python setup.py bdist_egg

To compile judyz-cython inplace:

cd src/judycython
python setup.py build_ext -i
cd ../..
nosetests

Installation From Local Build

If pip install doesn't work: pip install --pre --no-index --find-links .../judyz/src/judyzcffi/dist/judyz_cffi-0.1.tar.gz judyz-cffi

easy_install .../judyz/src/judyzcython/dist/judyz_cython-0.1-py2.7-linux-x86_64.egg

Usage Requirements

  • libjudydebian1 (not the Ubuntu 14.04 buggy one)
  • judyz-cffi: libffi6

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 Distribution

judyz_cffi-0.9.0-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

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