ARCHITECTURE.md
LICENSE
MANIFEST.in
PLAN.md
README.md
pyproject.toml
requirements.txt
setup.py
flacfetch/__init__.py
flacfetch.egg-info/PKG-INFO
flacfetch.egg-info/SOURCES.txt
flacfetch.egg-info/dependency_links.txt
flacfetch.egg-info/entry_points.txt
flacfetch.egg-info/requires.txt
flacfetch.egg-info/top_level.txt
flacfetch/api/__init__.py
flacfetch/api/auth.py
flacfetch/api/main.py
flacfetch/api/models.py
flacfetch/api/routes/__init__.py
flacfetch/api/routes/download.py
flacfetch/api/routes/health.py
flacfetch/api/routes/search.py
flacfetch/api/routes/torrents.py
flacfetch/api/services/__init__.py
flacfetch/api/services/disk_manager.py
flacfetch/api/services/download_manager.py
flacfetch/core/interfaces.py
flacfetch/core/log.py
flacfetch/core/manager.py
flacfetch/core/matching.py
flacfetch/core/models.py
flacfetch/downloaders/torrent.py
flacfetch/downloaders/youtube.py
flacfetch/interface/cli.py
flacfetch/interface/cli_remote.py
flacfetch/providers/ops.py
flacfetch/providers/redacted.py
flacfetch/providers/youtube.py
tests/test_api_auth.py
tests/test_api_integration.py
tests/test_api_models.py
tests/test_api_routes.py
tests/test_api_services.py
tests/test_cli_remote.py
tests/test_core.py
tests/test_logging.py
tests/test_manager.py
tests/test_matching.py
tests/test_models.py
tests/test_ops.py
tests/test_provider_errors.py
tests/test_redacted.py
tests/test_torrent_downloader.py
tests/test_youtube.py