.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
requirements.txt
.github/workflows/doc.yml
.github/workflows/linter.yml
.github/workflows/publish.yml
.github/workflows/test.yml
audmodel/__init__.py
audmodel.egg-info/PKG-INFO
audmodel.egg-info/SOURCES.txt
audmodel.egg-info/dependency_links.txt
audmodel.egg-info/requires.txt
audmodel.egg-info/top_level.txt
audmodel/core/__init__.py
audmodel/core/api.py
audmodel/core/backend.py
audmodel/core/config.py
audmodel/core/conftest.py
audmodel/core/define.py
audmodel/core/repository.py
audmodel/core/utils.py
docs/authentication.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
docs/_static/css/custom.css
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/function.rst
docs/api-src/audmodel.rst
misc/icon.png
tests/__init__.py
tests/auvad_stereo.wav
tests/conftest.py
tests/requirements.txt
tests/test_api.py
tests/test_default_cache_root.py
tests/test_legacy_uid.py
tests/test_publish.py
tests/test_repository.py
tests/test_update.py
tests/test_versions.py