LICENSE
README.md
pyproject.toml
src/essentia_autotagger/__init__.py
src/essentia_autotagger/__main__.py
src/essentia_autotagger/analysis.py
src/essentia_autotagger/cli.py
src/essentia_autotagger/config.py
src/essentia_autotagger/discovery.py
src/essentia_autotagger/formatting.py
src/essentia_autotagger/logging_setup.py
src/essentia_autotagger/models.py
src/essentia_autotagger/paths.py
src/essentia_autotagger/pipeline.py
src/essentia_autotagger/py.typed
src/essentia_autotagger/tagging.py
src/essentia_autotagger.egg-info/PKG-INFO
src/essentia_autotagger.egg-info/SOURCES.txt
src/essentia_autotagger.egg-info/dependency_links.txt
src/essentia_autotagger.egg-info/entry_points.txt
src/essentia_autotagger.egg-info/requires.txt
src/essentia_autotagger.egg-info/top_level.txt
tests/test_cli.py
tests/test_config.py
tests/test_discovery.py
tests/test_formatting.py
tests/test_pipeline.py
tests/test_tagging.py