pyrunning 0.0.13

Creator: bradpython12

Last updated:

Add to Cart

Description:

pyrunning 0.0.13

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 package
sh packaging/build-package.sh <MODE>: Just builds a package without installing it locally
sh 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 package
sh packaging_iso/build-package.sh <MODE>: Just builds a package without installing it locally
sh 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 makepkg or pacman (whichever is applicable).

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.