Looks like this packages isn't in pypi?
install package
gopar@~$ pip install galley
......
Run help Command
gopar@~$ galley --help
usage: galley [-h] [--no-destroy] [config] [pattern]
End-to-end testing orchestration with Docker.
positional arguments:
config Path to galley YAML file that defines Docker resources.
pattern Test file pattern.
optional arguments:
-h, --help show this help message and exit
--no-destroy Do not destroy images and containers.
Descript is different than what projects states.
Find out package info
gopar@~$ pip show galley
Name: galley
Version: 0.2.3
Summary: End-to-end test orchestration with Docker
Home-page: http://github.com/rackerlabs/galley
Author: Ryan Walker
Author-email: ryan@wlkr.io
License: UNKNOWN
Location: /Users/gopar/.virtualenvs/test123/lib/python2.7/site-packages
Requires: netifaces, docker-py, PyYAML, pbr
Looks like this packages isn't in pypi? install package
Run help Command
Descript is different than what projects states. Find out package info