Metadata-Version: 1.1
Name: openstack.common
Version: 2013.2.1.dev22.g4cf1a2a
Summary: OpenStack Common Libraries
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: ------------------
        The Oslo Incubator
        ------------------
        
        The Oslo program produces a set of python libraries containing
        infrastructure code shared by OpenStack projects. The APIs provided by
        these libraries should be high quality, stable, consistent and
        generally useful.
        
        The process of developing a new Oslo API usually begins by taking code
        which is common to some OpenStack projects and moving it into this
        repository. Incubation shouldn't be seen as a long term option for any
        API - it is merely a stepping stone to inclusion into a published Oslo
        library.
        
        For more information, see our wiki page:
        
           https://wiki.openstack.org/wiki/Oslo
        
        Running Tests
        -------------
        
        To run tests in virtualenvs (preferred):
        
          sudo pip install tox
          tox
        
        To run tests in the current environment:
        
          sudo pip install -r requirements.txt
          nosetests
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
