Metadata-Version: 1.1
Name: cfncluster
Version: 1.6.0rc1
Summary: A simple tool to launch and manage HPC clusters as CloudFormation stacks.
Home-page: https://github.com/awslabs/cfncluster
Author: Dougal Ballantyne
Author-email: dougalb@amazon.com
License: Apache License 2.0
Description: cfncluster is an example framework for launching clusters.
        
            usage: cfncluster [-h]
                              {create,update,delete,start,stop,status,list,instances,ssh,configure,version}
                              ...
        
            cfncluster is a tool to launch and manage a cluster.
        
            positional arguments:
              {create,update,delete,start,stop,status,list,instances,ssh,configure,version}
                create              creates a cluster
                update              update a running cluster
                delete              delete a cluster
                start               start the compute fleet that has been stopped
                stop                stop the compute fleet, but leave the master server
                                    running for debugging/development
                status              pull the current status of the cluster
                list                display a list of stacks associated with cfncluster
                instances           display a list of all instances in a cluster
                ssh                 connect to the master server using SSH
                configure           creating initial cfncluster configuration
                version             display version of cfncluster
        
            optional arguments:
              -h, --help            show this help message and exit
        
            For command specific flags run cfncluster [command] --help
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
