AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/dtwr.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
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
dtwr/__init__.py
dtwr/_backtrack.py
dtwr/_cli.py
dtwr/_dtw_utils.c
dtwr/_dtw_utils.pyx
dtwr/_globalCostMatrix.py
dtwr/countPaths.py
dtwr/data.py
dtwr/dtw.py
dtwr/dtwPlot.py
dtwr/dtw_computeCM.c
dtwr/dtw_computeCM.h
dtwr/mvm.py
dtwr/stepPattern.py
dtwr/warp.py
dtwr/warpArea.py
dtwr/window.py
dtwr/data/README.txt
dtwr/data/aami3a.csv
dtwr/data/aami3b.csv
tests/__init__.py
tests/query.csv
tests/reference.csv
tests/test_cli.py
tests/test_countPaths.py
tests/test_doctests.py
tests/test_dtw.py
tests/test_dtw_s.py