LICENSE
MANIFEST.in
README.md
build_docs.sh
pyproject.toml
setup.py
update_version.sh
docs/Doxyfile
docs/ndpolator.md
docs/python_tutorial.md
docs/figs/interpolation_3d.svg
external/kdtree/COPYING.txt
external/kdtree/kdtree.c
external/kdtree/kdtree.h
ndpolator/__init__.py
ndpolator/ndpolator.py
ndpolator.egg-info/PKG-INFO
ndpolator.egg-info/SOURCES.txt
ndpolator.egg-info/dependency_links.txt
ndpolator.egg-info/requires.txt
ndpolator.egg-info/top_level.txt
src/ndp_py.c
src/ndp_py.h
src/ndp_types.c
src/ndp_types.h
src/ndpolator.c
src/ndpolator.h
tests/test_exceptions.py
tests/test_extrapolation.py
tests/test_interp.py
tests/test_kdtree_integration.py
tests/test_ndp_distance.py