LICENSE.txt
README.md
pyproject.toml
setup.cfg
src/maestral/__init__.py
src/maestral/__main__.py
src/maestral/autostart.py
src/maestral/client.py
src/maestral/constants.py
src/maestral/core.py
src/maestral/daemon.py
src/maestral/errorhandling.py
src/maestral/exceptions.py
src/maestral/keyring.py
src/maestral/logging.py
src/maestral/main.py
src/maestral/manager.py
src/maestral/models.py
src/maestral/notify.py
src/maestral/py.typed
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/cli/__init__.py
src/maestral/cli/cli_core.py
src/maestral/cli/cli_info.py
src/maestral/cli/cli_main.py
src/maestral/cli/cli_maintenance.py
src/maestral/cli/cli_settings.py
src/maestral/cli/common.py
src/maestral/cli/core.py
src/maestral/cli/dialogs.py
src/maestral/cli/output.py
src/maestral/cli/utils.py
src/maestral/config/__init__.py
src/maestral/config/main.py
src/maestral/config/user.py
src/maestral/database/__init__.py
src/maestral/database/core.py
src/maestral/database/orm.py
src/maestral/database/query.py
src/maestral/database/types.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/hashing.py
src/maestral/utils/integration.py
src/maestral/utils/path.py