.coveragerc
.coveragerc.pip
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
.github/workflows/doc.yml
.github/workflows/linter.yml
.github/workflows/publish.yml
.github/workflows/test-pip.yml
.github/workflows/test.yml
audeer/__init__.py
audeer.egg-info/PKG-INFO
audeer.egg-info/SOURCES.txt
audeer.egg-info/dependency_links.txt
audeer.egg-info/requires.txt
audeer.egg-info/top_level.txt
audeer/core/__init__.py
audeer/core/config.py
audeer/core/conftest.py
audeer/core/io.py
audeer/core/path.py
audeer/core/tqdm.py
audeer/core/utils.py
audeer/core/version.py
docs/changelog.rst
docs/conf.py
docs/conftest.py
docs/contributing.rst
docs/genindex.rst
docs/index.rst
docs/installation.rst
docs/usage.rst
docs/api-src/audeer.rst
tests/test_install.py
tests/test_io.py
tests/test_path.py
tests/test_tqdm.py
tests/test_utils.py
tests/test_version.py