LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
fastds.egg-info/PKG-INFO
fastds.egg-info/SOURCES.txt
fastds.egg-info/dependency_links.txt
fastds.egg-info/entry_points.txt
fastds.egg-info/not-zip-safe
fastds.egg-info/requires.txt
fastds.egg-info/top_level.txt
fds/__init__.py
fds/cli.py
fds/logger.py
fds/run.py
fds/utils.py
fds/domain/__init__.py
fds/domain/commands.py
fds/domain/constants.py
fds/services/__init__.py
fds/services/base_service.py
fds/services/dvc_service.py
fds/services/fds_service.py
fds/services/git_service.py
fds/services/pretty_print.py
tests/it/__init__.py
tests/it/helpers.py
tests/it/test_dvc.py
tests/it/test_fds.py
tests/it/test_git.py