LICENSE
README.md
pyproject.toml
elesync/__init__.py
elesync/__main__.py
elesync/audit.py
elesync/auth.py
elesync/cli.py
elesync/conflicts.py
elesync/crypto.py
elesync/embeddings.py
elesync/i18n.py
elesync/mcp_server.py
elesync/models.py
elesync/normalize.py
elesync/onboarding.py
elesync/scopes.py
elesync/service.py
elesync/store.py
elesync/summary.py
elesync/usb.py
elesync/watch.py
elesync/web.py
elesync/web_auth.py
elesync.egg-info/PKG-INFO
elesync.egg-info/SOURCES.txt
elesync.egg-info/dependency_links.txt
elesync.egg-info/entry_points.txt
elesync.egg-info/requires.txt
elesync.egg-info/top_level.txt
tests/test_audit.py
tests/test_conflicts.py
tests/test_edge_cases.py
tests/test_encryption.py
tests/test_i18n.py
tests/test_mcp_auth.py
tests/test_packaging.py
tests/test_paste.py
tests/test_release_assets.py
tests/test_remote_transport.py
tests/test_scopes.py
tests/test_semantic.py
tests/test_service.py
tests/test_summary.py
tests/test_usb.py
tests/test_vault.py
tests/test_watch.py
tests/test_web.py
tests/test_web_auth.py
tests/test_web_auth_integration.py
tests/test_web_escaping.py
tests/test_web_race.py