pyhydllp is a wrapper package that contains many Python functions for extracting data from Hydstra using the hydllp API. Detailed documentation about hydllp and relevant parameters can be found here: http://kisters.com.au/doco/hydllp.htm. You must have a Hydstra installation and license to run the functions.
The main documentation can be found here.
Install via pip:
pip install pyhydllp
Or conda:
conda install -c mullenkamp pyhydllp
At a minimum to access the base functions, pyhydllp requires a 32bit python installation and the Pandas package.
To access the MSSQL functionality, the pdsql package is required:
conda install -c mullenkamp pdsql>=1.1.2