Python code to get data from implementations of Aquarius Web Portal
This is an unofficial side-project done in my spare time.
Check out the complete package documentation.
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
MIT