inewave


Nameinewave JSON
Version 1.10.1 PyPI version JSON
download
home_pageNone
Summaryinewave
upload_time2025-07-09 21:14:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2022 Rogerio Alves Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # inewave

![tests](https://github.com/rjmalves/inewave/workflows/tests/badge.svg)  
[![codecov](https://codecov.io/gh/rjmalves/inewave/branch/main/graph/badge.svg?token=R9WPQHQGKF)](https://codecov.io/gh/rjmalves/inewave)

O `inewave` é um pacote Python para manipulação dos arquivos de entrada e saída do programa [NEWAVE](http://www.cepel.br/pt_br/produtos/newave-modelo-de-planejamento-da-operacao-de-sistemas-hidrotermicos-interligados-de-longo-e-medio-prazo.htm). O NEWAVE é desenvolvido pelo [CEPEL](http://www.cepel.br) e utilizado para os estudos de planejamento e operação do Sistema Interligado Nacional (SIN).

O inewave oferece:

- Meios para leitura dos arquivos de entrada e saída do NEWAVE e programas associados: NWLISTCF e NWLISTOP

- Facilidades para estudo e análise dos dados utilizando DataFrames do pandas

- Dados estruturados em modelos com o uso do paradigma de orientação a objetos (OOP)


## Instalação

O inewave é compatível com versões de Python >= 3.10.

É possível instalar a versão distribuída oficialmente com pip:

```
python -m pip install inewave
```

É possível realizar a instalação da versão de desenvolvimento fazendo o uso do Git.

```
pip install git+https://github.com/rjmalves/inewave
```

## Documentação

Guias, tutoriais e as referências podem ser encontrados no site oficial do pacote: https://rjmalves.github.io/inewave

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "inewave",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Rogerio Alves <rogerioalves.ee@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b5/a7/554f95981aebfba8d807966a75ef71c7519a9ffc39a9c047d8a3a431f1c6/inewave-1.10.1.tar.gz",
    "platform": null,
    "description": "# inewave\n\n![tests](https://github.com/rjmalves/inewave/workflows/tests/badge.svg)  \n[![codecov](https://codecov.io/gh/rjmalves/inewave/branch/main/graph/badge.svg?token=R9WPQHQGKF)](https://codecov.io/gh/rjmalves/inewave)\n\nO `inewave` \u00e9 um pacote Python para manipula\u00e7\u00e3o dos arquivos de entrada e sa\u00edda do programa [NEWAVE](http://www.cepel.br/pt_br/produtos/newave-modelo-de-planejamento-da-operacao-de-sistemas-hidrotermicos-interligados-de-longo-e-medio-prazo.htm). O NEWAVE \u00e9 desenvolvido pelo [CEPEL](http://www.cepel.br) e utilizado para os estudos de planejamento e opera\u00e7\u00e3o do Sistema Interligado Nacional (SIN).\n\nO inewave oferece:\n\n- Meios para leitura dos arquivos de entrada e sa\u00edda do NEWAVE e programas associados: NWLISTCF e NWLISTOP\n\n- Facilidades para estudo e an\u00e1lise dos dados utilizando DataFrames do pandas\n\n- Dados estruturados em modelos com o uso do paradigma de orienta\u00e7\u00e3o a objetos (OOP)\n\n\n## Instala\u00e7\u00e3o\n\nO inewave \u00e9 compat\u00edvel com vers\u00f5es de Python >= 3.10.\n\n\u00c9 poss\u00edvel instalar a vers\u00e3o distribu\u00edda oficialmente com pip:\n\n```\npython -m pip install inewave\n```\n\n\u00c9 poss\u00edvel realizar a instala\u00e7\u00e3o da vers\u00e3o de desenvolvimento fazendo o uso do Git.\n\n```\npip install git+https://github.com/rjmalves/inewave\n```\n\n## Documenta\u00e7\u00e3o\n\nGuias, tutoriais e as refer\u00eancias podem ser encontrados no site oficial do pacote: https://rjmalves.github.io/inewave\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2022 Rogerio Alves\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "inewave",
    "version": "1.10.1",
    "project_urls": {
        "Documentation": "https://rjmalves.github.io/inewave/",
        "Repository": "https://github.com/rjmalves/inewave/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8ba64b3c5bc0f7c4b3105b68867b992f752c5d40aa5719eac71d1d330913ca2",
                "md5": "8a737f26fa1c35944064073aeda3ce1d",
                "sha256": "33f35bb13c7dff3d8c3901950f9248336977dadc492a8265b89aedb6c0192ad0"
            },
            "downloads": -1,
            "filename": "inewave-1.10.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8a737f26fa1c35944064073aeda3ce1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 425969,
            "upload_time": "2025-07-09T21:14:31",
            "upload_time_iso_8601": "2025-07-09T21:14:31.038499Z",
            "url": "https://files.pythonhosted.org/packages/f8/ba/64b3c5bc0f7c4b3105b68867b992f752c5d40aa5719eac71d1d330913ca2/inewave-1.10.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5a7554f95981aebfba8d807966a75ef71c7519a9ffc39a9c047d8a3a431f1c6",
                "md5": "844ec12ae8a4a46f6beb2b3cbc480818",
                "sha256": "f9869610edae48a8e7d3ec768843c971110ae5c4b5aa7801d47d256bf351575a"
            },
            "downloads": -1,
            "filename": "inewave-1.10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "844ec12ae8a4a46f6beb2b3cbc480818",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 13817358,
            "upload_time": "2025-07-09T21:14:33",
            "upload_time_iso_8601": "2025-07-09T21:14:33.488246Z",
            "url": "https://files.pythonhosted.org/packages/b5/a7/554f95981aebfba8d807966a75ef71c7519a9ffc39a9c047d8a3a431f1c6/inewave-1.10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 21:14:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rjmalves",
    "github_project": "inewave",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "inewave"
}
        
Elapsed time: 1.33175s