Metadata-Version: 1.0
Name: psphere
Version: 0.5.1
Summary: vSphere SDK for Python
Home-page: http://bitbucket.org/jkinred/psphere
Author: Jonathan Kinred
Author-email: jonathan.kinred@gmail.com
License: UNKNOWN
Description: Introduction
        ------------
        
        This Python module aims to provide a Python interface to the VMware vSphere
        Web Services SDK.
        
        By using this module, one can perform all operations on a vSphere server such
        as:
            * Query host systems, datastores and virtual machines
            * Provision new virtual machines
        
        Installation
        ------------
        
        psphere is best installed using the official package:
        
        # pip install -U psphere
        
        This will fetch psphere and it's dependencies from PyPI.
        
Keywords: vsphere,vmware
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
