{"id":13648155,"url":"https://github.com/vmware/pyvmomi","last_synced_at":"2025-05-14T07:07:31.286Z","repository":{"id":12500093,"uuid":"15169689","full_name":"vmware/pyvmomi","owner":"vmware","description":"VMware vSphere API Python Bindings","archived":false,"fork":false,"pushed_at":"2025-02-14T13:27:23.000Z","size":5323,"stargazers_count":2252,"open_issues_count":305,"forks_count":769,"subscribers_count":185,"default_branch":"master","last_synced_at":"2025-05-07T06:17:37.391Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmware.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-13T17:30:30.000Z","updated_at":"2025-05-05T09:00:43.000Z","dependencies_parsed_at":"2024-07-31T09:07:22.320Z","dependency_job_id":"de42867d-714b-4d49-8cf3-83ddfdcd0fb0","html_url":"https://github.com/vmware/pyvmomi","commit_stats":{"total_commits":323,"total_committers":55,"mean_commits":5.872727272727273,"dds":0.7151702786377709,"last_synced_commit":"29104169c65d8ce455a7d384a8a741801ea0c458"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fpyvmomi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fpyvmomi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fpyvmomi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmware%2Fpyvmomi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmware","download_url":"https://codeload.github.com/vmware/pyvmomi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092648,"owners_count":22013290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:04:00.878Z","updated_at":"2025-05-14T07:07:31.242Z","avatar_url":"https://github.com/vmware.png","language":"Python","readme":"pyvmomi\n------------\n.. |downloads| image:: https://img.shields.io/pypi/dm/pyvmomi.svg\n    :target: https://pypi.python.org/pypi/pyvmomi/\n.. |py-version| image:: https://img.shields.io/pypi/pyversions/pyVmomi\n\n|downloads| |py-version|\n\npyVmomi is the Python SDK for the VMware vSphere Management API that allows you to rapidly build solutions integrated with VMware ESXi and vCenter Server.\nFor accessing features from the `vSphere Automation APIs \u003chttps://developer.vmware.com/apis/vsphere-automation/latest/\u003e`_\n(REST), please refer to the `VMware vSphere Automation SDK for Python \u003chttps://github.com/vmware/vsphere-automation-sdk-python/\u003e`_.\n\n.. contents:: Table of Contents\n   :depth: 1\n   :local:\n   :backlinks: none\n\nGetting Started\n================\nTo get started, see the\n`getting started guide \u003chttp://vmware.github.io/pyvmomi-community-samples/#getting-started\u003e`_.\nYou'll need `Python \u003chttps://www.python.org/downloads/\u003e`_,\n`pip \u003chttps://pip.pypa.io/en/latest/installation/\u003e`_, and the\n`samples project \u003chttp://vmware.github.io/pyvmomi-community-samples/\u003e`_.\n\nInstalling\n==========\nThe master is code that is in development, official releases are tagged and\nposted to `pypi \u003chttps://pypi.python.org/pypi/pyvmomi/\u003e`_\n\n* The official release is available using pip, just run\n  ``pip install --upgrade pyvmomi``.\n* To install the version in `github \u003chttps://github.com/vmware/pyvmomi\u003e`_ use\n  ``python setup.py develop`` for development install or\n  ``python setup.py install``.\n* To install `github's version \u003chttps://github.com/vmware/pyvmomi\u003e`_ with sso support, just run\n  ``pip install -e \".[sso]\"`` inside project's home folder.\n\nTesting\n=======\nUnit tests can be invoked by using the `tox \u003chttps://testrun.org/tox/\u003e`_ command. You may have to\nconfigure multiple python interpreters so that you can test in all the\nenvironments listed in ``tox.ini`` or you will have to run ``tox`` with the\n``-e`` flag to run only in your version of python. For example, if you only\nhave Python 2.7 then ``tox -e py27`` will limit your test run to Python 2.7.\n\nContributing\n============\n* Research `open issues \u003chttps://github.com/vmware/pyvmomi/issues?q=is%3Aopen+is%3Aissue\u003e`_\n* Follow the `contribution standards \u003chttps://github.com/vmware/pyvmomi/wiki/Contributions\u003e`_\n\nDocumentation\n=============\nFor general language neutral documentation of vSphere Management API see:\n\n* `Release Notes \u003chttps://docs.vmware.com/en/VMware-vSphere/8.0/rn/pyvmomi-sdk-80-release-notes.html\u003e`_\n* `vSphere Web Services API Doc \u003chttps://developer.broadcom.com/xapis/vsphere-web-services-api/latest/\u003e`_\n\nPython Support\n==============\n* pyVmomi supports Python 3.4+\n\nVersioning\n====================\npyVmomi: **X.Y.Z.U.P**\n\nvCenter-related:\n**X.Y** - (Major release), **Z** - (Update release), **U** - (Patch)\n\npyVmomi-related:\n**P** - (pyVmomi patches)\n\nCompatibility Policy\n====================\npyVmomi maintains minimum backward compatibility with the previous\n*four* releases of *vSphere* and it's own previous four releases.\nCompatibility with much older versions may continue to work but will\nnot be actively supported.\n\nFor example, version v6.0.0 is most compatible with vSphere 6.0, 5.5, 5.1 and\n5.0. Initial releases compatible with a version of vSphere will bare a naked\nversion number of v6.0.0 indicating that version of pyVmomi was released\nsimultaneously with the *GA* version of vSphere with the same version number.\n\nSupport\n====================\nSupport details can be referenced under the **SDK and API Support for Commercial and Enterprise Organizations** section at `Broadcom Developer Portal \u003chttps://developer.broadcom.com/support\u003e`_.\n\nFor community support, please open a `Github issue \u003chttps://github.com/vmware/pyvmomi/issues\u003e`_ or start a `Discussion \u003chttps://github.com/vmware/pyvmomi/discussions\u003e`_.\n\nRelated Projects\n================\n* VMware vSphere Automation SDK for Python: https://github.com/vmware/vsphere-automation-sdk-python\n* Samples Project: https://github.com/vmware/pyvmomi-community-samples\n\nHave fun!\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fpyvmomi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmware%2Fpyvmomi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmware%2Fpyvmomi/lists"}