Metadata-Version: 2.2
Name: piper
Version: 0.14.4
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
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: logmuse>=0.2.4
Requires-Dist: psutil
Requires-Dist: pandas
Requires-Dist: ubiquerg>=0.8.0
Requires-Dist: yacman>=0.9.3
Requires-Dist: pipestat>=0.11.0
Provides-Extra: ngstk
Requires-Dist: numpy; extra == "ngstk"
Requires-Dist: pandas; extra == "ngstk"
Requires-Dist: pysam; extra == "ngstk"
Requires-Dist: yacman; extra == "ngstk"
Requires-Dist: pipestat>=0.1.0; extra == "ngstk"
Provides-Extra: plot
Requires-Dist: matplotlib; extra == "plot"
Requires-Dist: scipy; extra == "plot"
Requires-Dist: seaborn; extra == "plot"
Provides-Extra: all
Requires-Dist: scipy; extra == "all"
Requires-Dist: matplotlib; extra == "all"
Requires-Dist: numpy; extra == "all"
Requires-Dist: pysam; extra == "all"
Requires-Dist: yacman; extra == "all"
Requires-Dist: pandas; extra == "all"
Requires-Dist: seaborn; extra == "all"
Requires-Dist: pipestat>=0.1.0; extra == "all"
Provides-Extra: dev
Requires-Dist: scipy; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: pytest-remotedata; extra == "dev"
Requires-Dist: hypothesis==4.38.0; extra == "dev"
Requires-Dist: pytest>=4.6.9; extra == "dev"
Requires-Dist: coveralls; extra == "dev"
Requires-Dist: numpy; extra == "dev"
Requires-Dist: pysam; extra == "dev"
Requires-Dist: yacman; extra == "dev"
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
Requires-Dist: pandas; extra == "dev"
Requires-Dist: veracitools; extra == "dev"
Requires-Dist: seaborn; extra == "dev"
Requires-Dist: mock==2.0.0; extra == "dev"
Requires-Dist: pipestat>=0.1.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

<img src="https://raw.githubusercontent.com/databio/pypiper/master/logo_pypiper.svg?sanitize=true" 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://github.com/databio/pypiper/actions/workflows/run-pytest.yml/badge.svg)](https://github.com/databio/pypiper/actions/workflows/run-pytest.yml)
[![PEP compatible](https://pepkit.github.io/img/PEP-compatible-green.svg)](http://pepkit.github.io)
[![pypi-badge](https://img.shields.io/pypi/v/piper)](https://pypi.org/project/piper)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

A lightweight python toolkit for gluing together restartable, robust shell pipelines. Learn more in the [documentation](http://pypiper.databio.org).
