No project description provided
Project description
sshdjup
What it for?
This library was developed to make files upgrade more easier and to make update process more automated.
Concised information:
- Helps you to concentrate on coding.
- ***Economies you time.***
- ***Automates ugdates through ssh.***
How to use?
Firstly run such command to install pypi package:
$ pip3 install sshdjup
Create SSHFile and write available commands from
COMMANDS.md.
It is important to write such variables in SSHFile.
HOST=111.222.333.444 #write your own host
USERNAME=root #write your own username
PORT=22 #it is optional variable default is 22
PASSWORD=12345678 #write your own password to the machine
To run it you have to be located in the directory with SSHFile to test run such command:
$ python3 -m sshdjup --ping
If the output is:
$ python3 -m sshdjup --ping
[output] pong
run possible commands using such commands as:
$ python3 -m sshdjup --help
The number of commands is increasing and will be extended in the upcomming new versions
The master is YarikRevich Communicate via mail yariksvitlitskiy81@gmail.com
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.
Source Distribution
sshdjup-0.5.tar.gz
(7.8 kB
view details)
File details
Details for the file sshdjup-0.5.tar.gz.
File metadata
- Download URL: sshdjup-0.5.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f75bcd70ac2b72aa56f8c9c4323827399668b0257cab5d58886fdbbb6dfb702
|
|
| MD5 |
be83400b419434e399d29ed100ac38ee
|
|
| BLAKE2b-256 |
4f7effe9cd58b3defbed66025432387b2cd554fee5074e274f379e9666e3c4ce
|