Metadata-Version: 2.1
Name: redssh
Version: 2.0.2.post1
Summary: An SSH automation library.
Home-page: https://bitbucket.org/Red_M/RedSSH
Author: Red_M
Author-email: redssh_pypi@red-m.net
License: GPLv2
Platform: Posix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
Requires-Dist: ssh2-python
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: ssh2-python ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: paramiko ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: coveralls ; extra == 'tests'
Requires-Dist: ssh2-python ; extra == 'tests'
Requires-Dist: paramiko ; extra == 'tests'

# RedSSH

Use SSH in python easily and with C speed!


# Installing

You can install via pip with `pip install redssh` or the latest commit which may not be the most stable, from git with `pip install git://git@bitbucket.org/Red_M/redssh.git`


# Documentation
[![Documentation Status](https://readthedocs.org/projects/redssh/badge/?version=latest)](https://redssh.readthedocs.io/en/latest/?badge=latest)


[Now with autodocs!](https://redssh.readthedocs.io/en/latest/ "Docs! :)")


# TO DO
- Unit tests
- Examples
- Better README.md


