pullnrun
A simple python app for running a set of commands from remote sources and pushing result files to remote targets.
Installing
Ensure that you are using Python >= 3.6 with python --version. To install, run:
pip install pullnrun
Usage
Examples
See examples for usage examples.
Testing
Check and automatically fix formatting with:
pycodestyle pullnrun
autopep8 -aaar --in-place pullnrun
Run static analysis with:
pylint -E --enable=invalid-name,unused-import,useless-object-inheritance pullnrun
Run unit tests with command:
python3 -m unittest discover -s tst/
Get test coverage with commands:
coverage run --branch --source pullnrun/ -m unittest discover -s tst/
coverage report -m
Release files for pullnrun 0.8.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pullnrun-0.8.0.tar.gz | 11.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pullnrun-0.8.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:29.2 kB
Release files / pullnrun-0.8.0.tar.gz
| Download URL | pullnrun-0.8.0.tar.gz |
|---|---|
| Size | 11.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
603b0401f1fd3d874d2a9fa48f3f1db12c21699b948aeaea4be9dc05417c4cd5
|
|
BLAKE2b-256 checksum How to use checksums |
46f4eddb77dfce7106a70d7ce4a6c54b1e8bcfbfce9f0ea8de9ddc56bf97549b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
|
Release files / pullnrun-0.8.0-py3-none-any.whl
| Download URL | pullnrun-0.8.0-py3-none-any.whl |
|---|---|
| Size | 17.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9780a60880d39159433fabf4cc5afaa95abfb40ab3c3b418bb3824bf0ef31579
|
|
BLAKE2b-256 checksum How to use checksums |
5ba43243836f06ea6e1dd76082b22bcd9da5a4e895cf56c41baf8db10f909a99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7
|