.gitignore
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
.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/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
docs/accessing-data.rst
docs/api-define.rst
docs/api-errors.rst
docs/api-testing.rst
docs/api-utils.rst
docs/api.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-tables.rst
docs/emodb-example.rst
docs/genindex.rst
docs/index.rst
docs/install.rst
docs/map-scheme.rst
docs/requirements.txt
docs/pics/audformat.dot
docs/pics/tables.dot
docs/pics/workflow.dot
tests/conftest.py
tests/requirements.txt
tests/test_column.py
tests/test_database.py
tests/test_errors.py
tests/test_index.py
tests/test_scheme.py
tests/test_table.py
tests/test_utils.py