Skip to main content

Client library for the HD Cloud API

Project description

This is a cloud for the HD Cloud API.

You’ll need an HD Cloud account to use this library. You can either use your account’s username/password, or you can use a developer token from your user profile page and use those credentials instead.

Usage

First create an instance with your creds:

>>> from hdcloud import HDCloud
>>> hdcloud = HDCloud(USERNAME, PASSWORD)

Then call methods:

>>> hdcloud.jobs.all()
[<Job: 12345 - completed>]

>>> hdcloud.jobs.get(id=12345)
<Job: 12345 - completed>

For details, see the documentation and/or HD Cloud’s API documentation.

Contributing

Development takes place on GitHub; please file bugs/pull requests there.

Development on this project was funded by Discovery - thanks!

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

python-hdcloud-1.0.1.tar.gz (279.6 kB view hashes)

Uploaded Source

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