LICENSE
README.md
pyproject.toml
src/acidcat/__init__.py
src/acidcat/__main__.py
src/acidcat/cli.py
src/acidcat/mcp_server.py
src/acidcat.egg-info/PKG-INFO
src/acidcat.egg-info/SOURCES.txt
src/acidcat.egg-info/dependency_links.txt
src/acidcat.egg-info/entry_points.txt
src/acidcat.egg-info/requires.txt
src/acidcat.egg-info/top_level.txt
src/acidcat/commands/__init__.py
src/acidcat/commands/chunks.py
src/acidcat/commands/detect.py
src/acidcat/commands/dump.py
src/acidcat/commands/features.py
src/acidcat/commands/index.py
src/acidcat/commands/info.py
src/acidcat/commands/inspect.py
src/acidcat/commands/query.py
src/acidcat/commands/scan.py
src/acidcat/commands/search.py
src/acidcat/commands/similar.py
src/acidcat/commands/survey.py
src/acidcat/core/__init__.py
src/acidcat/core/aiff.py
src/acidcat/core/camelot.py
src/acidcat/core/detect.py
src/acidcat/core/features.py
src/acidcat/core/flac.py
src/acidcat/core/formats.py
src/acidcat/core/index.py
src/acidcat/core/midi.py
src/acidcat/core/mp3.py
src/acidcat/core/paths.py
src/acidcat/core/registry.py
src/acidcat/core/riff.py
src/acidcat/core/serum.py
src/acidcat/core/tagged.py
src/acidcat/util/__init__.py
src/acidcat/util/csv_helpers.py
src/acidcat/util/deps.py
src/acidcat/util/midi.py
src/acidcat/util/stdin.py
tests/test_aiff.py
tests/test_camelot.py
tests/test_commands.py
tests/test_detect.py
tests/test_format_dispatch.py
tests/test_index.py
tests/test_inspect.py
tests/test_mcp_server.py
tests/test_midi.py
tests/test_paths.py
tests/test_query.py
tests/test_registry.py
tests/test_riff.py
tests/test_schema_version.py
tests/test_tagged.py