https://github.com/makefu/cacpanel
python wrapper for panel.cloudatcost.com
https://github.com/makefu/cacpanel
Last synced: 8 months ago
JSON representation
python wrapper for panel.cloudatcost.com
- Host: GitHub
- URL: https://github.com/makefu/cacpanel
- Owner: makefu
- License: wtfpl
- Created: 2015-11-23T06:36:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T19:51:50.000Z (over 10 years ago)
- Last Synced: 2024-12-27T16:31:00.851Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
python-cloudatcost
==================
``cac-panel`` is a python wrapper for `panel.cloudatcost.com`_
---------
usage CLI
---------
CACpy Provides a cli for panel and api:
::
cac-panel --help
-------------
usage Library
-------------
::
from cacpanel import CACpanel
panel = CACpanel('email@example.com','password')
print(panel.settings())
More details and the latest updates can be found on the `GitHub Project Page`_.
.. _GitHub Project Page: https://github.com/makefu/cac-panel