Metadata-Version: 2.1
Name: koolstof
Version: 0.0.23
Summary: Miscellaneous tools for marine carbonate chemistry and other such things
Home-page: https://github.com/mvdh7/koolstof
Author: Humphreys, Matthew P. and Delaigue, Louise
Author-email: m.p.humphreys@icloud.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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 :: Visualization
Description-Content-Type: text/markdown
License-File: LICENSE

# 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/)
[![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)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Miscellaneous tools for marine carbonate chemistry and other such things.

Highly unstable and unreliably documented.

**Install:**

    conda install cartopy
    pip install koolstof
    
(because Cartopy [doesn't install nicely](https://scitools.org.uk/cartopy/docs/latest/installing.html#building-from-source) with `pip`)

**Import:**

```python
import koolstof as ks
```

**Find current version:**

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

**Citation:**

> Humphreys, M. P. and Delaigue, L. (2021).  Miscellaneous Python tools for marine carbonate chemistry: koolstof.  *Zenodo*.  [doi:10.5281/zenodo.3999292](https://doi.org/10.5281/zenodo.3999292).


