Metadata-Version: 2.1
Name: teos10
Version: 0.1
Summary: Unofficial Python implementation of the TEOS-10 properties of water
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Oceanography
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jax

# teos10

![Tests](https://github.com/mvdh7/teos10/workflows/Tests/badge.svg)
[![Coverage](https://raw.githubusercontent.com/mvdh7/teos10/181b47628f9e0d70f1675f6ea7a577ac6ce55389/coverage/coverage.svg)](https://github.com/mvdh7/teos10/blob/main/coverage/coverage.txt)
[![pypi badge](https://img.shields.io/pypi/v/teos10.svg?style=popout)](https://pypi.org/project/teos10/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/teos10.svg?style-popout)](https://anaconda.org/conda-forge/teos10)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.3813343-informational)](https://doi.org/10.5281/zenodo.3813343)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

Unofficial Python implementation of the TEOS-10 properties of water.

> **Why not just use [GSW-Python](https://teos-10.github.io/GSW-Python/)?**
>
> Because the functions here in teos10 can be automatically differentiated with [JAX](https://jax.readthedocs.io/en/latest/).

## Installation

    pip install teos10
    conda install conda-forge::teos10

## Usage

See the module-level docstring.

```python
    import teos10
    teos10?
```
