A python library to run and live-log OS commands, functions, scripts, and batch jobs either immedietly, or to be queued for later execution.
Project description
pyrunning
Overview
A python library to run and live-log OS commands, functions, scripts, and batch jobs either immedietly, or to be queued for later execution.
Warning: This package is still in the Beta stage. It is not ready for production use. Please do not use for any critical software
Cloning
In order to download the source code to your local computer for testing, or for development, you can clone from the remote repository using either SSH, or HTTPS. Below are instructions on how to do so using GitHub hosted code as remote.
HTTPS
git clone https://github.com/shivanandvp/pyrunning.git
OR
SSH
git clone git@github.com:shivanandvp/pyrunning.git
Packaging
Change to the project directory (cd pyrunning) and run any of the below scripts:
sh packaging/setup.sh <MODE>: Builds and installs a packagesh packaging/build-package.sh <MODE>: Just builds a package without installing it locallysh packaging/install-package.sh <MODE>: Just installs a package locally, except if no built package is detected, a package is built.
OR
sh packaging_iso/setup.sh <MODE>: Builds and installs a packagesh packaging_iso/build-package.sh <MODE>: Just builds a package without installing it locallysh packaging_iso/install-package.sh <MODE>: Just installs a package locally, except if no built package is detected, a package is built.
where <MODE> can be one of the below
1. local: Selects pyrunning-local from the local project that you have cloned already.
2. git: Selects pyrunning-git from the latest git commit.
3. stable: Selects pyrunning from the git tag corresponding to the pkgver specified in the PKGBUILD. If pkgver=0.1.2, then the git tag v0.1.2 is used for packaging.
Note: Any additional parameters passed to the above scripts are automatically sent to
makepkgorpacman(whichever is applicable).
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyrunning-0.0.13.tar.gz.
File metadata
- Download URL: pyrunning-0.0.13.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f3ae5f04367cb830caa917bcd17cdc00fcd7b4f2fb1b0d41a330eaf995fb216
|
|
| MD5 |
4a35536caf4ddc3521af59858d4cde7c
|
|
| BLAKE2b-256 |
ab4bb88212918591d4636a1834d1e228d5baa0048eaf9a5dbd008f3a894775ff
|
File details
Details for the file pyrunning-0.0.13-py3-none-any.whl.
File metadata
- Download URL: pyrunning-0.0.13-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8b5f0469b4e153665402396d9bc04fe5c7e1484987735dad0a72fb5a796329c
|
|
| MD5 |
a223489b78292c1bb3ea9011352194d4
|
|
| BLAKE2b-256 |
76590f6f22de20c61ea242cb1027cde7b11ab29aeac7bee9bfcc61359b6dbeb5
|