Metadata-Version: 2.1
Name: p3proc
Version: 0.1.2
Summary: The p3 fmri processing pipeline
Home-page: https://github.com/p3proc/p3
Author: Andrew Van
Author-email: vanandrew@wustl.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: nipype (>=1.1.1)
Requires-Dist: duecredit (>=0.2.2)
Requires-Dist: pybids (>=0.6.3)
Requires-Dist: pandas (>=0.23.1)
Requires-Dist: patsy (>=0.5.0)
Requires-Dist: numpy (==1.14.5)
Requires-Dist: xvfbwrapper (>=0.2.9)

# p3 - an extensible preprocessing pipeline

p3 is an extensible preprocessing pipeline that encourages
experimentation and customization. In addition to providing a [BIDS](http://bids.neuroimaging.io/)-compatible preprocessing
pipeline for users, it also provides a platform to quickly and easily integrate new
processing methods into an neuroimaging processing stream.

Powered by the [nipype](https://nipype.readthedocs.io/en/latest/index.html) project, p3 takes advantage of the cross package python interface
it provides, allowing users to use a variety of neuroimaging software in their pipelines from
one standard interface. The [nipype](https://nipype.readthedocs.io/en/latest/index.html) concepts of nodes and workflows allows users to construct
processing streams in an intuitive manner.

[![Build Status](https://travis-ci.org/vanandrew/p3.svg?branch=master)](https://travis-ci.org/vanandrew/p3) [![codecov](https://codecov.io/gh/vanandrew/p3/branch/master/graph/badge.svg)](https://codecov.io/gh/vanandrew/p3) [![https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://singularity-hub.org/collections/1453) [![](https://images.microbadger.com/badges/version/p3proc/p3.svg)](https://microbadger.com/images/p3proc/p3 "Get your own version badge on microbadger.com") [![PyPI version](https://badge.fury.io/py/p3proc.svg)](https://badge.fury.io/py/p3proc)

See the [documentation](http://p3.readthedocs.io/en/latest/) for more information.


