Metadata-Version: 1.1
Name: ssh-run
Version: 0.5.0
Summary: A tool for running commands on remote servers
Home-page: https://github.com/borntyping/ssh-run
Author: Sam Clements
Author-email: sam@borntyping.co.uk
License: UNKNOWN
Description: ssh-run
        =======
        
        A tool for running commands on remote servers.
        
        The original `ssh-run` was a small bash script for running a command using your
        current directory on a remote server using SSH. This is being merged with a
        Python script of the same name for running a command across multiple servers.
        
        Installation
        ------------
        
        Requires Python 3. The pycrypto library (required by paramiko) does not work
        if installed globally on Python 3.4.
        
        Author
        ------
        
        Written by `Sam Clements <https://github.com/borntyping>`_ at
        `DataSift <https://datasift.com/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
