Metadata-Version: 1.1
Name: pyvmomi
Version: 5.1.0
Summary: VMware vSphere Python SDK
Home-page: https://github.com/vmware/pyvmomi
Author: VMware, Inc.
Author-email: jhu@vmware.com
License: Apache
Description: pyVmomi is a Python SDK for the VMware vSphere API that allows you to
        manipulate ESX, ESXi, and vCenter using scripts.
        
        To get started, check out the examples in `sample/poweronvm.py` and
        `sample/getallvms.py`.
        
        You can install this as a package. Just run `python setup.py bdist_egg`
        and then use `pip` or `easy_install` to deploy it on your system.
        
        There are other bindings of this API in other languages. See:
        
        * **vijava** (Java): http://vijava.sourceforge.net/
        * **rbvmomi** (Ruby): https://github.com/vmware/rbvmomi
        * **vSphere SDK for Perl** (non-free): https://my.vmware.com/group/vmware/details?downloadGroup=VSP510-SDKPERL-510&productId=285
        
        Have fun!
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
