Metadata-Version: 2.1
Name: aquarius-webportal
Version: 0.3
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: water data
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pandas>=0.24.1
Requires-Dist: lxml
Provides-Extra: test
Requires-Dist: pytest>=3.6; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: codecov; extra == "test"
Requires-Dist: pytest-benchmark; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: sphinx; extra == "test"
Requires-Dist: nbsphinx; extra == "test"
Provides-Extra: all
Requires-Dist: pytest>=3.6; extra == "all"
Requires-Dist: pytest-cov; extra == "all"
Requires-Dist: coverage; extra == "all"
Requires-Dist: codecov; extra == "all"
Requires-Dist: pytest-benchmark; extra == "all"
Requires-Dist: black; extra == "all"
Requires-Dist: sphinx; extra == "all"
Requires-Dist: nbsphinx; extra == "all"

# 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://github.com/kinverarity1/aquarius_webportal/releases) 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
