Metadata-Version: 2.1
Name: Calkulate
Version: 2.0.22
Summary: Seawater total alkalinity from titration data
Home-page: https://github.com/mvdh7/calkulate
Author: Matthew P. Humphreys
Author-email: m.p.humphreys@cantab.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
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
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.15)
Requires-Dist: scipy (>=1.1)

# Calkulate

[![pypi badge](https://img.shields.io/pypi/v/calkulate.svg?style=popout)](https://pypi.org/project/calkulate/)

Seawater total alkalinity from open-cell, non-purged, stepwise, potentiometric titration data.

v2 is under heavy development! For stable v1.0.2 (for MATLAB only) [see the relevant branch](https://github.com/mvdh7/calkulate/tree/1.0.2).

Documentation is under construction at [calkulate.readthedocs.io](https://calkulate.readthedocs.io/en/latest/).


## Installation

```python
pip install calkulate
```

## Citation

A paper describing Calkulate v2 is in preparation. For now, if you use any version of Calkulate in your research, please cite it as:

  * Humphreys, M. P. (2015). "Calculating seawater total alkalinity from open-cell titration data using a modified Gran plot technique," in *Measurements and Concepts in Marine Carbonate Chemistry* (PhD Thesis, Ocean and Earth Science, University of Southampton, UK), 25â€“44.

But please do check back here for any updates first (or [get in touch](https://mvdh.xyz/contact/))!


