Metadata-Version: 2.1
Name: richvalues
Version: 1.0.5
Summary: Python library for dealing 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
Description-Content-Type: text/markdown

Python 3 library for dealing with numeric values with uncertainties and upper/lower limits, which we call _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.

This library require the modules `copy`, `math`, and `itertools`, from the Python’s standard library, and also the libraries NumPy and Pandas.

An user guide is available in the GitHub repository: [https://github.com/andresmegias/richvalues](https://github.com/andresmegias/richvalues)


