Skip to main content

Job Management Controller

Project description

# PyJob

Python-controlled job execution across multiple platforms

[![PyPi package](https://img.shields.io/pypi/v/pyjob.svg)](https://pypi.python.org/pypi/pyjob) [![Build Status](https://travis-ci.org/fsimkovic/pyjob.svg)](https://travis-ci.org/fsimkovic/pyjob) [![Python version](https://img.shields.io/pypi/pyversions/pyjob.svg)](https://pypi.python.org/pypi/pyjob)

## Installation

### Latest official release `bash $ pip install pyjob `

### Source code `bash $ git clone https://github.com/fsimkovic/pyjob.git $ cd pyjob $ python setup install `

## Examples

### Local machine

`python >>> from pyjob import Job >>> j = Job('local') >>> j.submit('run.sh', nproc=1) >>> j.wait() `

### SGE management platform

`python >>> from pyjob import Job >>> j = Job('sge') >>> j.submit('run.sh') >>> j.wait() `

### LSF management platform

`python >>> from pyjob import Job >>> j = Job('lsf') >>> j.submit('run.sh') >>> j.wait() `

### PBS/TORQUE management platform

`python >>> from pyjob import Job >>> j = Job('pbs') >>> j.submit('run.sh') >>> j.wait() `

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

pyjob-0.1.5.tar.gz (12.9 kB view details)

Uploaded Source

File details

Details for the file pyjob-0.1.5.tar.gz.

File metadata

  • Download URL: pyjob-0.1.5.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyjob-0.1.5.tar.gz
Algorithm Hash digest
SHA256 f07d4c4bc4a6e70ee9cb809c1c8010678e3d7b23f727f7283473cba712ec9e4f
MD5 7824bfce68e12f9925c49a843869a0d1
BLAKE2b-256 1337b18c5506095f2a147451afc7d7460679c4fb7433351429144c58860d8228

See more details on using hashes here.

Supported by

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