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 details)

Uploaded Source

File details

Details for the file python-hdcloud-1.0.1.tar.gz.

File metadata

File hashes

Hashes for python-hdcloud-1.0.1.tar.gz
Algorithm Hash digest
SHA256 7ca79c4991cce3a5af117106a63479ffa152bcf06c524ad05125f65c24f9b96d
MD5 6f3edf8fc8ca5d519da48ce42c988cdd
BLAKE2b-256 d4e85e6106ca041f021c3efa7ef6b5d2d42294d93bd735765d435e08f1c7d9ad

See more details on using hashes here.

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