LICENSE
README.md
pyproject.toml
bookbot/__init__.py
bookbot/cli.py
bookbot/gui.py
bookbot/config/__init__.py
bookbot/config/manager.py
bookbot/config/models.py
bookbot/convert/__init__.py
bookbot/convert/ffmpeg.py
bookbot/convert/pipeline.py
bookbot/core/__init__.py
bookbot/core/discovery.py
bookbot/core/exceptions.py
bookbot/core/logging.py
bookbot/core/matching.py
bookbot/core/models.py
bookbot/core/operations.py
bookbot/core/templates.py
bookbot/drm/__init__.py
bookbot/drm/activator.py
bookbot/drm/audible_browser_auth.py
bookbot/drm/audible_client.py
bookbot/drm/detector.py
bookbot/drm/models.py
bookbot/drm/py.typed
bookbot/drm/remover.py
bookbot/drm/secure_storage.py
bookbot/io/__init__.py
bookbot/io/cache.py
bookbot/providers/__init__.py
bookbot/providers/audible.py
bookbot/providers/base.py
bookbot/providers/googlebooks.py
bookbot/providers/health.py
bookbot/providers/librivox.py
bookbot/providers/local.py
bookbot/providers/manager.py
bookbot/providers/openlibrary.py
bookbot/tests/__init__.py
bookbot/tui/__init__.py
bookbot/tui/app.py
bookbot/tui/screens.py
bookbot_cli.egg-info/PKG-INFO
bookbot_cli.egg-info/SOURCES.txt
bookbot_cli.egg-info/dependency_links.txt
bookbot_cli.egg-info/entry_points.txt
bookbot_cli.egg-info/requires.txt
bookbot_cli.egg-info/top_level.txt
tests/test_discovery.py
tests/test_local_provider.py
tests/test_templates.py