.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-sphinx.yml
.github/workflows/test.yml
audbcards/__init__.py
audbcards.egg-info/PKG-INFO
audbcards.egg-info/SOURCES.txt
audbcards.egg-info/dependency_links.txt
audbcards.egg-info/requires.txt
audbcards.egg-info/top_level.txt
audbcards/core/__init__.py
audbcards/core/config.py
audbcards/core/datacard.py
audbcards/core/dataset.py
audbcards/core/utils.py
audbcards/core/templates/datacard.j2
audbcards/core/templates/datacard_description.j2
audbcards/core/templates/datacard_example.j2
audbcards/core/templates/datacard_header.j2
audbcards/core/templates/datacard_schemes.j2
audbcards/core/templates/datacard_tables.j2
audbcards/core/templates/datasets.j2
audbcards/sphinx/__init__.py
audbcards/sphinx/table-preview.css
audbcards/sphinx/table-preview.js
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/install.rst
docs/requirements.txt
docs/sphinx-extension.rst
docs/api-src/audbcards.rst
docs/images/file-duration-distribution.png
tests/conftest.py
tests/requirements.txt
tests/test_datacard.py
tests/test_dataset.py
tests/test_fixtures.py
tests/test_utils.py
tests/test_data/rendered_templates/bare_db.rst
tests/test_data/rendered_templates/medium_db.rst
tests/test_data/rendered_templates/minimal_db.rst