Metadata-Version: 2.1
Name: hgc
Version: 0.3.1
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
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
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

HGC
====
.. image:: https://readthedocs.org/projects/hgc/badge/?version=latest&style=flat
                    :target: https://hgc.readthedocs.io
.. image:: https://github.com/KWR-Water/hgc/actions/workflows/python-package.yml/badge.svg
                    :target: https://github.com/KWR-Water/hgc/actions
.. 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/
