Metadata-Version: 2.1
Name: richvalues
Version: 1.2.4
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
Description: # RichValues
        
        Python 3 library for working with numeric values with uncertainties and upper/lower limits, 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.
        
        The libraries NumPy, Pandas, SciPy and Matplotlib are required. An user guide is available on the GitHub repository: https://github.com/andresmegias/richvalues.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
