Metadata-Version: 1.1
Name: cloudinit
Version: 1.9.0.dev181
Summary: cloud initialisation magic
Home-page: http://launchpad.net/cloud-init/
Author: Scott Moser
Author-email: scott.moser@canonical.com
License: UNKNOWN
Description: Cloud-init
        ==========
        
        *Cloud-init initializes systems for cloud environments.*
        
        Join us
        -------
        
        - http://launchpad.net/cloud-init
        
        
        Bugs
        ----
        Bug reports should be opened at
          https://bugs.launchpad.net/cloud-init/+filebug
        
        On Ubuntu Systems, you can file bugs with:
        
        ::
        
          $ ubuntu-bug cloud-init
        
        Testing and requirements
        ------------------------
        
        Requirements
        ~~~~~~~~~~~~
        
        TBD
        
        Tox.ini
        ~~~~~~~
        
        Our ``tox.ini`` file describes several test environments that allow to test
        cloud-init with different python versions and sets of requirements installed.
        Please refer to the `tox`_ documentation to understand how to make these test
        environments work for you.
        
        Developer documentation
        -----------------------
        
        We also have sphinx documentation in ``docs/source``.
        
        *To build it, run:*
        
        ::
        
            $ python setup.py build_sphinx
        
        .. _tox: http://tox.testrun.org/
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Cloud
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: dual GPLv3 or Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
