.gitignore
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/test.yml
audmath/__init__.py
audmath.egg-info/PKG-INFO
audmath.egg-info/SOURCES.txt
audmath.egg-info/dependency_links.txt
audmath.egg-info/requires.txt
audmath.egg-info/top_level.txt
audmath/core/__init__.py
audmath/core/api.py
audmath/core/utils.py
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/genindex.rst
docs/index.rst
docs/installation.rst
docs/requirements.txt
docs/usage.rst
misc/benchmark.py
misc/requirements.txt
tests/requirements.txt
tests/test_api.py