Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 858 Bytes

README.rst

File metadata and controls

27 lines (19 loc) · 858 Bytes

pyhydllp

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.

Documentation

The main documentation can be found here.

Installation

Install via pip:

pip install pyhydllp

Or conda:

conda install -c mullenkamp pyhydllp

Requirements

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