Skip to content
This repository was archived by the owner on Nov 25, 2017. It is now read-only.

jacobian/python-hdcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python bindings to the HD Cloud API

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!

About

Python client library for the HD Cloud API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages