Metadata-Version: 2.1
Name: richvalues
Version: 3.1.0
Summary: Python library for working with uncertainties and upper/lower limits
Home-page: https://github.com/andresmegias/richvalues/
Author: Andrés Megías Toledano
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

RichValues is a Python 3 library for working with numeric values with uncertainties, upper/lower limits and finite intervals, which may be called _rich values_. 

With it, one can import rich values written in plain text documents in an easily readable format, operate with them propagating the uncertainties automatically, and export them in the same formatting style as the import. It also allows to easily plot rich values and to make fits to any function, taking into account the uncertainties and the upper/limits or finite intervals. Moreover, correlations between variables are taken into account when performing calculations with rich values. 

The libraries NumPy, Pandas, SciPy and Matplotlib are required by RichValues. An user guide and some examples are available in the GitHub repository: https://github.com/andresmegias/richvalues/.


