LICENSE
MANIFEST.in
README.md
RemarkableSync.py
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
remarkablesync.egg-info/PKG-INFO
remarkablesync.egg-info/SOURCES.txt
remarkablesync.egg-info/dependency_links.txt
remarkablesync.egg-info/entry_points.txt
remarkablesync.egg-info/requires.txt
remarkablesync.egg-info/top_level.txt
src/__init__.py
src/__version__.py
src/config.py
src/hybrid_converter.py
src/keyring_store.py
src/pdf_md_converter.py
src/rm_pdf_converter.py
src/template_renderer.py
src/ai/__init__.py
src/ai/base_provider.py
src/ai/claude_provider.py
src/ai/github_models_provider.py
src/auth/__init__.py
src/auth/github_device_flow.py
src/backup/__init__.py
src/backup/backup_manager.py
src/backup/connection.py
src/backup/metadata.py
src/commands/__init__.py
src/commands/backup_command.py
src/commands/config_command.py
src/commands/convert_command.py
src/commands/pipeline.py
src/commands/sync_command.py
src/commands/watch_command.py
src/converters/__init__.py
src/converters/base_converter.py
src/converters/v4_converter.py
src/converters/v5_converter.py
src/converters/v6_converter.py
src/md_export/__init__.py
src/ocr/__init__.py
src/ocr/ocr_engine.py
src/utils/__init__.py
src/utils/console.py
src/utils/logging.py
src/utils/name_registry.py
tests/__init__.py
tests/conftest.py
tests/generate_test_assets.py
tests/mock_ai_provider.py
tests/mock_connection.py
tests/test_agent_issues.py
tests/test_ai_providers.py
tests/test_auth_device_flow.py
tests/test_basic.py
tests/test_config.py
tests/test_config_command.py
tests/test_console.py
tests/test_hybrid_converter.py
tests/test_keyring_store.py
tests/test_logging.py
tests/test_md_exporter.py
tests/test_metadata.py
tests/test_ocr_pipeline.py
tests/test_pipeline.py
tests/test_template_renderer.py
tests/test_wifi_connection.py