{% extends "layout.html" %} {% set title = 'Overview' %} {% block body %}
psphere provides native Python bindings for the vSphere Web Services SDK (formerly known as VMware Infrastructure SDK). The project is in its early phases but can already perform most query operations and virtual machine creation.
psphere is in no way affiliated with VMware Inc.
Getting Started User Guide Search page |
API Reference General Index |
psphere is available as an easy-installable package on the Python Package Index.
The code can be found on GitHub
Get in touch via GitHub if you would like to contribute to psphere. This is my first Python and open-source project so I would appreciate any feedback or advice!
{% endblock %}