Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 500 Bytes

File metadata and controls

19 lines (14 loc) · 500 Bytes

python-cloudatcost

python-cloudatcost is a light-weight Python wrapper for the Cloud at Cost REST API.

usage

from cacpy import CACPy
cac = CACPy('email@example.com','API_KEY')
srv_info = cac.get_server_info()

More details and the latest updates can be found on the GitHub Project Page.