Metadata-Version: 2.1
Name: wadi
Version: 0.2
Summary: Generic importer for water quality data of the (Dutch) water laboratory
Home-page: https://github.com/KWR-Water/wadi
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/wadi
Project-URL: Documentation, http://wadi.readthedocs.io/en/latest/
Project-URL: Tracker, https://github.com/KWR-Water/wadi/issues
Project-URL: Help, https://github.com/KWR-Water/wadi/issues
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: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Hydrology
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE


# WaDI

[![Documentation](https://readthedocs.org/projects/wadi/badge/?version=latest&style=flat)](https://wadi.readthedocs.io/en/latest/#)
[![Pypi packaging](https://github.com/KWR-Water/wadi/actions/workflows/python-package.yml/badge.svg)](https://github.com/KWR-Water/wadi/actions/workflows/python-package.yml)

WaDI is a very generic importer for (almost) all (excel) formats in which water quality data of the (Dutch) water
laboratory is shared


## Installation

To get the latest stable version, use

```
  pip install wadi
```

# License

This package is MIT licensed. See [License File](https://github.com/KWR-Water/wadi/blob/master/LICENSE)

# Documentation

Documentation can be found on [readthedocs](https://wadi.readthedocs.io/en/latest/)
