Metadata-Version: 1.1
Name: voltgrid-client
Version: 0.1.4
Summary: Official Voltgrid Client
Home-page: https://github.com/voltgrid/voltgrid-client
Author: Andrew Cutler
Author-email: andrew@voltgrid.com
License: BSD
Description: voltgrid-client
        ===============
        
        Volt Grid API Client
        
        |Build Status| |PyPI version|
        
        Installation
        ------------
        
        ::
        
            pip install voltgrid-client
        
        Or to install in a new virtualenv
        
        ::
        
            curl --silent https://raw.githubusercontent.com/adlibre/python-bootstrap/master/bootstrap.sh | bash -s vg voltgrid-client 
        
        Then create your *~/.voltgrid.cfg*.
        
        Usage
        -----
        
        The command ``vgc -h`` brings up help:
        
        ::
        
            usage: vgc [-h] {account,domain,zone} ...
        
            positional arguments:
              {account,domain,zone}
        
            optional arguments:
              -h, --help            show this help message and exit
              
        
        Subcommands have their own help:
        
        ::
        
            usage: vgc account [-h] [-v] [--actions] [--databases] [--domains] [--ssl]
                               [--ssh] [--zones]
        
            optional arguments:
              -h, --help     show this help message and exit
              -v, --verbose  Verbose Output
              --actions      List actions
              --databases    List databases
              --domains      List domains
              --ssl          List SSL
              --ssh          List SSH
              --zones        List DNS Zones
        
        .. |Build Status| image:: https://travis-ci.org/voltgrid/voltgrid-client.svg?branch=master
           :target: https://travis-ci.org/voltgrid/voltgrid-client
        .. |PyPI version| image:: https://badge.fury.io/py/voltgrid-client.svg
           :target: https://pypi.python.org/pypi/voltgrid-client/
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
