_             _     _                     _   
                   (_)           | |   | |                   | |  
  _ __  _   _ _ __  _   _ __ ___ | |__ | |___  __  _ __   ___| |_ 
 | '_ \| | | | '_ \| | | '_ ` _ \| '_ \| __\ \/ / | '_ \ / _ \ __|
 | |_) | |_| | |_) | |_| | | | | | | | | |_ >  < _| | | |  __/ |_ 
 | .__/ \__, | .__/|_(_)_| |_| |_|_| |_|\__/_/\_(_)_| |_|\___|\__|
 | |     __/ | |                                                  
 |_|    |___/|_|                                                  
Name                    Last modified      Size  
Parent Directory - glance/ 24-Feb-2012 10:11 - keystone/ 26-Feb-2012 20:13 - melange/ 09-Apr-2012 09:36 - nova/ 27-Feb-2012 06:40 - openstack.common/ 24-Apr-2012 13:05 - python-keystoneclient/ 12-Apr-2012 11:20 - python-melangeclient/ 09-Mar-2012 18:29 - python-novaclient/ 23-Apr-2012 17:25 - python-quantumclient/ 02-Apr-2012 14:12 - quantum/ 11-Apr-2012 05:21 - swift/ 23-Apr-2012 11:06 - tempo/ 29-Mar-2012 18:00 - yagi/ 27-Jan-2012 13:02 -
This server serves OpenStack python eggs and sdist files for use with
easy_install and pip.  A few other projects related to OpenStack (but not
included in OpenStack proper) are also available.  The files are generated
automatically shortly after a commit is merged into the main OpenStack git
repositories on GitHub:

  * http://github.com/openstack/

NOTE: These are *not* stable releases. They are built after every approved,
tested commit that is accepted in the upstream repositories.

The files are named in this format:

  <package>-<version>-<git commit count>-<short commit hash>

If you call for a package which doesn't exist on this server, you will be
redirected to http://pypi.python.org/ search for it there.

To use this repository with pip, add the following to ~/.pip/pip.conf:

  [global]
  index-url = http://pypi.mhtx.net/simple/

To use this repository with easy_install, add the following to 
~/.pydistutils.cfg:

  [easy_install]
  index_url = http://pypi.mhtx.net/simple/

You can use the repository on the command line without adjusting your 
configuration as well:

  pip install -i http://pypi.mhtx.net/simple/ nova
  easy_install -i http://pypi.mhtx.net/simple/ nova