Metadata-Version: 1.1
Name: sshmap
Version: 0.6.90
Summary: A SSH Multiplexer designed to use ssh to perform map/reduce operations
Home-page: https://github.com/yahoo/sshmap
Author: Dwight Hubbard
Author-email: dhubbard@yahoo-inc.com
License: LICENSE.txt
Description: Description
        sshmap is a python scriptable ssh multiplexer optimized for performing 
        parallel map operations via ssh.
        
        sshmap provides a python module in order to operate:
          sshmap - This module provides the multiprocessing ssh functionality
        
        Dependencies
        sshmap uses two open source modules.
        
        This file summarizes the tools used, their purpose, and the licenses under
        which they're released.
        
        * paramiko 1.7.7.2 (LGPL license)
        
        This is a python module for making SSH2 connections (client or server). 
        Emphasis is on using SSH2 as an alternative to SSL for making secure 
        connections between python scripts. All major ciphers and hash methods 
        are supported.  SFTP client and server mode are both supported too.
        
        [http://www.lag.net/paramiko/]
        
        * hostlists 0.5.2 (Apache License)
        
        This is a python module for querying and managing lists of hosts from
        various systems.
        
        [https://github.com/dwighthubbard/sshmap]
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires: paramiko
Requires: hostlists
Requires: django
