Metadata-Version: 2.4
Name: koolstof
Version: 1.0.0
Summary: Dissolved inorganic carbon measurement processing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Oceanography
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Dynamic: license-file

# koolstof

![Tests](https://github.com/mvdh7/koolstof/workflows/Tests/badge.svg)
[![Coverage](https://github.com/mvdh7/koolstof/blob/main/.misc/coverage.svg)](https://github.com/mvdh7/koolstof/blob/main/.misc/coverage.txt)
[![PyPI version](https://img.shields.io/pypi/v/koolstof.svg?style=popout)](https://pypi.org/project/koolstof/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/koolstof.svg)](https://anaconda.org/conda-forge/koolstof)
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.3999292-informational)](https://doi.org/10.5281/zenodo.3999292)
[![Docs](https://readthedocs.org/projects/koolstof/badge/?version=latest&style=flat)](https://koolstof.readthedocs.io/en/latest/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Processing measurements of dissolved inorganic carbon.

## Install

    pip install koolstof
    
## Import

```python
import koolstof as ks
```

## Find current version

```python
ks.hello()
```

## Citation

> Humphreys, M. P. (2025).  Processing measurements of dissolved inorganic carbon: koolstof.  *Zenodo*.  [doi:10.5281/zenodo.3999292](https://doi.org/10.5281/zenodo.3999292).
