Metadata-Version: 2.1
Name: py-hydro
Version: 0.0.6
Summary: PyHydro package
Home-page: https://github.com/AndreMarcato/pyhydro-ci
Author: Andre Marcato
Author-email: andre.marcato@ufjf.edu.br
License: MIT
Keywords: pyhydro
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: cvxopt
Requires-Dist: pyswarm
Requires-Dist: scipy
Requires-Dist: typing
Requires-Dist: pandas

PyHydro
###################
Python package applied to the planning of the operation of energy systems in the medium term horizon. This package also has classes applied to rain-to-flow

USAGE
###################

from PyHydro.<class> import <class>

EXAMPLE
###################

from PyHydro.pmo import pmo

q = pmo('/')

