PySDDP


NamePySDDP JSON
Version 0.0.64 PyPI version JSON
download
home_pagehttps://github.com/AndreMarcato/PySDDP
SummaryPySDDP package
upload_time2024-11-25 19:44:18
maintainerNone
docs_urlNone
authorAndre Marcato
requires_python>=3
licenseMIT
keywords pysddp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AndreMarcato/PySDDP",
    "name": "PySDDP",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "pysddp",
    "author": "Andre Marcato",
    "author_email": "andre.marcato@ufjf.edu.br",
    "download_url": "https://files.pythonhosted.org/packages/2b/30/2fa81b91fe0b657a454714532a5df599197ff17d0ae66da8bcada795f76d/PySDDP-0.0.64.tar.gz",
    "platform": null,
    "description": "PySDDP\n###################\nPython 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\n\nUSAGE\n###################\n\nfrom PySDDP import sistema\n\nEXAMPLE\n###################\n\nfrom PySDDP import sistema\n\nq = sistema.PySDDP('pmo/')\n\nClassroom\n###################\nfrom PySDDP import sistema\n\nq = sistema.Classroom()\n\nq.sistema[\"DGer\"][\"Nr_Disc\"] = 41\n\nresultado_pdd41 = q.pdd(0, imprime=False)\n\nresultado_plu = q.pl_unico(0, imprime=False)\n\nresultado_pddd = q.pddd(0, imprime=False)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PySDDP package",
    "version": "0.0.64",
    "project_urls": {
        "Homepage": "https://github.com/AndreMarcato/PySDDP"
    },
    "split_keywords": [
        "pysddp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f88be6f8a00ca183563bb41c21f23fe57775110dafe4af947f41e846d2b11427",
                "md5": "b457aab749cd7e915632d0ce04d76779",
                "sha256": "a640676cd52c21af3335554a912666d7e12d752403a42f412b2d3b8db8d5d164"
            },
            "downloads": -1,
            "filename": "PySDDP-0.0.64-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b457aab749cd7e915632d0ce04d76779",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 227349,
            "upload_time": "2024-11-25T19:44:16",
            "upload_time_iso_8601": "2024-11-25T19:44:16.883719Z",
            "url": "https://files.pythonhosted.org/packages/f8/8b/e6f8a00ca183563bb41c21f23fe57775110dafe4af947f41e846d2b11427/PySDDP-0.0.64-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b302fa81b91fe0b657a454714532a5df599197ff17d0ae66da8bcada795f76d",
                "md5": "c1a374a68437759a9ab427bd0372e80d",
                "sha256": "0efd9842d411a0a76346a98c4b4be0616050494d3d143f93bc7752ab28ae50d3"
            },
            "downloads": -1,
            "filename": "PySDDP-0.0.64.tar.gz",
            "has_sig": false,
            "md5_digest": "c1a374a68437759a9ab427bd0372e80d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 147864,
            "upload_time": "2024-11-25T19:44:18",
            "upload_time_iso_8601": "2024-11-25T19:44:18.809864Z",
            "url": "https://files.pythonhosted.org/packages/2b/30/2fa81b91fe0b657a454714532a5df599197ff17d0ae66da8bcada795f76d/PySDDP-0.0.64.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-25 19:44:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AndreMarcato",
    "github_project": "PySDDP",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "lcname": "pysddp"
}
        
Elapsed time: 0.90483s