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
```
pip install pysshops
```
## Features
* simple
* powered by rock-solid paramiko
* python2/3 compatibility
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
```
pip install pysshops
```
## Features
* simple
* powered by rock-solid paramiko
* python2/3 compatibility
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.1.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file pysshops-0.1.1.tar.gz
.
File metadata
- Download URL: pysshops-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05341c356fdbd3e73bc0b00a529885638fc2aa218f166d1e5f5540d210907b1c |
|
MD5 | f60133c412fcf5193db050edf93be14c |
|
BLAKE2b-256 | fe93a7f5ab61ed48c6769071133fde44a6ec715695b99151b43b0be0cc2e3b2f |
Provenance
File details
Details for the file pysshops-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pysshops-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd7275e8a837940d88c994576456e259fb4221ab3a902a2e880b7aded9d5ebf2 |
|
MD5 | 55e034de5ab42bb14e85dc1f8ddcb3de |
|
BLAKE2b-256 | 84e5f3e2bf983e9ca7b7dcd9c0edc65826ae38f787ff15fa68644ead7c8b0139 |