MANIFEST.in
README.md
setup.py
scripts/service-buddy
service_buddy/__init__.py
service_buddy/commandline.py
service_buddy.egg-info/PKG-INFO
service_buddy.egg-info/SOURCES.txt
service_buddy.egg-info/dependency_links.txt
service_buddy.egg-info/namespace_packages.txt
service_buddy.egg-info/requires.txt
service_buddy.egg-info/top_level.txt
service_buddy.egg-info/zip-safe
service_buddy/ci/__init__.py
service_buddy/ci/bamboo_build_creator.py
service_buddy/ci/ci.py
service_buddy/ci/travis_build_creator.py
service_buddy/code/__init__.py
service_buddy/code/builtin-code-templates.json
service_buddy/code/code_creator.py
service_buddy/code/cookie_cutter_creator.py
service_buddy/commands/__init__.py
service_buddy/commands/bootstrap/__init__.py
service_buddy/commands/bootstrap/command.py
service_buddy/commands/clone/__init__.py
service_buddy/commands/clone/command.py
service_buddy/commands/git/__init__.py
service_buddy/commands/git/command.py
service_buddy/commands/initialize/__init__.py
service_buddy/commands/initialize/command.py
service_buddy/commands/list/__init__.py
service_buddy/commands/list/command.py
service_buddy/context/__init__.py
service_buddy/context/service_context.py
service_buddy/service/__init__.py
service_buddy/service/application.py
service_buddy/service/initializer.py
service_buddy/service/loader.py
service_buddy/service/service.py
service_buddy/service/service_template_generator.py
service_buddy/util/__init__.py
service_buddy/util/command_util.py
service_buddy/util/log_handler.py
service_buddy/util/pretty_printer.py
service_buddy/vcs/Bitbucket.py
service_buddy/vcs/__init__.py
service_buddy/vcs/github_vcs.py
service_buddy/vcs/vcs.py