Metadata-Version: 1.1
Name: costa-ci
Version: 0.0.3
Summary: CI relateds scripts using openstack
Home-page: https://github.com/larrycai/costa-ci
Author: Larry Cai
Author-email: larry.caiyu@gmail.com
License: MIT
Description: costa-ci
        ================
        
        About
        -----
        
        A Python module for CI related scripts for openstack
        
        Installation
        ------------
        
        Install using pip or easy_install:
        
        ::
        
        	pip install costa-ci
        
        You can also clone the Git repository from Github and install it manually:
        
        ::
        
            git clone https://github.com/larrycai/costa-ci.git
            python setup.py install
        
        Using
        -----
        
        
        
        See the docs and unit tests for more examples.
        
        NOTE: Unicode characters identified as "illegal or discouraged" are automatically
        stripped from the XML string or file.
        
        Running the tests
        -----------------
        
        ::
        
            python tests.py
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Freely Distributable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Testing
