Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 867 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 867 Bytes

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