Metadata-Version: 1.1
Name: HydroLM
Version: 1.0.7
Summary: Class and functions to do linear regressions for hydrology
Home-page: https://github.com/mullenkamp/HydroLM
Author: Mike Kittridge
Author-email: mullenkamp1@gmail.com
License: UNKNOWN
Description: HydroLM - A Pyhton package for linear regressions for Hydrology

        ===================================================================

        

        The HydroLM package contains a class and functions for automating linear regressions OLS for hydrologists.

        

        .. Documentation

        .. --------------

        .. The primary documentation for the package can be found `here <http://eto.readthedocs.io>`_.

        

        Installation

        ------------

        HydroLM can be installed via pip or conda::

        

          pip install HydroLM

        

        or::

        

          conda install -c mullenkamp HydroLm

        

        The core dependencies are `Pandas <http://pandas.pydata.org/pandas-docs/stable/>`_ and `statsmodels <https://www.statsmodels.org/stable/index.html>`_.

        
Keywords: reference et
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
