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')
```

```python
from pysshops import SftpOps
sftpops = SftpOps('hostname.domain.it', 'username')
with sftpops as sftp:
sftp.deploy('pysshops_sftp', '/tmp/pysshops_sftp')
```
## Install
### Git
```
git clone
cd pysshops
python setup.py install
```

### Pip
```
pip install pysshops
```

## Features
* simple
* powered by rock-solid paramiko
* python2/3 compatibility
* both ssh and sftp facilities
* external key based authentication at os level


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.2.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

pysshops-0.1.2-py2.py3-none-any.whl (3.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pysshops-0.1.2.tar.gz.

File metadata

  • Download URL: pysshops-0.1.2.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pysshops-0.1.2.tar.gz
Algorithm Hash digest
SHA256 05c1292d6b82675b855389eb4050a211db5d8dcc12f4916043f74681d46df5e6
MD5 0560f37d94b3813a212273e84baf761a
BLAKE2b-256 822f85fa63f73daeb683968496f901781d681151f3c89c86fcb041d4815bd28a

See more details on using hashes here.

Provenance

File details

Details for the file pysshops-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pysshops-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 32daa29034c4cabb39c4520961c73015f611b1a7fce557c042e391739c804fb4
MD5 1de883e017280d98de6db92b502784dc
BLAKE2b-256 03c480018581fd33bbe4a88aaee9293b1773ab1581ce737ae2aabdf6133cbcd2

See more details on using hashes here.

Provenance

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