/aquarius_webportal

Python package for retrieving data from Aquarius Web Portal implementation APIs

Primary LanguagePythonMIT LicenseMIT

aquarius_webportal

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.

Install

You will need Python 3.6 or a more recent version.

$ pip install aquarius_webportal

This installs the latest release of the Python package aquarius_webportal.

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

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

License

MIT