A bootstrap package to handle input and output data for batch processes
Project description
jobio
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 .
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.