Metadata-Version: 2.4
Name: punpy
Version: 1.0.8
Summary: Propagating UNcertainties in PYthon
Home-page: https://github.com/comet-toolkit/punpy
Author: CoMet Toolkit Team
Author-email: team@comet-toolkit.org
License: LGPLv3
License-File: LICENSE
Requires-Dist: comet_maths>=1.0.5
Requires-Dist: obsarray>=1.0.2
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: tox; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx_design; extra == "dev"
Requires-Dist: sphinx_book_theme; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: sphinx_autosummary_accessors; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# punpy: Propagating Uncertainties with PYthon

**punpy** is a Python software package to propagate random, structured and systematic uncertainties through a given measurement function.

punpy is part of the [CoMet Toolkit](https://www.comet-toolkit.org) (community metrology toolkit), and can combined with the [obsarray](https://obsarray.readthedocs.io/en/latest/) (Measurement uncertainty handling in Python) for efficient definition, storing and interfacing with uncertainty information using standardised metadata.

## Installation

punpy is installable via pip.
```
pip install punpy
```
## Documentation

For more information visit our [documentation](https://punpy.readthedocs.io/en/latest).

## License

punpy is free software licensed under the
[GNU Public License (v3)](./LICENSE).

## Acknowledgements

punpy has been developed by [Pieter De Vis](https://www.comet-toolkit.org/author/pieter-de-vis/).

The development has been funded by:

* The UK's Department for Business, Energy and Industrial Strategy's (BEIS) National Measurement System (NMS) programme
* The IDEAS-QA4EO project funded by the European Space Agency.

## Project status

punpy is under active development. It is beta software.

