pyglesys

Python wrapper around the GleSYS API


License
MIT
Install
pip install pyglesys==0.1.0.dev0

Documentation

py.glesys

py.glesys is a Python wrapper around the GleSYS API.

NOTE: The project is in its infancy, rely on it at your own peril.

Installing

Install using pip:

$ pip install pyglesys

Example Usage

import glesys

gs = glesys.Glesys('account_number', 'api_key')
servers = gs.server.list()
print(servers)
$ python app.py
[Server({'serverid': 'wps1234567', 'hostname': 'example.com', 'datacenter': 'Falkenberg', 'platform': 'VMware'})]

Disclaimer

This project is not associated with GleSYS AB in any way. I'm just a private person doing this for fun.