Metadata-Version: 1.1
Name: pyhydllp
Version: 1.1.2
Summary: Class and functions to access Hydstra data and tools
Home-page: https://github.com/mullenkamp/pyhydllp
Author: Mike Kittridge
Author-email: mullenkamp1@gmail.com
License: Apache
Description: 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 <https://pyhydllp.readthedocs.io>`_.

        

        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 <https://github.com/mullenkamp/pdsql>`_ package is required::

        

          conda install -c mullenkamp pdsql

        
Keywords: hydstra
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
