This release is a pre-release and may not be stable for production use.
jobio is used for executing processes on a Unix-like environment. The execution runtime at the moment is just a simple shell execution of the job command and the optional arguments.
In addition, the package supports the staging of S3 buckets on the executing node before the process scheduled. Furthermore, upon a successful execution, the jobio package supports the automatic export of persistent results to the same S3 bucket.
To distinquish between what is the staging inputs in the bucket and the subsequent results, jobio sets default bucket_input_prefix=’input’ and bucket_output_prefix=’output’ to divide these two sets in the bucket.
Very much in an Alpha stage. Not ready for anything!
Installation
Installation from pypi:
pip install jobio
Installation from local git repository:
cd jobio pip install .
Release files for jobio 0.0.0a10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jobio-0.0.0a10.tar.gz | 8.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jobio-0.0.0a10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.3 kB
Release files / jobio-0.0.0a10.tar.gz
| Download URL | jobio-0.0.0a10.tar.gz |
|---|---|
| Size | 8.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ebcb7549b6ea3cf46490074c258368b1b8e8759fbdbcb02cf1739de8a53bc93
|
|
BLAKE2b-256 checksum How to use checksums |
11e756ce61fe62456079fe95f0e6b80a75d41a252250456806f46f9bc3750668
|
| 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.7
|
Release files / jobio-0.0.0a10-py3-none-any.whl
| Download URL | jobio-0.0.0a10-py3-none-any.whl |
|---|---|
| Size | 12.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
90e25d566df281e76d2d6a260a2f498aaf696634b789bf7dc1443476220a971e
|
|
BLAKE2b-256 checksum How to use checksums |
78e38aff17ac90c8e65ea8fb16218d4406efe4f5595e8ebb12d8ed47b85359d9
|
| 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/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.7
|