Metadata-Version: 2.4
Name: cmip_ref_core
Version: 0.4.1
Summary: Core library for the CMIP Rapid Evaluation Framework
Author-email: Jared Lewis <jared.lewis@climate-resource.com>
License: Apache-2.0
License-File: LICENCE
License-File: NOTICE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
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: attrs>=23.2.0
Requires-Dist: numpy>=1.25.0
Requires-Dist: pandas>=2.1.0
Requires-Dist: pydantic>=2.10.6
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# ⚠️ Package Has Been Renamed! ⚠️

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

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

---

## 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_core
    ```

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

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

---

## Project Links

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

---


# ref-core

This package provides the core functionality for the REF.
This package is designed to be a library so may be published and consumed by othe packages if needed.
