Metadata-Version: 2.1
Name: openscm-calibration
Version: 0.5.1
Summary: Calibration tools for simple climate models (with potential for applications elsewhere)
Author-Email: Zebedee Nicholls <zebedee.nicholls@climate-energy-college.org>
Requires-Python: >=3.9
Requires-Dist: pandas
Requires-Dist: attrs
Requires-Dist: pint
Requires-Dist: scmdata~=0.17
Requires-Dist: more-itertools~=10.5
Requires-Dist: ipython
Requires-Dist: matplotlib>=3.7.1; extra == "plots"
Requires-Dist: corner~=2.0; extra == "plots"
Requires-Dist: seaborn~=0.13; extra == "plots"
Requires-Dist: appdirs==1.4.4; extra == "locked"
Requires-Dist: asttokens==2.4.1; extra == "locked"
Requires-Dist: attrs==24.2.0; extra == "locked"
Requires-Dist: cftime==1.6.4; extra == "locked"
Requires-Dist: colorama==0.4.6; extra == "locked"
Requires-Dist: decorator==5.1.1; extra == "locked"
Requires-Dist: exceptiongroup==1.2.2; python_version < "3.11" and extra == "locked"
Requires-Dist: executing==2.1.0; extra == "locked"
Requires-Dist: flexcache==0.3; extra == "locked"
Requires-Dist: flexparser==0.3.1; extra == "locked"
Requires-Dist: globalwarmingpotentials==0.11.1; extra == "locked"
Requires-Dist: ipython==8.18.1; extra == "locked"
Requires-Dist: jedi==0.19.1; extra == "locked"
Requires-Dist: matplotlib-inline==0.1.7; extra == "locked"
Requires-Dist: more-itertools==10.5.0; extra == "locked"
Requires-Dist: numpy==2.0.2; extra == "locked"
Requires-Dist: openscm-units==0.6.1; extra == "locked"
Requires-Dist: packaging==24.1; extra == "locked"
Requires-Dist: pandas==2.2.2; extra == "locked"
Requires-Dist: parso==0.8.4; extra == "locked"
Requires-Dist: pexpect==4.9.0; sys_platform != "win32" and extra == "locked"
Requires-Dist: pint==0.24.3; extra == "locked"
Requires-Dist: pint-pandas==0.6.2; extra == "locked"
Requires-Dist: prompt-toolkit==3.0.47; extra == "locked"
Requires-Dist: ptyprocess==0.7.0; (sys_platform != "win32" or os_name != "nt") and extra == "locked"
Requires-Dist: pure-eval==0.2.3; extra == "locked"
Requires-Dist: pygments==2.18.0; extra == "locked"
Requires-Dist: python-dateutil==2.9.0.post0; extra == "locked"
Requires-Dist: pytz==2024.2; extra == "locked"
Requires-Dist: scmdata==0.17.0; extra == "locked"
Requires-Dist: six==1.16.0; extra == "locked"
Requires-Dist: stack-data==0.6.3; extra == "locked"
Requires-Dist: tqdm==4.66.5; extra == "locked"
Requires-Dist: traitlets==5.14.3; extra == "locked"
Requires-Dist: typing-extensions==4.12.2; extra == "locked"
Requires-Dist: tzdata==2024.1; extra == "locked"
Requires-Dist: wcwidth==0.2.13; extra == "locked"
Requires-Dist: xarray==2024.7.0; extra == "locked"
Requires-Dist: contourpy==1.3.0; extra == "plots-locked"
Requires-Dist: corner==2.2.2; extra == "plots-locked"
Requires-Dist: cycler==0.12.1; extra == "plots-locked"
Requires-Dist: fonttools==4.53.1; extra == "plots-locked"
Requires-Dist: importlib-resources==6.4.5; python_version < "3.10" and extra == "plots-locked"
Requires-Dist: kiwisolver==1.4.7; extra == "plots-locked"
Requires-Dist: matplotlib==3.9.2; extra == "plots-locked"
Requires-Dist: numpy==2.0.2; extra == "plots-locked"
Requires-Dist: packaging==24.1; extra == "plots-locked"
Requires-Dist: pandas==2.2.2; extra == "plots-locked"
Requires-Dist: pillow==10.4.0; extra == "plots-locked"
Requires-Dist: pyparsing==3.1.4; extra == "plots-locked"
Requires-Dist: python-dateutil==2.9.0.post0; extra == "plots-locked"
Requires-Dist: pytz==2024.2; extra == "plots-locked"
Requires-Dist: seaborn==0.13.2; extra == "plots-locked"
Requires-Dist: six==1.16.0; extra == "plots-locked"
Requires-Dist: tzdata==2024.1; extra == "plots-locked"
Requires-Dist: zipp==3.20.1; python_version < "3.10" and extra == "plots-locked"
Provides-Extra: plots
Provides-Extra: locked
Provides-Extra: plots-locked
Description-Content-Type: text/markdown

<!--- --8<-- [start:description] -->
# OpenSCM Calibration

Calibration tools for simple climate models (with potential for applications elsewhere)

**Key info :**
[![Docs](https://readthedocs.org/projects/openscm-calibration/badge/?version=latest)](https://openscm-calibration.readthedocs.io)
[![Main branch: supported Python versions](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fopenscm%2FOpenSCM-Calibration%2Fmain%2Fpyproject.toml)](https://github.com/openscm/OpenSCM-Calibration/blob/main/pyproject.toml)
[![Licence](https://img.shields.io/pypi/l/openscm-calibration?label=licence)](https://github.com/openscm/OpenSCM-Calibration/blob/main/LICENCE)

**PyPI :**
[![PyPI](https://img.shields.io/pypi/v/openscm-calibration.svg)](https://pypi.org/project/openscm-calibration/)
[![PyPI install](https://github.com/openscm/OpenSCM-Calibration/actions/workflows/install-pypi.yaml/badge.svg?branch=main)](https://github.com/openscm/OpenSCM-Calibration/actions/workflows/install-pypi.yaml)

<!--- If you release on conda, you can use this
**Conda :**
[![Conda](https://img.shields.io/conda/vn/conda-forge/openscm-calibration.svg)](https://anaconda.org/conda-forge/openscm-calibration)
[![Conda platforms](https://img.shields.io/conda/pn/conda-forge/openscm-calibration.svg)](https://anaconda.org/conda-forge/openscm-calibration)
[![Conda install](https://github.com/openscm/OpenSCM-Calibration/actions/workflows/install-conda.yaml/badge.svg?branch=main)](https://github.com/openscm/OpenSCM-Calibration/actions/workflows/install-conda.yaml)
-->

**Tests :**
[![CI](https://github.com/openscm/OpenSCM-Calibration/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/openscm/OpenSCM-Calibration/actions/workflows/ci.yaml)
[![Coverage](https://codecov.io/gh/openscm/OpenSCM-Calibration/branch/main/graph/badge.svg)](https://codecov.io/gh/openscm/OpenSCM-Calibration)

**Other info :**
[![Last Commit](https://img.shields.io/github/last-commit/openscm/OpenSCM-Calibration.svg)](https://github.com/openscm/OpenSCM-Calibration/commits/main)
[![Contributors](https://img.shields.io/github/contributors/openscm/OpenSCM-Calibration.svg)](https://github.com/openscm/OpenSCM-Calibration/graphs/contributors)
## Status

<!---

We recommend having a status line in your repo
to tell anyone who stumbles on your repository where you're up to.
Some suggested options:

- prototype: the project is just starting up and the code is all prototype
- development: the project is actively being worked on
- finished: the project has achieved what it wanted
  and is no longer being worked on, we won't reply to any issues
- dormant: the project is no longer worked on
  but we might come back to it,
  if you have questions, feel free to raise an issue
- abandoned: this project is no longer worked on
  and we won't reply to any issues
-->

- development: the project is actively being worked on

<!--- --8<-- [end:description] -->

Full documentation can be found at:
[openscm-calibration.readthedocs.io](https://openscm-calibration.readthedocs.io/en/latest/).
We recommend reading the docs there because the internal documentation links
don't render correctly on GitHub's viewer.

## Installation

<!--- --8<-- [start:installation] -->
### As an application

If you want to use OpenSCM Calibration as an application,
then we recommend using the 'locked' version of the package.
This version pins the version of all dependencies too,
which reduces the chance of installation issues
because of breaking updates to dependencies.

The locked version of OpenSCM Calibration can be installed with

<!--- If you release on conda, you can use this
=== "mamba"
    ```sh
    mamba install -c conda-forge openscm-calibration-locked
    ```

=== "conda"
    ```sh
    conda install -c conda-forge openscm-calibration-locked
    ```

-->
=== "pip"
    ```sh
    pip install openscm-calibration[locked]
    ```

### As a library

If you want to use OpenSCM Calibration as a library,
for example you want to use it
as a dependency in another package/application that you're building,
then we recommend installing the package with the commands below.
This method provides the loosest pins possible of all dependencies.
This gives you, the package/application developer,
as much freedom as possible to set the versions of different packages.
However, the tradeoff with this freedom is that you may install
incompatible versions of OpenSCM Calibration's dependencies
(we cannot test all combinations of dependencies,
particularly ones which haven't been released yet!).
Hence, you may run into installation issues.
If you believe these are because of a problem in OpenSCM Calibration,
please [raise an issue](https://github.com/openscm/OpenSCM-Calibration/issues).

The (non-locked) version of OpenSCM Calibration can be installed with

<!--- If you release on conda, you can use this
=== "mamba"
    ```sh
    mamba install -c conda-forge openscm-calibration
    ```

=== "conda"
    ```sh
    conda install -c conda-forge openscm-calibration
    ```

-->
=== "pip"
    ```sh
    pip install openscm-calibration
    ```

Additional dependencies can be installed using

<!--- If you release on conda, you can use this
=== "mamba"
    If you are installing with mamba, we recommend
    installing the extras by hand because there is no stable
    solution yet (see [conda issue #7502](https://github.com/conda/conda/issues/7502))

=== "conda"
    If you are installing with conda, we recommend
    installing the extras by hand because there is no stable
    solution yet (see [conda issue #7502](https://github.com/conda/conda/issues/7502))

-->
=== "pip"
    ```sh
    # To add plotting dependencies
    pip install openscm-calibration[plots]
    ```

### For developers

For development, we rely on [pdm](https://pdm-project.org/en/latest/)
for all our dependency management.
To get started, you will need to make sure that pdm is installed
([instructions here](https://pdm-project.org/en/latest/#installation),
although we found that installing with [pipx](https://pipx.pypa.io/stable/installation/)
worked perfectly for us).

For all of work, we use our `Makefile`.
You can read the instructions out and run the commands by hand if you wish,
but we generally discourage this because it can be error prone.
In order to create your environment, run `make virtual-environment`.

If there are any issues, the messages from the `Makefile` should guide you through.
If not, please raise an issue in the
[issue tracker](https://github.com/openscm/OpenSCM-Calibration/issues).

For the rest of our developer docs, please see [development][development].

<!--- --8<-- [end:installation] -->

## Original template

This project was generated from this template:
[copier core python repository](https://gitlab.com/znicholls/copier-core-python-repository).
[copier](https://copier.readthedocs.io/en/stable/) is used to manage and
distribute this template.
