Metadata-Version: 2.1
Name: python-ssh-exec
Version: 0.1.3
Summary: A library to execute local python scripts on remote servers.
Home-page: https://github.com/AdamGold/python-ssh-exec
Author: AdamGold
Author-email: adamgold7@gmail.com
License: UNKNOWN
Description: # Python SSH Execution
        
        Python library for executing local Python scripts on remote machines.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
        
        ```bash
        pip install python-ssh-exec
        ```
        
        ## Usage
        
        ```python
        pyssh -f ~/path/to/script.py -h SERVER_ADDRESS -p PORT -u USERNAME -pw PASSWORD
        ```
        
        ## Contributing
        
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        ## License
        
        [MIT](https://choosealicense.com/licenses/mit/)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
