Metadata-Version: 1.1
Name: cac-panel
Version: 0.4.3
Summary: A python lib and CLI for the panel.cloudatcost.com https://panel.cloudatcost.com
Home-page: https://github.com/makefu/cac-panel
Author: makefu
Author-email: github@syntax-fehler.de
License: WTFPL
Description: ==================
        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
        
Keywords: panel.cloudatcost.com screen-scraper
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
