Metadata-Version: 2.1
Name: PyCondor
Version: 0.5.0
Summary: Python utility for HTCondor
Home-page: https://github.com/jrbourbeau/pycondor
Author: James Bourbeau
Author-email: james@jamesbourbeau.com
License: MIT
Description: # PyCondor
        
        [![Build Status](https://travis-ci.org/jrbourbeau/pycondor.svg?branch=master)](https://travis-ci.org/jrbourbeau/pycondor)
        [![codecov](https://codecov.io/gh/jrbourbeau/pycondor/branch/master/graph/badge.svg)](https://codecov.io/gh/jrbourbeau/pycondor)
        ![pypi version](https://img.shields.io/pypi/v/pycondor.svg 'pypi version')
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycondor.svg)
        ![license](https://img.shields.io/pypi/l/pycondor.svg 'license')
        
        PyCondor (Python HTCondor) is a tool to help build and submit workflows to HTCondor in a straight-forward manner with minimal hassle.
        
        
        ## Documentation
        
        The documentation for PyCondor can be found at https://jrbourbeau.github.io/pycondor.
        
        
        ## Installation
        
        
        PyCondor can be installed using `pip`
        
        ```
        pip install pycondor
        ```
        
        or `conda`
        
        ```
        conda install -c conda-forge pycondor
        ```
        
        For more information see the [installation instructions](https://jrbourbeau.github.io/pycondor/installation.html) in the [documentation](https://jrbourbeau.github.io/pycondor).
        
        
        ## Contributing
        
        To contribute to PyCondor, please see the [contributing guide](https://jrbourbeau.github.io/pycondor/contributing.html) in the documentation.
        
        
        ## License
        
        [MIT License](LICENSE)
        
        Copyright (c) 2018 James Bourbeau
        
Keywords: python condor htcondor high-throughput computing utility tool
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
