Skip to content

mullenkamp/pyhydllp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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