Metadata-Version: 2.1
Name: PyUnfold
Version: 0.4
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
Description: # 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')](https://pypi.org/project/PyUnfold/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyunfold.svg)](https://pypi.org/project/PyUnfold/)
        [![license](https://img.shields.io/pypi/l/pyunfold.svg 'license')](https://github.com/jrbourbeau/pyunfold/blob/master/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
        
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
