Human readable slim REST client
Project description
# pysshops
pysshops is a comodity pacakge to build python operations tools working on ssh and powered by [paramiko](https://github.com/paramiko/paramiko)
## Quickstart
```python
from pysshops import SshOps
sshops = SshOps('hostname.domain.it', 'username')
with sshops as ssh:
ssh.remote_command('ls -l /var/tmp')
```
## Install
### Git
```
git clone
cd pysshops
python setup.py install
```
### Pip (wip)
```
pip install pysshops
```
## Features
* simple
* powered by rock-solid paramiko
pysshops is a comodity pacakge to build python operations tools working on ssh and powered by [paramiko](https://github.com/paramiko/paramiko)
## Quickstart
```python
from pysshops import SshOps
sshops = SshOps('hostname.domain.it', 'username')
with sshops as ssh:
ssh.remote_command('ls -l /var/tmp')
```
## Install
### Git
```
git clone
cd pysshops
python setup.py install
```
### Pip (wip)
```
pip install pysshops
```
## Features
* simple
* powered by rock-solid paramiko
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pysshops-0.1.0.tar.gz
(2.3 kB
view hashes)
Built Distributions
pysshops-0.1.0-py3.6.egg
(4.6 kB
view hashes)
pysshops-0.1.0-py2.7.egg
(4.2 kB
view hashes)
Close
Hashes for pysshops-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e34a1d498df6792381732423ef0998246b6e06ca737711857db207c3c0ffe994 |
|
MD5 | a028a82d2881d4a93e292a8939207ecf |
|
BLAKE2b-256 | 9761edf50f758da2061663671887df5051185e5752eb411454acf44195777317 |