Metadata-Version: 2.4
Name: cmip_ref_metrics_ilamb
Version: 0.4.1
Summary: ILAMB metrics provider for the CMIP Rapid Evaluation Framework
Author-email: Nathan Collier <nathaniel.collier@gmail.com>
License: Apache-2.0
License-File: LICENCE
License-File: NOTICE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Requires-Dist: cmip-ref-core
Requires-Dist: ilamb3
Requires-Dist: types-pyyaml>=6.0.12.20241230
Description-Content-Type: text/markdown

# ⚠️ Package Has Been Renamed! ⚠️

**This package, `cmip_ref_metrics_ilamb`, is deprecated and no longer maintained.**

It has been renamed to **`climate-ref-ilamb`**.

---

## Please Update Your Dependencies

To continue receiving updates and ensure compatibility, please switch to the new package.

**Reason for rename:**
The rename was necessary to better reflect the purpose and scope of the package.

### How to Switch

1.  **Uninstall the old package:**
    ```bash
    pip uninstall cmip_ref_metrics_ilamb
    ```

2.  **Install the new package:**
    ```bash
    pip install climate-ref-ilamb
    ```

3.  **Update your code/requirements:**
    *   Change any import statements from `import cmip_ref_metrics_ilamb` to `import climate_ref_ilamb`.
    *   Update your `requirements.txt`, `pyproject.toml`, `setup.py`, or other dependency management files to list `climate-ref-ilamb` instead of `cmip_ref_metrics_ilamb`.

---

## Project Links

*   **New Package on PyPI:** [https://pypi.org/project/climate-ref-ilamb/](https://pypi.org/project/climate-ref-ilamb/)

---


# ref-metrics-ilamb

Use [ILAMB](https://github.com/rubisco-sfa/ilamb3) as a REF metrics provider. See [ilamb.org](https://www.ilamb.org/) for more information on project goals and resources.

See [running-metrics-locally](https://cmip-ref.readthedocs.io/en/latest/how-to-guides/running-metrics-locally/) for usage instructions.
