LICENSE
README.md
pyproject.toml
src/shelfline/__init__.py
src/shelfline/__main__.py
src/shelfline/app.py
src/shelfline/config.py
src/shelfline/credentials.py
src/shelfline/downloads.py
src/shelfline/library.py
src/shelfline/reader.py
src/shelfline/services.py
src/shelfline.egg-info/PKG-INFO
src/shelfline.egg-info/SOURCES.txt
src/shelfline.egg-info/dependency_links.txt
src/shelfline.egg-info/entry_points.txt
src/shelfline.egg-info/requires.txt
src/shelfline.egg-info/top_level.txt
src/shelfline/catalog/__init__.py
src/shelfline/catalog/client.py
src/shelfline/catalog/models.py
src/shelfline/catalog/parser.py
src/shelfline/tui/__init__.py
src/shelfline/tui/app.tcss
src/shelfline/tui/layout.py
src/shelfline/tui/reader.py
src/shelfline/tui/screens.py
src/shelfline/tui/theme.py
src/shelfline/tui/widgets.py
tests/test_catalog_client.py
tests/test_catalog_parser.py
tests/test_cli.py
tests/test_config.py
tests/test_credentials.py
tests/test_cross_platform.py
tests/test_downloads.py
tests/test_library.py
tests/test_library_search.py
tests/test_package.py
tests/test_reader.py
tests/test_reader_screen.py
tests/test_reading_progress.py
tests/test_services.py
tests/test_tui_flows.py
tests/test_tui_shell.py
tests/test_tui_smoke.py
tests/test_tui_theme.py