.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
src/icloud_cli/__init__.py
src/icloud_cli/auth.py
src/icloud_cli/config.py
src/icloud_cli/daemon.py
src/icloud_cli/main.py
src/icloud_cli/output.py
src/icloud_cli/services/__init__.py
src/icloud_cli/services/calendar.py
src/icloud_cli/services/findmy.py
src/icloud_cli/services/notes.py
src/icloud_cli/services/reminders.py
src/icloud_cli_tools.egg-info/PKG-INFO
src/icloud_cli_tools.egg-info/SOURCES.txt
src/icloud_cli_tools.egg-info/dependency_links.txt
src/icloud_cli_tools.egg-info/entry_points.txt
src/icloud_cli_tools.egg-info/requires.txt
src/icloud_cli_tools.egg-info/top_level.txt
systemd/icloud-cli-sync.service
tests/conftest.py
tests/test_auth.py
tests/test_calendar.py
tests/test_findmy.py
tests/test_notes.py
tests/test_reminders.py