Metadata-Version: 2.1
Name: jobqueues
Version: 0.5.7
Summary: Wrappers for various queueing systems in python.
Home-page: https://github.com/acellera/jobqueues/
Author: Acellera
Author-email: info@acellera.com
License: UNKNOWN
Description: # JobQueues
        Unified interface for submitting jobs to various queueing systems.
        
        ## Install
        
        To get the latest PyPI release use:
        
        ```sh
        pip install jobqueues
        ```
        
        Or if you want the latest github version:
        
        ```sh
        pip install git+https://github.com/acellera/jobqueues
        ```
        
        or clone the git and install manually with
        
        ```sh
        git clone https://github.com/acellera/jobqueues
        cd jobqueues
        pip install .
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
