{ "info": { "author": "Alain Barthe", "author_email": "barthe@albar.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Utilities" ], "description": "The VMWare scripting API is fully mapped to python. To each perl class\r\ncorresponds a python class with the same name, all perl methods are available\r\nfrom python on created objects. Each object created in python has its\r\ncounterpart in a parallel perl process.\r\n\r\n>>> import VMPython\r\n>>> s = VMPython.Server() # s is a Server object\r\n>>> c = VMPython.ConnectParams() # c is a ConnectParams object\r\n>>> s.connect(c) # connect s using c\r\nTrue # success\r\n>>> vm = VMPython.VM() # vm is a VM object\r\n>>> vmid = s.registered_vm_names()[0] # the first registered vm on server s\r\n>>> vm.connect(c, vmid) # connect vm using c\r\nTrue # success\r\n>>> vm.get_pid() # PID of the guest process\r\n'27502' # I get this number as a string", "description_content_type": null, "docs_url": null, "download_url": "http://www.albar.fr/downloads/VMPython.py", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.albar.fr/VMPython_html/index.html", "keywords": "VMWare API VMPerl", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "VMPython", "package_url": "https://pypi.org/project/VMPython/", "platform": "Any platform that supports VMPerl", "project_url": "https://pypi.org/project/VMPython/", "project_urls": { "Download": "http://www.albar.fr/downloads/VMPython.py", "Homepage": "http://www.albar.fr/VMPython_html/index.html" }, "release_url": "https://pypi.org/project/VMPython/0.1/", "requires_dist": null, "requires_python": null, "summary": "This module is a translation from perl to python of the VMWare API called VMPerl.", "version": "0.1" }, "last_serial": 91325, "releases": { "0.1": [] }, "urls": [] }