Metadata-Version: 2.1
Name: PyUnfold
Version: 0.3
Summary: PyUnfold: A Python package for iterative unfolding
Home-page: https://github.com/jrbourbeau/pyunfold
Author: James Bourbeau
Author-email: james@jamesbourbeau.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
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
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: six
Provides-Extra: dev
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: numpydoc; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Requires-Dist: nbsphinx; extra == 'dev'
Requires-Dist: pandoc; extra == 'dev'
Requires-Dist: jupyter; extra == 'dev'
Requires-Dist: matplotlib; extra == 'dev'
Requires-Dist: seaborn; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: tables; extra == 'dev'
Requires-Dist: twine; extra == 'dev'

# PyUnfold

[![Build Status](https://travis-ci.org/jrbourbeau/pyunfold.svg?branch=master)](https://travis-ci.org/jrbourbeau/pyunfold)
[![Build status](https://ci.appveyor.com/api/projects/status/wphmmposuctye5ye/branch/master?svg=true)](https://ci.appveyor.com/project/jrbourbeau/pyunfold/branch/master)
[![codecov](https://codecov.io/gh/jrbourbeau/pyunfold/branch/master/graph/badge.svg)](https://codecov.io/gh/jrbourbeau/pyunfold)
![pypi version](https://img.shields.io/pypi/v/pyunfold.svg 'pypi version')
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyunfold.svg)
![license](https://img.shields.io/pypi/l/pyunfold.svg 'license')


PyUnfold is a Python package for implementing iterative unfolding.


## Documentation

The documentation for PyUnfold can be found at https://jrbourbeau.github.io/pyunfold/


## Installation

PyUnfold can be installed using `pip`

```
pip install pyunfold
```

or `conda`

```
conda install -c conda-forge pyunfold
```

For more information see the [installation instructions](https://jrbourbeau.github.io/pyunfold/installation.html) in the [documentation](https://jrbourbeau.github.io/pyunfold/).


## License

[MIT License](LICENSE)

Copyright (c) 2018 James Bourbeau and Zigfried Hampel-Arias


