Metadata-Version: 2.4
Name: primap2
Version: 0.14.0
Summary: The next generation of the PRIMAP climate policy analysis suite.
Author-email: Mika Pflüger <mika.pflueger@climate-resource.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/primap-community/primap2
Project-URL: Documentation, https://primap2.readthedocs.io/
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs>=23
Requires-Dist: xarray>=2025.8.0
Requires-Dist: numbagg>=0.8.1
Requires-Dist: pint>=0.24.4
Requires-Dist: pint_xarray>=0.4
Requires-Dist: numpy>=2.2.0
Requires-Dist: pandas>=2.3.0
Requires-Dist: openscm_units>=0.6
Requires-Dist: loguru>=0.7
Requires-Dist: scipy>=1.14.0
Requires-Dist: h5netcdf>=1
Requires-Dist: h5py>=3.12.0
Requires-Dist: matplotlib>=3.9
Requires-Dist: ruamel.yaml>=0.18
Requires-Dist: strictyaml>=1.7.3
Requires-Dist: openpyxl>=3.1
Requires-Dist: tqdm>=4.66
Requires-Dist: msgpack>=1
Requires-Dist: climate_categories>=0.10.2
Provides-Extra: test
Requires-Dist: pytest>=8; extra == "test"
Requires-Dist: pytest-cov>=4; extra == "test"
Requires-Dist: xdoctest>=1.2; extra == "test"
Provides-Extra: datalad
Requires-Dist: datalad>=1.1; extra == "datalad"
Dynamic: license-file

# PRIMAP2

[![PyPI status](https://img.shields.io/pypi/v/primap2.svg)](https://pypi.python.org/pypi/primap2)
[![Documentation Status](https://readthedocs.org/projects/primap2/badge/?version=main)](https://primap2.readthedocs.io/en/stable/?badge=main)
[![Zenodo release](https://zenodo.org/badge/DOI/10.5281/zenodo.4535902.svg)](https://doi.org/10.5281/zenodo.4535902)

PRIMAP2 is the next generation of the PRIMAP climate policy analysis suite.
PRIMAP2 is free software, you are welcome to use it in your own research.
The documentation can be found at <https://primap2.readthedocs.io>.

## Structure

PRIMAP2 is:
 - A flexible and powerful data format built on [xarray](https://xarray.pydata.org).
 - A collection of functions for common tasks when wrangling climate policy
   data, like aggregation and interpolation.
 - A format for data packages built on [datalad](https://www.datalad.org), providing
   metadata extraction and search on a collection of data packages.

## Status

PRIMAP2 is in active development, and not everything promised above is built
yet.

## License

Copyright 2020-2022, Potsdam-Institut für Klimafolgenforschung e.V.

Copyright 2023-2024, Climate Resource Pty Ltd

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
file except in compliance with the License. You may obtain a copy of the License at

<https://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the specific language governing
permissions and limitations under the License.

PRIMAP2 incorporates parts of xarray and pint_xarray, which are available under the
Apache License, Version 2.0 as well. The full text of the xarray copyright statement is
included in the licenses directory.

## Citation

If you use this library and want to cite it, please cite it as:

Mika Pflüger and Johannes Gütschow. (2026-09-02).
primap-community/primap2: PRIMAP2 Version 0.14.0.
Zenodo. https://doi.org/10.5281/zenodo.22253069
