...
Python client for the EIS Virtual Cloud RESTful API
Note |
---|
Latest release v0.2 |
The python client allows you to interact with the API using its self-descriptive methods, for instance creating a virtual machine is as easy as calling the create_vm method as follows:
...
Installing the library is quite simple. Either clone the GitLab repository or download the source code or use pip to do everything for you:
Code Block |
---|
# git git clone git@gitlab.eis.utoronto.ca:vss/py-vss.git cd py-vss python setup.py install # pip virtualenv ~/VirtualEnvs/pyvss . ~/VirtualEnvs/pyvss/activate pip install pyvss git+ssh:// # git git clone git@gitlab.eis.utoronto.ca/:vss/py-vss.git cd #py-vss orpython setup.py pipinstall install https://gitlab.eis.utoronto.ca/vss/py-vss/repository/archive.zip |