pyvcloud
Python SDK for VMware vCloud. It supports vCloud Air On Demand and Subscription. It also supports vCloud Director.
Release early, release often.
This project is under development, the classes, methods and parameters might change over time. This README usually reflects the syntax of the latest version.
Sample usage:
Import modules and instantiate a vCloud Air object:
from pyvcloud.vcloudair import VCA vca = VCA(host, user, service_type, service_version, verify)
Login to a vCloud Director instance:
result = vca.login(password=password, org=org)
Development
To test the current code, check it out from github and install it with:
pip install --editable .
To debug a python session, add this code:
import logging
import httplib
httplib.HTTPConnection.debuglevel = 1
logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)
requests_log = logging.getLogger("requests.packages.urllib3")
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True
Release files for pyvcloud 3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyvcloud-3.tar.gz | 1.3 MB | Details |
Release files / pyvcloud-3.tar.gz
| Download URL | pyvcloud-3.tar.gz |
|---|---|
| Size | 1.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
94cdb9e2809c47a967d2f1105681e1ad054a64a5692a9978e66fb35c448bdbdb
|
|
BLAKE2b-256 checksum How to use checksums |
3616eb1104821dbf4a28e5d73be200bf056571932f15e5ab45e21dcfed5aacf0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |