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
Release files for sshdjup 0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sshdjup-0.5.tar.gz | 7.8 kB | Details |
Release files / sshdjup-0.5.tar.gz
| Download URL | sshdjup-0.5.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5f75bcd70ac2b72aa56f8c9c4323827399668b0257cab5d58886fdbbb6dfb702
|
|
BLAKE2b-256 checksum How to use checksums |
4f7effe9cd58b3defbed66025432387b2cd554fee5074e274f379e9666e3c4ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|