Metadata-Version: 2.1
Name: koolstof
Version: 0.0.8
Summary: Miscellaneous tools for marine carbonate chemistry and other such things
Home-page: https://github.com/mvdh7/koolstof
Author: Humphreys, Matthew P.
Author-email: m.p.humphreys@icloud.com
License: UNKNOWN
Description: # koolstof
        
        [![PyPI version](https://badge.fury.io/py/koolstof.svg)](https://badge.fury.io/py/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/)
        [![Build Status](https://travis-ci.org/mvdh7/koolstof.svg?branch=master)](https://travis-ci.org/mvdh7/koolstof)
        [![Coverage](https://github.com/mvdh7/koolstof/blob/master/misc/coverage.svg)](https://github.com/mvdh7/koolstof/blob/master/misc/coverage.txt)
        [![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:**
        
            pip install koolstof
        
        **Import:**
        
        ```python
        import koolstof as ks
        ```
        
        **Find current version:**
        
        ```python
        ks.say_hello()
        ```
        
        **Citation:**
        
        > Humphreys, M. P. (2020).  Miscellaneous Python tools for marine carbonate chemistry: koolstof.  *Zenodo*.  [doi:10.5281/zenodo.3999292](https://doi.org/10.5281/zenodo.3999292).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.8
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
