Skip to main content

A bootstrap package to handle input and output data for batch processes

Project description

https://travis-ci.com/rasmunk/jobio.svg?branch=master https://badge.fury.io/py/jobio.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jobio-0.0.0a10.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

jobio-0.0.0a10-py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page