Metadata-Version: 2.1
Name: PySDDP
Version: 0.0.35
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 import sistema
        
        EXAMPLE
        ###################
        
        from PySDDP import sistema
        
        q = sistema.PySDDP('pmo/')
        
        Classroom
        ###################
        from PySDDP import sistema
        
        q = sistema.Classroom()
        
        q.sistema["DGer"]["Nr_Disc"] = 41
        
        resultado_pdd41 = q.pdd(0, imprime=False)
        
        resultado_plu = q.pl_unico(0, imprime=False)
        
        resultado_pddd = q.pddd(0, imprime=False)
        
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
