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.
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.
Development takes place on GitHub; please file bugs/pull requests there.
Development on this project was funded by Discovery - thanks!