forked from sigma/vmw.vco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (19 loc) · 838 Bytes
/
README
File metadata and controls
31 lines (19 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Introduction
------------
This Python module aims at providing a complete control layer over vCO’s
public interface.
This includes vCO WebService.
By using this module, one can (hopefully) obtain reasonable integration of vCO
in a Python environment, as well as a useful testing environment.
The use cases covered by vmw.vco and this documentation are:
* Communicate with a KL.next vCO using the SOAP interface.
* Provide a consistent API for synchronous and asynchronous applications
(Twisted is supported)
* Write tests targetting vCO.
* Provide enough information to extend vmw.vco in such a way that the above
use cases remain consistent.
Installation
------------
vmw.vco is best installed using official package:
$ pip install vmw.vco
This will fetch vmw.vco and its dependencies from Pypi