Metadata-Version: 2.1
Name: jh-awssh
Version: 0.31.8
Summary: SSH Connect to Ec2 instances
Home-page: https://github.com/ibejohn818/awssh
Author: John Hardy
Author-email: john.hardy@me.com
License: MIT license
Keywords: awssh
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click
Requires-Dist: boto3
Requires-Dist: termcolor
Requires-Dist: jmespath
Requires-Dist: six

==============
AWS SSH Helper
==============


.. image:: https://img.shields.io/pypi/v/jh-awssh.svg
        :target: https://pypi.python.org/pypi/jh-awssh

.. image:: https://img.shields.io/travis/ibejohn818/awssh.svg
        :target: https://travis-ci.org/ibejohn818/awssh

.. image:: https://readthedocs.org/projects/awssh/badge/?version=latest
        :target: https://awssh.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/ibejohn818/awssh/shield.svg
     :target: https://pyup.io/repos/github/ibejohn818/awssh/
     :alt: Updates

.. image:: https://codecov.io/gh/ibejohn818/awssh/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/ibejohn818/awssh

Install
---------------
|`pip install jh-awssh`
| or use sudo on OS X
| `sudo -H pip install jh-awssh`


SSH Connect to Ec2 instances & list IP for use with **mussh**

Run `$: awssh` to see a list of all commands



* Free software: MIT license


=======
History
=======

0.6.0 (2017-09-02)
------------------

* First release on PyPI.


