Metadata-Version: 2.1
Name: sutra2
Version: 0.2
Summary: A python package for correction, validation and analysis of ground water quality samples
Home-page: https://github.com/KWR-Water/sutra2
Author: KWR Water Research Institute
Author-email: martin.korevaar@kwrwater.nl, martin.van.der.schans@kwrwater.nl, alex.hocking@kwrwater.nl, steven.ros@kwrwater.nl
License: MIT
Download-URL: https://github.com/KWR-Water/sutra2/archive/refs/tags/v_01.tar.gz
Project-URL: Source, https://github.com/KWR-Water/sutra2
Project-URL: Documentation, http://sutra2.readthedocs.io/en/latest/
Project-URL: Tracker, https://github.com/KWR-Water/sutra2/issues
Project-URL: Help, https://github.com/KWR-Water/sutra2/issues
Description: SUTRA2
        ===========
        .. image:: https://readthedocs.org/projects/sutra2/badge/?version=latest&style=flat
                            :target: https://sutra2.readthedocs.io
        .. image:: https://img.shields.io/travis/KWR-Water/sutra2
                            :target: https://travis-ci.com/KWR-Water/sutra2
        .. image:: https://img.shields.io/codecov/c/gh/KWR-Water/sutra2
                            :target: https://codecov.io/gh/KWR-Water/sutra2
        
        
        A tool to calculate the fate of Organic Micropollutant and pathogens in the subsoil.
        
        See documentation_ for more information.
        
        
        Installation
        ------------
        To get the latest stable version, use::
        
          python -m pip install git+https://github.com/KWR-Water/sutra2.git@main
        
        or::
          pip install git+ssh://git@github.com/KWR-Water/sutra2.git@main
        
        License
        -------
        
        This package is MIT licensed. See `License File <https://github.com/KWR-Water/sutra2/blob/master/LICENSE>`__.
        
        .. _documentation: https://sutra2.readthedocs.io/en/latest/
        
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
