.gitignore
.pre-commit-config.yaml
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/test_and_deploy.yml
synchro/__init__.py
synchro/cli.py
synchro/sync.py
synchro.egg-info/PKG-INFO
synchro.egg-info/SOURCES.txt
synchro.egg-info/dependency_links.txt
synchro.egg-info/entry_points.txt
synchro.egg-info/not-zip-safe
synchro.egg-info/requires.txt
synchro.egg-info/top_level.txt
synchro/utils/__init__.py
synchro/utils/create_cmd.py
synchro/utils/logging.py
synchro/utils/misc.py
synchro/utils/options.py
synchro/utils/paths.py
tests/__init__.py
tests/test_integration/__init__.py
tests/test_integration/test_local_sync.py
tests/test_unit/__init__.py
tests/test_unit/test_utils/__init__.py
tests/test_unit/test_utils/test_create_cmd.py
tests/test_unit/test_utils/test_logging.py
tests/test_unit/test_utils/test_misc.py
tests/utils/__init__.py
tests/utils/utils.py