README.md
pyproject.toml
setup.cfg
setup.py
src/maestral/__init__.py
src/maestral/__main__.py
src/maestral/autostart.py
src/maestral/cli.py
src/maestral/client.py
src/maestral/constants.py
src/maestral/daemon.py
src/maestral/database.py
src/maestral/errors.py
src/maestral/logging.py
src/maestral/main.py
src/maestral/notify.py
src/maestral/oauth.py
src/maestral/sync.py
src/maestral.egg-info/PKG-INFO
src/maestral.egg-info/SOURCES.txt
src/maestral.egg-info/dependency_links.txt
src/maestral.egg-info/entry_points.txt
src/maestral.egg-info/not-zip-safe
src/maestral.egg-info/requires.txt
src/maestral.egg-info/top_level.txt
src/maestral/__pyinstaller/__init__.py
src/maestral/__pyinstaller/hook-maestral.py
src/maestral/config/__init__.py
src/maestral/config/base.py
src/maestral/config/main.py
src/maestral/config/user.py
src/maestral/fsevents/__init__.py
src/maestral/fsevents/polling.py
src/maestral/resources/__init__.py
src/maestral/resources/maestral.png
src/maestral/utils/__init__.py
src/maestral/utils/appdirs.py
src/maestral/utils/caches.py
src/maestral/utils/cli.py
src/maestral/utils/content_hasher.py
src/maestral/utils/integration.py
src/maestral/utils/orm.py
src/maestral/utils/path.py
src/maestral/utils/serializer.py