Metadata-Version: 1.0
Name: sshutil
Version: 0.9.6
Summary: Python SSH Utility Library
Home-page: https://github.com/choppsv1/pysshutil
Author: Christian E. Hopps
Author-email: chopps@gmail.com
License: Apache License, Version 2.0
Description: 
        Utilities for ssh (``paramiko``)
        ================================
        
        The following modules are a collection of classes and functions
        useful for efficiently interacting with local and remote hosts
        using ssh.
        
        - ``cmd`` - Execute commands either locally or remotely (with ssh).
        - ``conn`` - SSH channel and socket connections with caching.
        - ``host`` - A Host class for interacting with a host.
        
        
        branch status:
        
        .. image:: https://travis-ci.org/choppsv1/pysshutil.svg?branch=master
           :target: https://travis-ci.org/choppsv1/pysshutil?branch=master
        
        .. image:: https://coveralls.io/repos/choppsv1/pysshutil/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/choppsv1/pysshutil?branch=master
        
Platform: UNKNOWN
