Metadata-Version: 1.1
Name: cloudssh
Version: 1.0.0
Summary: Auto scaling.
Home-page: https://github.com/gabfl/cloudssh
Author: gab
Author-email: gab@confiant.com
License: UNKNOWN
Description: # cloudssh
        
        [![Build Status](https://travis-ci.org/gabfl/cloudssh.svg?branch=master)](https://travis-ci.org/gabfl/cloudssh)
        [![codecov](https://codecov.io/gh/gabfl/cloudssh/branch/master/graph/badge.svg)](https://codecov.io/gh/gabfl/cloudssh)
        [![MIT licensed](https://img.shields.io/badge/license-MIT-green.svg)](https://raw.githubusercontent.com/gabfl/cloudssh/master/LICENSE)
        
        EC2 ssh connections helper
        
        ## Installation and usage
        
        ```bash
        pip3 install cloudssh
        aws configure # To configure your AWS credentials
        
        cloudssh myserver # Call the module followed by the name of one of your servers
        ```
        
        ## Advanced configuration
        
        You can optionally create a file `~/.cloudssh.cfg` (see [example](.cloudssh.cfg.sample)).
        
Platform: UNKNOWN
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
