PBS (Portable Batch System) Python package This package is for submitting, running and monitoring jobs in the PBS system from a python interface Requirements: petname pandas Getting started install from source $ git clone https://github.com/ozmendelsohn/pbs-utils $ cd pbs-utils $ pip install . Calling the functions: from pbs_utils import *