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
Release history Release notifications | RSS feed
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)
File details
Details for the file python-hdcloud-1.0.1.tar.gz
.
File metadata
- Download URL: python-hdcloud-1.0.1.tar.gz
- Upload date:
- Size: 279.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ca79c4991cce3a5af117106a63479ffa152bcf06c524ad05125f65c24f9b96d |
|
MD5 | 6f3edf8fc8ca5d519da48ce42c988cdd |
|
BLAKE2b-256 | d4e85e6106ca041f021c3efa7ef6b5d2d42294d93bd735765d435e08f1c7d9ad |