This project provides a Python-based wrapper for executing and managing local and remote commands without the need for
Bash scripting. It leverages paramiko for SSH communication and subprocess for local command execution, and includes
live log streaming capabilities.
- Remote Command Execution: Utilize
paramikoto execute commands on remote servers via SSH. You can execute commands and shell scripts! - Local Command Execution: Use
subprocessto run commands locally on your system. - Live Log Streaming: Stream command outputs in real-time, facilitating live monitoring of command execution for both Remote and Local command Executions
- Python-Centric: Manage all functionalities directly from Python scripts, enhancing script automation and integration.
Install by pip:
pip install pyshellscriptclone this repository:
git clone https://github.com/dk-tgz/PyShellScript