Metadata-Version: 1.1
Name: thunderhead
Version: 0.4.2
Summary: Python sdk to interface with vCloud Usage Meter
Home-page: https://github.com/michaelrice/thunderhead
Author: Michael Rice
Author-email: michael@michaelrice.org
License: License :: OSI Approved :: Apache Software License
Description: .. image:: https://travis-ci.org/michaelrice/thunderhead.svg?branch=development
            :target: https://travis-ci.org/michaelrice/thunderhead
            :alt: Build Status
        
        .. image:: https://pypip.in/download/thunderhead/badge.png
            :target: https://pypi.python.org/pypi/thunderhead/
            :alt: Downloads
        
        thunderhead is the Python SDK for the VMware vCloud Usage Meter API that allows you to
        manage your vCloud Usage Meter system.
        
        Getting Started
        ===============
        Check back soon for more documentation
        
        
        Installing
        ==========
        thunderhead is available at pypi which allows for a simple install using pip:
        
            pip install thunderhead
        
        
        Testing
        =======
        Testing requires `vcrpy <https://pypi.python.org/pypi/vcrpy>`_ and its dependencies.
        
            python setup.py test
        
        
        
        Contributing
        ============
        To contribute to thunderhead please follow the fork, branch, pull request work flow. Tests are required where applicable. 
        All code should follow pep8 standards, and must support python 2.6, 2.7, 3.3 and 3.4 When opening a pull request please 
        do so against the development branch.
        
        
        Python Support
        ==============
        * thunderhead 0.1 and later support Python 2.6, 2.7, 3.3 and 3.4
        
        
        Compatibility Policy
        ====================
        * thunderhead 0.1 and later are compatible with 3.3.x versions of vCloud Usage Meter
        
        
        Reporting Issues
        ================
        To report a problem with thunderhead or to make a feature request open an 
        `issue <https://github.com/michaelrice/thunderhead/issues>`_ on Github.
        
        
        Releases
        ========
        * 0.4
            Released October 9th 2014 `0.4 <https://pypi.python.org/pypi/thunderhead/0.4>`_
        
        * 0.4.1
            Released October 25th 2014 `0.4.1 <https://pypi.python.org/pypi/thunderhead/0.4.1>`_
        
        * 0.4.2
            Released March 5th 2015 `0.4.2 <https://pypi.python.org/pypi/thunderhead/0.4.2>`_
        
        
        
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
