Metadata-Version: 2.4
Name: aquarius_webportal
Version: 0.4.1
Summary: Python code to get data from implementations of Aquarius Web Portal
Home-page: https://github.com/kinverarity1/aquarius_webportal
Author: Kent Inverarity
Author-email: kinverarity@hotmail.com
License: MIT
Keywords: python groundwater data-access surface-water
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pandas>=0.24.1
Requires-Dist: lxml
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# aquarius_webportal

[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kinverarity1/aseg_gdf2/blob/master/LICENSE)

Python code to get data from implementations of Aquarius Web Portal

This is an unofficial side-project done in my spare time.

## How to use

Check out the [complete package documentation](https://aquarius-webportal.readthedocs.io/en/latest/).

## Install

You will need Python 3.6 or a more recent version.

```bash
$ pip install aquarius_webportal
```

This installs the latest [release](https://pypi.org/project/aquarius-webportal/) of the Python package ``aquarius_webportal``.

To install the latest code from GitHub, make sure you the dependencies ``pandas`` and ``requests`` installed, then use:

```bash
$ pip install https://github.com/kinverarity1/aquarius_webportal/archive/master.zip
```

## License

MIT
