Skip to main content

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


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)

Uploaded Source

Built Distributions

pysshops-0.1.0-py3.6.egg (4.6 kB view hashes)

Uploaded Source

pysshops-0.1.0-py2.py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 2 Python 3

pysshops-0.1.0-py2.7.egg (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page