AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/INSTALL.md
docs/intro.md
docs/logo.png
src/c/.clang-format
src/c/CMakeLists.txt
src/c/Makefile
src/c/common.h
src/c/cost_terms.c
src/c/cost_terms.h
src/c/cost_terms_main.c
src/c/cmake/BuildType.cmake
src/python/ap_features/__init__.py
src/python/ap_features/_c.py
src/python/ap_features/_numba.py
src/python/ap_features/average.py
src/python/ap_features/background.py
src/python/ap_features/beat.py
src/python/ap_features/chopping.py
src/python/ap_features/features.py
src/python/ap_features/lib.py
src/python/ap_features/utils.py
src/python/ap_features.egg-info/PKG-INFO
src/python/ap_features.egg-info/SOURCES.txt
src/python/ap_features.egg-info/dependency_links.txt
src/python/ap_features.egg-info/not-zip-safe
src/python/ap_features.egg-info/requires.txt
src/python/ap_features.egg-info/top_level.txt
tests/conftest.py
tests/cost_terms.npy
tests/data.npy
tests/test_average.py
tests/test_background.py
tests/test_beat.py
tests/test_chopping.py
tests/test_features.py