Metadata-Version: 1.0
Name: sshutil
Version: 0.9.0
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: 
        # SSHUTIL
        
        ## Utilies utilizing `ssh`
        
        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 (wiht ssh).
         * `conn` - SSH channel and socket connections with caching.
         * `host` - A Host class for interacting with a host.
        
Platform: UNKNOWN
