Skip to content

engrmahadi/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.3%
  • Batchfile 9.7%
  • Makefile 8.9%
  • Shell 0.1%