.gitignore
.travis.yml
LICENSE
README.md
requirements.txt
setup.py
shipa-ci
shipa/__init__.py
shipa/cli.py
shipa/gitignore.py
shipa/utils.py
shipa/client/__init__.py
shipa/client/client.py
shipa/client/http.py
shipa/client/types.py
shipa/commands/__init__.py
shipa/commands/cmd_app.py
shipa/commands/cmd_cluster.py
shipa/commands/cmd_env.py
shipa/commands/cmd_node.py
shipa/commands/cmd_pool.py
shipa/commands/constant.py
shipa_ci.egg-info/PKG-INFO
shipa_ci.egg-info/SOURCES.txt
shipa_ci.egg-info/dependency_links.txt
shipa_ci.egg-info/entry_points.txt
shipa_ci.egg-info/requires.txt
shipa_ci.egg-info/top_level.txt
tests/__init__.py
tests/test_app.py
tests/test_cluster.py
tests/test_env.py
tests/test_gitignore.py
tests/test_node.py
tests/test_pool.py
tests/test_utils.py