An open API service indexing awesome lists of open source software.

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

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