LICENSE
MANIFEST.in
README.md
VERSION
requirements.txt
setup.py
capco_cli.egg-info/PKG-INFO
capco_cli.egg-info/SOURCES.txt
capco_cli.egg-info/dependency_links.txt
capco_cli.egg-info/entry_points.txt
capco_cli.egg-info/requires.txt
capco_cli.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/commands/__init__.py
src/commands/commands.py
src/commands/projects.py
src/commands/templates.py
src/common/__init__.py
src/common/constants.py
src/common/data.py
src/common/security.py
src/connectors/__init__.py
src/connectors/api.py
src/connectors/bitbucket.py
src/templates/__init__.py
src/templates/data.py
src/templates/project.py
src/templates/template.py
src/utils/__init__.py
src/utils/loaders.py
src/utils/os_utils.py
src/utils/printer.py
src/utils/renderers.py
tests/commands/__init__.py
tests/commands/test_projects.py
tests/templates/__init__.py
tests/templates/test_data.py
tests/templates/test_template.py