Metadata-Version: 2.4
Name: pproc-core
Version: 0.2.1
Summary: An earthkit-workflows interface to PProc
Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
License-Expression: Apache-2.0
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: code-meters
Requires-Dist: conflator>=0.1.8
Requires-Dist: earthkit-time
Requires-Dist: earthkit-workflows>=0.15.5
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pydantic
Requires-Dist: qubed<0.4.4,>=0.3
Provides-Extra: vizualize
Requires-Dist: earthkit-workflows[vizualize]>=0.15.4; extra == "vizualize"
Dynamic: license-file

# pproc-core

<p align="center">
  <a href="https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity">
    <img src="https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity/sandbox_badge.svg" alt="Static Badge">
  </a>

<a href="https://codecov.io/gh/ecmwf/earthkit-workflows-pproc">
    <img src="https://codecov.io/gh/ecmwf/earthkit-workflows-pproc/branch/develop/graph/badge.svg" alt="Code Coverage">
  </a>

<a href="https://opensource.org/licenses/apache-2-0">
    <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License: Apache 2.0">
  </a>

<a href="https://github.com/ecmwf/earthkit-workflows-pproc/releases">
    <img src="https://img.shields.io/github/v/release/ecmwf/earthkit-workflows-pproc?color=blue&label=Release&style=flat-square" alt="Latest Release">
  </a>
</p>

> \[!IMPORTANT\]
> This software is **Sandbox** and subject to ECMWF's guidelines on [Software Maturity](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity).

ppcore-core is a Python library for constructing task graphs associated to forecast post-processing products provided. These task graphs are an extension of the [earthkit-workflows](https://github.com/ecmwf/earthkit-workflows) framework, in which the graphs can be executed.
