Skip to main content

Python wrapper around the GleSYS API

Project description

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

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(id_="wps1234567", hostname="example.com", datacenter="Falkenberg", platform="VMware")]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyglesys-0.1.0.dev0.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

pyglesys-0.1.0.dev0-py2.py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page