Metadata-Version: 2.3
Name: iam-validation
Version: 0.1.0
Summary: Validation of names and values in IAMC-formatted model output against definitions and reference targets
Author-email: Jan Ivar Korsbakken <janko@cicero.oslo.no>
License: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: nomenclature-iamc>=0.20
Requires-Dist: pandas-indexing>=0.5.2
Requires-Dist: pathways-ensemble-analysis>=1.0
Requires-Dist: pyam-iamc>=2.3
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: xlsxwriter>=3.2.0
Description-Content-Type: text/markdown

# iam-validation
Validation of names and values in IAMC-formatted model output against definitions and reference targets

Documentation is currently sparse, but most classes and functions have ample docstrings. More proper
documentation will be added soon.

In the meantime, examples for the basic functionlity can be found in the
[examples](/examples/) folder.


## Third-party code and licenses

This package subclasses classes from or uses modified code derived from the following libraries,
released under the following licenses:
  * [`pathways-ensemble-analysis`](https://gitlab.com/climateanalytics/pathways-ensemble-analysis) ("pea"): MIT license
  * [`nomenclature-iamc`](https://github.com/IAMconsortium/nomenclature): Apache 2.0 license
See full license files in the folder [`3rd-party-licenses`](./3rd-party-licenses).


## Acknowledgements

The initial development of this library was done for and with funding from the
EU Horizon Europe project [IAM COMPACT](https://www.iam-compact.eu/) (grant
agreement no. 101056306).
