Metadata-Version: 2.1
Name: mrfitty
Version: 0.13.1
Summary: A package for linear least squares fitting XANES data.
Home-page: https://github.com/jklynch/mr-fitty
Author: Joshua Lynch
Author-email: joshua.kevin.lynch@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: bokeh
Requires-Dist: jupyter
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikits.bootstrap
Requires-Dist: scikit-learn
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pyfakefs ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest-catchlog ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

A package for linear least squares fitting XANES data.

