VMware vCloud Python SDK
Project description
pyvcloud
========
Python SDK for VMware vCloud.
``Release early, release often.``
This project is under development.
Sample usage:
Import modules and instantiate a vCloud Air object::
from pyvcloud.vcloudair import VCA
vca = VCA()
Login to a vCloud Director instance::
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
========
Python SDK for VMware vCloud.
``Release early, release often.``
This project is under development.
Sample usage:
Import modules and instantiate a vCloud Air object::
from pyvcloud.vcloudair import VCA
vca = VCA()
Login to a vCloud Director instance::
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvcloud-2.1.tar.gz
(1.3 MB
view details)
File details
Details for the file pyvcloud-2.1.tar.gz.
File metadata
- Download URL: pyvcloud-2.1.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c00425fb8fbc9daf10738ec81daefedeb2a326269f3d8fc45c12963c9874f062
|
|
| MD5 |
4a30de047c873269efff6e8693dafc52
|
|
| BLAKE2b-256 |
09e5730424c7846a5976d6d77cdcaa36a94a862ea70f7c369e3e9d537e5a2b6b
|