Name | power-grid-model JSON |
Version |
1.10.65
JSON |
| download |
home_page | None |
Summary | Python/C++ library for distribution power system analysis |
upload_time | 2025-03-18 11:33:11 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | MPL-2.0 |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<!--
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
SPDX-License-Identifier: MPL-2.0
-->
[](https://badge.fury.io/py/power-grid-model)
[](https://anaconda.org/conda-forge/power-grid-model)
[](https://github.com/PowerGridModel/power-grid-model/blob/main/LICENSE)
[](https://pepy.tech/project/power-grid-model)
[](https://pepy.tech/project/power-grid-model)
[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/main.yml)
[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/check-code-quality.yml)
[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/clang-tidy.yml)
[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/reuse-compliance.yml)
[](https://power-grid-model.readthedocs.io/en/stable/)
[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)
[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)
[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)
[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)
[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)
[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)
[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/nightly.yml)
[](https://zenodo.org/record/8054429)
[](#)
# Power Grid Model
`power-grid-model` is a library for steady-state distribution power system analysis distributed for Python and C.
The core of the library is written in C++.
Currently, it supports the following calculations:
* Power Flow
* State Estimation
* Short Circuit
See the [power-grid-model documentation](https://power-grid-model.readthedocs.io/en/stable/) for more information.
For various conversions to the power-grid-model, refer to the [power-grid-model-io](https://github.com/PowerGridModel/power-grid-model-io) repository.
For an extended python interface to the the power-grid-model, refer to the [power-grid-model-ds](https://github.com/PowerGridModel/power-grid-model-ds) repository.
```{note}
Want to be updated on the latest news and releases? Subscribe to the Power Grid Model mailing list by sending an (empty) email to: powergridmodel+subscribe@lists.lfenergy.org
```
## Installation
### Install from PyPI
You can directly install the package from PyPI.
```
pip install power-grid-model
```
### Install from Conda
If you are using `conda`, you can directly install the package from `conda-forge` channel.
```
conda install -c conda-forge power-grid-model
```
### Build and install from Source
To install the library from source, refer to the [Build Guide](https://power-grid-model.readthedocs.io/en/stable/advanced_documentation/build-guide.html).
## Examples
Please refer to [Examples](https://github.com/PowerGridModel/power-grid-model-workshop/tree/main/examples) for more detailed examples for power flow and state estimation.
Notebooks for validating the input data and exporting input/output data are also included.
## License
This project is licensed under the Mozilla Public License, version 2.0 - see [LICENSE](https://github.com/PowerGridModel/power-grid-model/blob/main/LICENSE) for details.
## Licenses third-party libraries
This project includes third-party libraries,
which are licensed under their own respective Open-Source licenses.
SPDX-License-Identifier headers are used to show which license is applicable.
The concerning license files can be found in the [LICENSES](https://github.com/PowerGridModel/power-grid-model/tree/main/LICENSES) directory.
## Contributing
Please read [CODE_OF_CONDUCT](https://github.com/PowerGridModel/.github/blob/main/CODE_OF_CONDUCT.md), [CONTRIBUTING](https://github.com/PowerGridModel/.github/blob/main/CONTRIBUTING.md), [PROJECT GOVERNANCE](https://github.com/PowerGridModel/.github/blob/main/GOVERNANCE.md) and [RELEASE](https://github.com/PowerGridModel/.github/blob/main/RELEASE.md) for details on the process
for submitting pull requests to us.
Visit [Contribute](https://github.com/PowerGridModel/power-grid-model/contribute) for a list of good first issues in this repo.
## Citations
If you are using Power Grid Model in your research work, please consider citing our library using the following references.
[](https://zenodo.org/record/8054429)
```bibtex
@software{Xiang_PowerGridModel_power-grid-model,
author = {Xiang, Yu and Salemink, Peter and van Westering, Werner and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},
doi = {10.5281/zenodo.8054429},
license = {MPL-2.0},
title = {{PowerGridModel/power-grid-model}},
url = {https://github.com/PowerGridModel/power-grid-model}
}
@inproceedings{Xiang2023,
author = {Xiang, Yu and Salemink, Peter and Stoeller, Bram and Bharambe, Nitish and van Westering, Werner},
booktitle={27th International Conference on Electricity Distribution (CIRED 2023)},
title={Power grid model: a high-performance distribution grid calculation library},
year={2023},
volume={2023},
number={},
pages={1089-1093},
keywords={},
doi={10.1049/icp.2023.0633}
}
```
## Contact
Please read [SUPPORT](https://github.com/PowerGridModel/.github/blob/main/SUPPORT.md) for how to connect and get into contact with the Power Grid Model project.
Raw data
{
"_id": null,
"home_page": null,
"name": "power-grid-model",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>",
"download_url": "https://files.pythonhosted.org/packages/34/29/6dc548c4aa140bc34b934ed2bdc43739a00531dff84297fd2bc637b8797c/power_grid_model-1.10.65.tar.gz",
"platform": null,
"description": "<!--\nSPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>\n\nSPDX-License-Identifier: MPL-2.0\n-->\n\n[](https://badge.fury.io/py/power-grid-model)\n[](https://anaconda.org/conda-forge/power-grid-model)\n[](https://github.com/PowerGridModel/power-grid-model/blob/main/LICENSE)\n[](https://pepy.tech/project/power-grid-model)\n[](https://pepy.tech/project/power-grid-model)\n\n[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/main.yml)\n[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/check-code-quality.yml)\n[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/clang-tidy.yml)\n[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/reuse-compliance.yml)\n[](https://power-grid-model.readthedocs.io/en/stable/)\n\n[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)\n[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)\n[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)\n[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)\n[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)\n[](https://sonarcloud.io/summary/new_code?id=PowerGridModel_power-grid-model)\n\n[](https://github.com/PowerGridModel/power-grid-model/actions/workflows/nightly.yml)\n\n[](https://zenodo.org/record/8054429)\n\n[](#)\n\n# Power Grid Model\n\n`power-grid-model` is a library for steady-state distribution power system analysis distributed for Python and C.\nThe core of the library is written in C++.\nCurrently, it supports the following calculations:\n\n* Power Flow\n* State Estimation\n* Short Circuit\n\nSee the [power-grid-model documentation](https://power-grid-model.readthedocs.io/en/stable/) for more information.\nFor various conversions to the power-grid-model, refer to the [power-grid-model-io](https://github.com/PowerGridModel/power-grid-model-io) repository.\nFor an extended python interface to the the power-grid-model, refer to the [power-grid-model-ds](https://github.com/PowerGridModel/power-grid-model-ds) repository.\n\n```{note}\nWant to be updated on the latest news and releases? Subscribe to the Power Grid Model mailing list by sending an (empty) email to: powergridmodel+subscribe@lists.lfenergy.org\n```\n\n## Installation\n\n### Install from PyPI\n\nYou can directly install the package from PyPI.\n\n```\npip install power-grid-model\n```\n\n### Install from Conda\n\nIf you are using `conda`, you can directly install the package from `conda-forge` channel.\n\n```\nconda install -c conda-forge power-grid-model\n```\n\n### Build and install from Source\n\nTo install the library from source, refer to the [Build Guide](https://power-grid-model.readthedocs.io/en/stable/advanced_documentation/build-guide.html).\n\n## Examples\n\nPlease refer to [Examples](https://github.com/PowerGridModel/power-grid-model-workshop/tree/main/examples) for more detailed examples for power flow and state estimation. \nNotebooks for validating the input data and exporting input/output data are also included.\n\n## License\n\nThis project is licensed under the Mozilla Public License, version 2.0 - see [LICENSE](https://github.com/PowerGridModel/power-grid-model/blob/main/LICENSE) for details.\n\n## Licenses third-party libraries\n\nThis project includes third-party libraries, \nwhich are licensed under their own respective Open-Source licenses.\nSPDX-License-Identifier headers are used to show which license is applicable. \nThe concerning license files can be found in the [LICENSES](https://github.com/PowerGridModel/power-grid-model/tree/main/LICENSES) directory.\n\n## Contributing\n\nPlease read [CODE_OF_CONDUCT](https://github.com/PowerGridModel/.github/blob/main/CODE_OF_CONDUCT.md), [CONTRIBUTING](https://github.com/PowerGridModel/.github/blob/main/CONTRIBUTING.md), [PROJECT GOVERNANCE](https://github.com/PowerGridModel/.github/blob/main/GOVERNANCE.md) and [RELEASE](https://github.com/PowerGridModel/.github/blob/main/RELEASE.md) for details on the process \nfor submitting pull requests to us.\n\nVisit [Contribute](https://github.com/PowerGridModel/power-grid-model/contribute) for a list of good first issues in this repo.\n\n## Citations\n\nIf you are using Power Grid Model in your research work, please consider citing our library using the following references.\n\n[](https://zenodo.org/record/8054429)\n\n```bibtex\n@software{Xiang_PowerGridModel_power-grid-model,\n author = {Xiang, Yu and Salemink, Peter and van Westering, Werner and Bharambe, Nitish and Govers, Martinus G.H. and van den Bogaard, Jonas and Stoeller, Bram and Wang, Zhen and Guo, Jerry Jinfeng and Figueroa Manrique, Santiago and Jagutis, Laurynas and Wang, Chenguang and van Raalte, Marc and {Contributors to the LF Energy project Power Grid Model}},\n doi = {10.5281/zenodo.8054429},\n license = {MPL-2.0},\n title = {{PowerGridModel/power-grid-model}},\n url = {https://github.com/PowerGridModel/power-grid-model}\n}\n@inproceedings{Xiang2023,\n author = {Xiang, Yu and Salemink, Peter and Stoeller, Bram and Bharambe, Nitish and van Westering, Werner},\n booktitle={27th International Conference on Electricity Distribution (CIRED 2023)},\n title={Power grid model: a high-performance distribution grid calculation library},\n year={2023},\n volume={2023},\n number={},\n pages={1089-1093},\n keywords={},\n doi={10.1049/icp.2023.0633}\n}\n```\n\n## Contact\n\nPlease read [SUPPORT](https://github.com/PowerGridModel/.github/blob/main/SUPPORT.md) for how to connect and get into contact with the Power Grid Model project.\n",
"bugtrack_url": null,
"license": "MPL-2.0",
"summary": "Python/C++ library for distribution power system analysis",
"version": "1.10.65",
"project_urls": {
"Discussion": "https://github.com/orgs/PowerGridModel/discussions",
"Documentation": "https://power-grid-model.readthedocs.io/en/stable/",
"GitHub": "https://github.com/PowerGridModel/power-grid-model",
"Home-page": "https://lfenergy.org/projects/power-grid-model/",
"Mailing-list": "https://lists.lfenergy.org/g/powergridmodel"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "05f3c5956699aedc64893e4d46652d37fb955a8c66b5da09c88c6fe14a8122b0",
"md5": "56c44e202f5cd4e7313af8a0cdac6d04",
"sha256": "7fbd2abf535a064c4e41ae62afde52d1e21e7f5d6c3fff43d0860398250e5724"
},
"downloads": -1,
"filename": "power_grid_model-1.10.65-py3-none-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "56c44e202f5cd4e7313af8a0cdac6d04",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 799643,
"upload_time": "2025-03-18T11:33:00",
"upload_time_iso_8601": "2025-03-18T11:33:00.445689Z",
"url": "https://files.pythonhosted.org/packages/05/f3/c5956699aedc64893e4d46652d37fb955a8c66b5da09c88c6fe14a8122b0/power_grid_model-1.10.65-py3-none-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e88b8f49d86c14d012796ff698ea5989e431529e4360ca992d492a6181164a18",
"md5": "17a21ce31e94c5e4fcd79ff4506a41bd",
"sha256": "d53526941b6ddce7f926e3ba09b9e64976c2bcb80c8f4c8ec4e0f2db59579ba7"
},
"downloads": -1,
"filename": "power_grid_model-1.10.65-py3-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "17a21ce31e94c5e4fcd79ff4506a41bd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 734914,
"upload_time": "2025-03-18T11:33:04",
"upload_time_iso_8601": "2025-03-18T11:33:04.254860Z",
"url": "https://files.pythonhosted.org/packages/e8/8b/8f49d86c14d012796ff698ea5989e431529e4360ca992d492a6181164a18/power_grid_model-1.10.65-py3-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ce737f4d6283a26c04a1ccb41c4834d3bf868d76e44db09b9aaf802dfd47690e",
"md5": "6585381c4a426000637ddf92b2ed66d4",
"sha256": "ede4b8e30fc215f44ef7b442d79e49e8a1b8f0d594236e8f6e91ef7d04b58f02"
},
"downloads": -1,
"filename": "power_grid_model-1.10.65-py3-none-manylinux_2_24_aarch64.whl",
"has_sig": false,
"md5_digest": "6585381c4a426000637ddf92b2ed66d4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 918981,
"upload_time": "2025-03-18T11:33:05",
"upload_time_iso_8601": "2025-03-18T11:33:05.314438Z",
"url": "https://files.pythonhosted.org/packages/ce/73/7f4d6283a26c04a1ccb41c4834d3bf868d76e44db09b9aaf802dfd47690e/power_grid_model-1.10.65-py3-none-manylinux_2_24_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fad4a9cd9b2928ba7df54e9bdec35511f9ce0195060c4f6c84c30ae1913849c1",
"md5": "3bcddd7e7420e9790d9e00b311e328d8",
"sha256": "1d4483d87e1b1d21a43677e92cd33036666a6f68d25b642766d6d6608d6a9c40"
},
"downloads": -1,
"filename": "power_grid_model-1.10.65-py3-none-manylinux_2_24_x86_64.whl",
"has_sig": false,
"md5_digest": "3bcddd7e7420e9790d9e00b311e328d8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 1001822,
"upload_time": "2025-03-18T11:33:06",
"upload_time_iso_8601": "2025-03-18T11:33:06.517728Z",
"url": "https://files.pythonhosted.org/packages/fa/d4/a9cd9b2928ba7df54e9bdec35511f9ce0195060c4f6c84c30ae1913849c1/power_grid_model-1.10.65-py3-none-manylinux_2_24_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7702cf1cdd325be6713b3668f1d3b6a02f43f1437b97aa5894637a8d258d6194",
"md5": "6df48247262fdbe816c6410e36c889b4",
"sha256": "63320e9d922fcf1b4ebda41c969bd5628502aa7d061340c3d688be6ac5f2384a"
},
"downloads": -1,
"filename": "power_grid_model-1.10.65-py3-none-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6df48247262fdbe816c6410e36c889b4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 2034580,
"upload_time": "2025-03-18T11:33:07",
"upload_time_iso_8601": "2025-03-18T11:33:07.970628Z",
"url": "https://files.pythonhosted.org/packages/77/02/cf1cdd325be6713b3668f1d3b6a02f43f1437b97aa5894637a8d258d6194/power_grid_model-1.10.65-py3-none-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e59aaffbddc366f8446d77ec1220f95663a370463c8e29a8fcbdf10123239768",
"md5": "182d20966401638cdc4e8cf735cc2c1d",
"sha256": "791e40fa627e65cdced234682271169255a4c9e7fd4d4b502398adda3d0b9f08"
},
"downloads": -1,
"filename": "power_grid_model-1.10.65-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "182d20966401638cdc4e8cf735cc2c1d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 640710,
"upload_time": "2025-03-18T11:33:09",
"upload_time_iso_8601": "2025-03-18T11:33:09.779588Z",
"url": "https://files.pythonhosted.org/packages/e5/9a/affbddc366f8446d77ec1220f95663a370463c8e29a8fcbdf10123239768/power_grid_model-1.10.65-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "34296dc548c4aa140bc34b934ed2bdc43739a00531dff84297fd2bc637b8797c",
"md5": "a3ca02d4880cf47532ff2a806347b99c",
"sha256": "c92f7038b42dc1ddf539c93941faba7a0b063c51144b2582e9b778cd01dde5fe"
},
"downloads": -1,
"filename": "power_grid_model-1.10.65.tar.gz",
"has_sig": false,
"md5_digest": "a3ca02d4880cf47532ff2a806347b99c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 901256,
"upload_time": "2025-03-18T11:33:11",
"upload_time_iso_8601": "2025-03-18T11:33:11.364668Z",
"url": "https://files.pythonhosted.org/packages/34/29/6dc548c4aa140bc34b934ed2bdc43739a00531dff84297fd2bc637b8797c/power_grid_model-1.10.65.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-18 11:33:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "orgs",
"github_project": "PowerGridModel",
"github_not_found": true,
"lcname": "power-grid-model"
}