pip install jobx
Magical tool to run batch tasks.
Get Started
- install jobx :
pip install -U -i https://pypi.org/simple jobx. - create task config file,it's recommended to name as
jobx.yaml. - run tasks (presume that the name is
jobx.yaml).- run all tasks:
jobx *(jobx \*on Linux/MacOS). - run specific task:
jobx task-name. - run multiple tasks:
jobx t1,t2(task names are split by,, no space). - run tasks with matching names:
jobx tasks.yaml *plugin*install(matching like fnmatch).
- run all tasks:
If the config file name is not the default one (jobx.yaml), you need to specify the name with -f flag. For example,
jobx -f my-task.yaml task1.
Acknowledgement
- jinja2
- python-fire
Release files for jobx 0.0.2.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jobx-0.0.2.9.tar.gz | 9.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jobx-0.0.2.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.0 kB
Release files / jobx-0.0.2.9.tar.gz
| Download URL | jobx-0.0.2.9.tar.gz |
|---|---|
| Size | 9.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b4496f606d40c5844d6a9d24978a1be90721c15e8c55e2762b5628dd149f7705
|
|
BLAKE2b-256 checksum How to use checksums |
5d9f00cae23640e5b1c24ec824f4e92ad25fa12ccc16e17a0595af2f6b74a06d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|
Release files / jobx-0.0.2.9-py3-none-any.whl
| Download URL | jobx-0.0.2.9-py3-none-any.whl |
|---|---|
| Size | 12.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
37f966dcecbd1a0a53784c876ab847d7f6c8b58c7a942fee8e1e462e809aba69
|
|
BLAKE2b-256 checksum How to use checksums |
9491fec56f84ffbc6f8673d3bf46b2720baf7a30a31901450e1f8f2bf6541c94
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|