Metadata-Version: 2.0
Name: cch
Version: 0.1.2
Summary: Cloud CLI for Humans
Home-page: https://github.com/rushiagr/cch
Author: Rushi Agrawal
Author-email: rushi.agr@gmail.com
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: boto3
Requires-Dist: click
Requires-Dist: prettytable

CCH - Cloud CLI for Humans.

Very simple cloud CLI, specifically designed for human interaction.

Just type `mkvm` and it will help you step-by-step create a virtual machine, by
first providing a flavor, then a security group, and then root volume storage.
All the other commands are just as simple!

All commands:

    lsvm    - List all virtual machines
    mkvm    - Create a virtual machine
    stpvm   - Stop a virtual machine
    rmvm    - Terminate a virtual machine

    lskp    - List all keypairs
    mkkp    - Create keypairs
    rmkp    - Delete a keypair

    lssg    - List all security groups (including a detailed view)
    mksg    - Create a security group (including specifying secgroup rules)
    rmsg    - Delete a security group


## Installation

    pip install cch



