AGENTS.md
AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.rst
COPYING
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
docs/conf.py
dtw/__init__.py
dtw/__main__.py
dtw/_backtrack.py
dtw/_dtw_utils.c
dtw/_dtw_utils.pyx
dtw/_globalCostMatrix.py
dtw/countPaths.py
dtw/dtw.py
dtw/dtwPlot.py
dtw/dtw_core.c
dtw/dtw_core.h
dtw/dtw_test_data.py
dtw/mvm.py
dtw/stepPattern.py
dtw/warp.py
dtw/warpArea.py
dtw/window.py
dtw/data/aami3a.csv
dtw/data/aami3b.csv
dtw_python.egg-info/PKG-INFO
dtw_python.egg-info/SOURCES.txt
dtw_python.egg-info/dependency_links.txt
dtw_python.egg-info/entry_points.txt
dtw_python.egg-info/not-zip-safe
dtw_python.egg-info/requires.txt
dtw_python.egg-info/top_level.txt
maintainer/roxypick.py
tests/query.csv
tests/reference.csv
tests/test_cli.py
tests/test_countPaths.py
tests/test_cran.py
tests/test_doctests.py
tests/test_dtw.py
tests/test_dtw_s.py
tests/test_issues.py