beeware / galley

A GUI tool for reviewing ReST/Sphinx documentation
BSD 3-Clause "New" or "Revised" License
26 stars 8 forks source link

PIp installs different Galley #9

Open gopar opened 6 years ago

gopar commented 6 years ago

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
freakboy3742 commented 6 years ago

Yeah - this was an annoying oversight when I set up the project. A project rename will probably be required :-(

freakboy3742 commented 2 years ago

I'm not sure why you've marked this closed; the issue still exists.