Metadata-Version: 2.1
Name: hgc
Version: 0.2
Summary: A python package for correction, validation and analysis of ground water quality samples
Home-page: https://github.com/KWR-Water/hgc
Author: KWR Water Research Institute
Author-email: martin.korevaar@kwrwater.nl, martin.van.der.schans@kwrwater.nl, erwin.vonk@kwrwater.nl
License: MIT
Project-URL: Source, https://github.com/KWR-Water/hgc
Project-URL: Documentation, http://hgc.readthedocs.io/en/latest/
Project-URL: Tracker, https://github.com/KWR-Water/hgc/issues
Project-URL: Help, https://stackoverflow.com/questions/tagged/hgc
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: pandas (>=0.23)
Requires-Dist: openpyxl (>=3.0.0)
Requires-Dist: cloudpickle (==1.2.2)
Requires-Dist: xlrd (>=1.0.0)
Requires-Dist: phreeqpython (>=1.3.2)
Requires-Dist: scipy

HGC
====
.. image:: https://readthedocs.org/projects/hgc/badge/?version=latest&style=flat
                    :target: https://hgc.readthedocs.io
.. image:: https://img.shields.io/travis/KWR-Water/hgc
                    :target: https://travis-ci.com/KWR-Water/hgc
.. image:: https://img.shields.io/codecov/c/gh/KWR-Water/hgc
                    :target: https://codecov.io/gh/KWR-Water/hgc 

HGC, or HydroGeoChemistry, is a python package for correction, validation and analysis of ground water quality samples. 
See documentation_ for more information.


Installation
------------
To get the latest stable version, use::

  pip install hgc

License
-------

This package is MIT licensed. See `License File <https://github.com/KWR-Water/hgc/blob/master/LICENSE>`__.

.. _documentation: https://hgc.readthedocs.io/en/latest/


