Metadata-Version: 2.1
Name: PySDDP
Version: 0.0.2
Summary: PySDDP package
Home-page: https://github.com/AndreMarcato/PySDDP
Author: Andre Marcato
Author-email: andre.marcato@ufjf.edu.br
License: MIT
Description: PySDDP
        ###################
        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 PySDDP.<class> import <class>
        
        EXAMPLE
        ###################
        
        from PySDDP.pmo import pmo
        
        q = pmo('/')
Keywords: pysddp
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
