Python library for dealing with uncertainties and upper/lower limits
Reason this release was yanked:
Wrong description
Project description
RichValues
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.
You can read the user guide (richvalues-userguide.pdf
) to learn how to use it. You can also test the library in the example script inside the example
folder.
Installation
To install the library, you can use the Python Package Installer to download it from the Python Package Index (PyPI). To do so, run from the terminal the following command:
pip3 install richvalues
Alternatively, you can use the Conda package installer:
conda install richvalues -c richvalues
Links:
- Library project on PyPI: https://pypi.org/project/richvalues/
- Library project on Anaconda website: https://anaconda.org/richvalues/richvalues
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file richvalues-1.1.0.tar.gz
.
File metadata
- Download URL: richvalues-1.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05e56c3af0fa5daaff28bf8845c4d4402df1807859a9c733a8739ca494eb2fc1 |
|
MD5 | 5e8027b58c74e2a416b93f1fc224f576 |
|
BLAKE2b-256 | 1040b23f33a3ca80fac0590c4f8ff9e60592b9b74fd3a3fac776db7015412b24 |