.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
.github/workflows/flake8.yml
.github/workflows/publish.yml
.github/workflows/test.yml
audformat/__init__.py
audformat.egg-info/PKG-INFO
audformat.egg-info/SOURCES.txt
audformat.egg-info/dependency_links.txt
audformat.egg-info/requires.txt
audformat.egg-info/top_level.txt
audformat/core/__init__.py
audformat/core/attachment.py
audformat/core/column.py
audformat/core/common.py
audformat/core/database.py
audformat/core/define.py
audformat/core/errors.py
audformat/core/index.py
audformat/core/media.py
audformat/core/rater.py
audformat/core/scheme.py
audformat/core/split.py
audformat/core/table.py
audformat/core/testing.py
audformat/core/typing.py
audformat/core/utils.py
audformat/define/__init__.py
audformat/errors/__init__.py
audformat/testing/__init__.py
audformat/utils/__init__.py
benchmarks/benchmark_union.py
docs/accessing-data.rst
docs/changelog.rst
docs/combine-tables.rst
docs/conf.py
docs/contributing.rst
docs/create-database.rst
docs/data-conventions.rst
docs/data-example.rst
docs/data-format.rst
docs/data-header.rst
docs/data-introduction.rst
docs/data-misc-tables.rst
docs/data-tables.rst
docs/emodb-example.rst
docs/genindex.rst
docs/index.rst
docs/install.rst
docs/map-scheme.rst
docs/requirements.txt
docs/update-database.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/function.rst
docs/api/audformat.define.rst
docs/api/audformat.errors.rst
docs/api/audformat.rst
docs/api/audformat.testing.rst
docs/api/audformat.utils.rst
docs/api-src/audformat.define.rst
docs/api-src/audformat.errors.rst
docs/api-src/audformat.rst
docs/api-src/audformat.testing.rst
docs/api-src/audformat.utils.rst
docs/pics/audformat-database.dot
docs/pics/audformat-misc-table.dot
docs/pics/audformat-table.dot
tests/conftest.py
tests/requirements.txt
tests/test_attachment.py
tests/test_column.py
tests/test_common.py
tests/test_database.py
tests/test_eq.py
tests/test_errors.py
tests/test_index.py
tests/test_misc_table.py
tests/test_scheme.py
tests/test_table.py
tests/test_utils.py