Skip to main content

Jelastic API client library

Project description

py-jelastic

CI Documentation Upload Python Package

Python API client library for Jelastic.

Note: This library is only tested with Jelastic version v8.4.1.

Installation

You can clone the repo and run python setup.py install.

Quick Start

To begin, import the Jelastic client and instantiate the API.

from jelastic import Jelastic

jelastic = Jelastic(
    'https://app.xapp.cloudmydc.com',
    token='d6f4e314a5b5fefd164995169f28ae32d987704f'
)

The library follows the convention from the Jelastic API documentation. For example, to get the list of accounts, you would do the following:

from jelastic import Jelastic

jelastic = Jelastic(
    'https://app.xapp.cloudmydc.com',
    token='d6f4e314a5b5fefd164995169f28ae32d987704f'
)

accounts = jelastic.billing.Account.GetAccounts()

The result is a JSON dictionary returned from the Jelastic API.

You can read more about this library at Read the Docs.

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

py-jelastic-0.1.6.tar.gz (83.9 kB view hashes)

Uploaded Source

Built Distribution

py_jelastic-0.1.6-py3-none-any.whl (95.2 kB view hashes)

Uploaded 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