Metadata-Version: 2.1
Name: pyeem
Version: 0.1.1
Summary: Python library for the preprocessing, correction, deconvolution and analysis of Excitation Emission Matrices (EEMs).
Home-page: https://github.com/drewmee/PyEEM
Author: Drew Meyers
Author-email: drewm@mit.edu
License: MIT
Description: # PyEEM
        
        [![pypi version](https://img.shields.io/pypi/v/pyeem.svg 'pypi version')](https://pypi.org/project/pyeem/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyeem.svg)](https://pypi.org/project/pyeem/)
        [![CircleCI](https://circleci.com/gh/drewmee/PyEEM.svg?style=shield&circle-token=ccdb16078dcb8ee4e4c9b923f547fc7cb2742aae)](https://app.circleci.com/pipelines/github/drewmee/PyEEM)
        [![Read the Docs](https://readthedocs.org/projects/pyeem/badge/?version=latest)](https://pyeem.readthedocs.io/)
        [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/drewmee/PyEEM/master?filepath=docs%2Fsource%2Ftutorials%2Fnotebooks)
        [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/drewmee/PyEEM/blob/master/LICENSE)
        <!--- Badge for codecov -->
        
        Python library for the preprocessing, analysis, and visualization of Excitation Emission Matrices (EEMs).
        
        ## Installation
        
        Install via pip:
        
            $ pip install pyeem [--upgrade]
        
        ## Documentation
        
          Full documentation can be found [here](https://pyeem.readthedocs.io/).
        
        ## Dependencies for Local Development
        
        If you wish to build the local documentation or run unit tests, there are a few additional dependencies. Those can be installed by:
        
        pip install -e ".[docs, tests]"
        
        ## License
        
        This library is licensed under the MIT license. The full text of the license can be found in this repository at LICENSE.txt.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: develop
Provides-Extra: jupyter
