Metadata-Version: 2.0
Name: sshutil
Version: 1.4.1
Summary: Python SSH Utility Library
Home-page: https://github.com/choppsv1/pysshutil/
Author: Christian Hopps
Author-email: chopps@gmail.com
License: Apache-2
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: paramiko (>=1.10.1)

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

.. image:: https://readthedocs.org/projects/pysshutil/badge/?version=latest
   :target: http://pysshutil.readthedocs.io/en/latest/



