LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
quickclone/__init__.py
quickclone/__main__.py
quickclone/local.py
quickclone.egg-info/PKG-INFO
quickclone.egg-info/SOURCES.txt
quickclone.egg-info/dependency_links.txt
quickclone.egg-info/entry_points.txt
quickclone.egg-info/requires.txt
quickclone.egg-info/top_level.txt
quickclone/_app/__init__.py
quickclone/_app/qkln.py
quickclone/config/__init__.py
quickclone/config/common.py
quickclone/config/configurator.py
quickclone/config/defaults/example.toml
quickclone/config/defaults/quickclone.toml
quickclone/delegation/__init__.py
quickclone/delegation/errors.py
quickclone/delegation/tasks.py
quickclone/delegation/vcs/__init__.py
quickclone/delegation/vcs/common.py
quickclone/delegation/vcs/git.py
quickclone/delegation/vcs/mercurial.py
quickclone/remote/__init__.py
quickclone/remote/locators.py
quickclone/remote/parser.py
quickclone/remote/scp.py