Job Management Controller
Project description
# PyJob
Python-controlled job execution across multiple platforms
[](https://pypi.python.org/pypi/pyjob) [](https://travis-ci.org/fsimkovic/pyjob) [](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
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.
Source Distribution
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f07d4c4bc4a6e70ee9cb809c1c8010678e3d7b23f727f7283473cba712ec9e4f
|
|
| MD5 |
7824bfce68e12f9925c49a843869a0d1
|
|
| BLAKE2b-256 |
1337b18c5506095f2a147451afc7d7460679c4fb7433351429144c58860d8228
|