.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
pytest.ini
setup.py
.github/FUNDING.yml
.github/workflows/build_wheels.yml
.github/workflows/make_sdist.yml
pyemd.egg-info/PKG-INFO
pyemd.egg-info/SOURCES.txt
pyemd.egg-info/dependency_links.txt
pyemd.egg-info/requires.txt
pyemd.egg-info/top_level.txt
src/pyemd/__init__.py
src/pyemd/_version.py
src/pyemd/emd.cpp
src/pyemd/emd.pyx
src/pyemd/lib/EMD_DEFS.hpp
src/pyemd/lib/emd_hat.hpp
src/pyemd/lib/emd_hat_impl.hpp
src/pyemd/lib/emd_hat_signatures_interface.hpp
src/pyemd/lib/flow_utils.hpp
src/pyemd/lib/min_cost_flow.hpp
test/.pylintrc
test/test_pyemd.py