MANIFEST.in
setup.py
./dep/src/globals.c
./dep/src/algorithms/algorithms.c
./dep/src/algorithms/dictionaries.c
./dep/src/algorithms/chameleon/core/chameleon_decode.c
./dep/src/algorithms/chameleon/core/chameleon_encode.c
./dep/src/algorithms/cheetah/core/cheetah_decode.c
./dep/src/algorithms/cheetah/core/cheetah_encode.c
./dep/src/algorithms/lion/core/lion_decode.c
./dep/src/algorithms/lion/core/lion_encode.c
./dep/src/algorithms/lion/forms/lion_form_model.c
./dep/src/buffers/buffer.c
./dep/src/structure/header.c
pydensity/__init__.py
pydensity.egg-info/PKG-INFO
pydensity.egg-info/SOURCES.txt
pydensity.egg-info/dependency_links.txt
pydensity.egg-info/not-zip-safe
pydensity.egg-info/requires.txt
pydensity.egg-info/top_level.txt
pydensity/backends/__init__.py
pydensity/backends/cffi/__init__.py
pydensity/backends/cffi/build.py
pydensity/backends/cython/__init__.py
pydensity/backends/cython/_density.c
test/test_cffi.py
test/test_cy.py