Metadata-Version: 1.1
Name: ssh-run
Version: 0.5.1
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: MIT
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
        ------------
        
            pip install ssh-run
        
        Usage
        -----
        
            ssh-run --help
        
        Requirements
        ------------
        
        Runs on Python 3, *may* work on Python 2.
        
        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
