Metadata-Version: 2.1
Name: piper
Version: 0.9.2
Summary: A lightweight python toolkit for gluing together restartable, robust command line pipelines
Home-page: https://github.com/databio/pypiper/
Author: Nathan Sheffield, Johanna Klughammer, Andre Rendeiro
Author-email: nathan@code.databio.org, jklughammer@cemm.oeaw.ac.at, arendeiro@cemm.oeaw.ac.at
License: BSD2
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: pyyaml
Requires-Dist: psutil
Provides-Extra: all
Requires-Dist: pyyaml ; extra == 'all'
Requires-Dist: pysam ; extra == 'all'
Requires-Dist: seaborn ; extra == 'all'
Requires-Dist: matplotlib ; extra == 'all'
Requires-Dist: scipy ; extra == 'all'
Requires-Dist: numpy ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Provides-Extra: dev
Requires-Dist: pyyaml ; extra == 'dev'
Requires-Dist: pysam ; extra == 'dev'
Requires-Dist: mock (==2.0.0) ; extra == 'dev'
Requires-Dist: seaborn ; extra == 'dev'
Requires-Dist: matplotlib ; extra == 'dev'
Requires-Dist: scipy ; extra == 'dev'
Requires-Dist: pytest (==3.0.7) ; extra == 'dev'
Requires-Dist: numpy ; extra == 'dev'
Requires-Dist: pandas ; extra == 'dev'
Provides-Extra: ngstk
Requires-Dist: numpy ; extra == 'ngstk'
Requires-Dist: pandas ; extra == 'ngstk'
Requires-Dist: pysam ; extra == 'ngstk'
Requires-Dist: pyyaml ; extra == 'ngstk'
Provides-Extra: plot
Requires-Dist: matplotlib ; extra == 'plot'
Requires-Dist: scipy ; extra == 'plot'
Requires-Dist: seaborn ; extra == 'plot'

<img src="logo_pypiper.svg" alt="Pypiper logo" height="70" align="left"/>

# Pypiper

[![Documentation Status](https://readthedocs.org/projects/pypiper/badge/?version=latest)](http://pypiper.readthedocs.org/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/databio/pypiper.svg?branch=master)](https://travis-ci.org/databio/pypiper)

A lightweight python toolkit for gluing together restartable, robust command line pipelines. The best place to learn more is at the [documentation hosted at Read the Docs](http://pypiper.readthedocs.org/).


