A Python package to execute code remotely to multiple operating system platforms
Project description
rudder
rudder
is a Python package to run commands remotely on Windows, macOS or *nix systems using PowerShell Remoting/WinRM or SSH.
Getting Started
In order to use rudder you must make sure you have access and credentials to authenticate to a remote host.
Prerequisites
The following packages will be installed and are prerequisities for rudder:
paramiko
fire
pypsrp
Installing
Install this package using pip
:
pip3 install rudder
Or you can clone this repository and install locally:
git clone https://github.com/MSAdministrator/rudder.git
cd rudder
python3 setup.py install
Built With
- carcass - Python packaging template
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning.
Authors
- MSAdministrator - Initial work - MSAdministrator
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.