LICENSE
README.md
setup.py
gitflow_api/__init__.py
gitflow_api/gitflow.py
gitflow_api.egg-info/PKG-INFO
gitflow_api.egg-info/SOURCES.txt
gitflow_api.egg-info/dependency_links.txt
gitflow_api.egg-info/entry_points.txt
gitflow_api.egg-info/requires.txt
gitflow_api.egg-info/top_level.txt
gitflow_api/api/__init__.py
gitflow_api/api/api.py
gitflow_api/api/api_merge_request.py
gitflow_api/api/api_strategy.py
gitflow_api/api/gitlab_manager/__init__.py
gitflow_api/api/gitlab_manager/gitlab_manager.py
gitflow_api/api/gitlab_manager/merge_request.py
gitflow_api/api/gitlab_manager/project.py
gitflow_api/communicator/__init__.py
gitflow_api/communicator/communicator.py
gitflow_api/communicator/communicator_strategy.py
gitflow_api/communicator/slack.py
gitflow_api/config/__init__.py
gitflow_api/config/config.py
gitflow_api/config/properties.py
gitflow_api/deploy/__init__.py
gitflow_api/deploy/deploy.py
gitflow_api/deploy/deploy_strategy.py
gitflow_api/deploy/maven.py
gitflow_api/deploy/pypi.py
gitflow_api/project/__init__.py
gitflow_api/project/angular_project.py
gitflow_api/project/maven_project.py
gitflow_api/project/project_manager.py
gitflow_api/project/project_manager_strategy.py
gitflow_api/project/python_project.py
gitflow_api/services/__init__.py
gitflow_api/services/changelog.py
gitflow_api/services/feature.py
gitflow_api/services/hotfix.py
gitflow_api/services/release.py
gitflow_api/utilities/__init__.py
gitflow_api/utilities/git_helper.py
gitflow_api/utilities/version_utils.py
tests/__init__.py
tests/deploy/__init__.py
tests/deploy/test_deploy.py
tests/project/__init__.py
tests/project/test_angular_project.py
tests/project/test_python_project.py
tests/services/__init__.py
tests/services/test_communicator.py
tests/utilities/__init__.py
tests/utilities/test_git_helper.py
tests/utilities/test_version_utils.py