Metadata-Version: 1.1
Name: redssh
Version: 1.2.4
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
Description: # RedSSH
        
        Use SSH in python easily with C speed!
        
        This is in beta for now, however I wouldn't release something that didn't work properly.
        Things might just change unexpectedly.
        
        
        # 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
        - Code clean
        - Unit tests
        - Examples
        - Better README.md
        
Platform: Posix
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Developers
