Metadata-Version: 2.4
Name: pandapower
Version: 3.2.2
Summary: An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation.
Author-email: Leon Thurner <leon.thurner@retoflow.de>, Alexander Scheidler <alexander.scheidler@iee.fraunhofer.de>, Mike Vogt <mike.vogt@iee.fraunhofer.de>
Maintainer-email: pandapower Developers <info@pandapower.org>
Project-URL: Homepage, https://www.pandapower.org
Project-URL: Documentation, https://pandapower.readthedocs.io
Project-URL: Source, https://www.github.com/e2nIEE/pandapower
Project-URL: Repository, https://www.github.com/e2nIEE/pandapower.git
Project-URL: Issues, https://www.github.com/e2nIEE/pandapower/issues
Project-URL: Download, https://pypi.org/project/pandapower/#files
Project-URL: Changelog, https://github.com/e2nIEE/pandapower/blob/develop/CHANGELOG.rst
Keywords: power system,network,analysis,optimization,automation,grid,electricity,energy,engineering,simulation,pandapower
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pandas~=2.2
Requires-Dist: networkx~=3.2
Requires-Dist: scipy~=1.13
Requires-Dist: numpy~=2.0
Requires-Dist: packaging~=25.0
Requires-Dist: tqdm~=4.67
Requires-Dist: deepdiff~=8.6
Requires-Dist: geojson~=3.2
Requires-Dist: typing_extensions~=4.9
Requires-Dist: lxml~=6.0
Provides-Extra: docs
Requires-Dist: numpydoc~=1.9; extra == "docs"
Requires-Dist: matplotlib~=3.9; extra == "docs"
Requires-Dist: sphinx~=7.4; extra == "docs"
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "docs"
Requires-Dist: sphinx-pyproject~=0.3; extra == "docs"
Requires-Dist: sphinxcontrib-imagesvg~=0.1; extra == "docs"
Provides-Extra: plotting
Requires-Dist: plotly~=6.3; extra == "plotting"
Requires-Dist: matplotlib~=3.9; extra == "plotting"
Requires-Dist: igraph; extra == "plotting"
Requires-Dist: geopandas~=1.0; extra == "plotting"
Provides-Extra: test
Requires-Dist: pytest~=8.4; extra == "test"
Requires-Dist: pytest-xdist~=3.8; extra == "test"
Requires-Dist: nbmake~=1.5; extra == "test"
Provides-Extra: performance
Requires-Dist: ortools~=9.14; extra == "performance"
Requires-Dist: numba~=0.60; extra == "performance"
Requires-Dist: lightsim2grid~=0.10.3; extra == "performance"
Provides-Extra: fileio
Requires-Dist: xlsxwriter~=3.2; extra == "fileio"
Requires-Dist: openpyxl~=3.1; extra == "fileio"
Requires-Dist: cryptography~=46.0; extra == "fileio"
Requires-Dist: geopandas~=1.0; extra == "fileio"
Requires-Dist: psycopg~=3.2; extra == "fileio"
Requires-Dist: lxml~=6.0; extra == "fileio"
Provides-Extra: converter
Requires-Dist: matpowercaseframes~=1.1; extra == "converter"
Requires-Dist: lxml~=6.0; extra == "converter"
Provides-Extra: pgm
Requires-Dist: power-grid-model-io~=1.2; extra == "pgm"
Provides-Extra: control
Requires-Dist: shapely~=2.0; extra == "control"
Provides-Extra: typing
Requires-Dist: mypy~=1.18; extra == "typing"
Requires-Dist: pandas-stubs~=2.2; extra == "typing"
Requires-Dist: types-shapely~=2.0; extra == "typing"
Requires-Dist: types-psycopg2~=2.9; extra == "typing"
Requires-Dist: types-openpyxl~=3.1; extra == "typing"
Requires-Dist: types-networkx~=3.2; extra == "typing"
Requires-Dist: types-tqdm~=4.67; extra == "typing"
Provides-Extra: all
Requires-Dist: pandapower[control,converter,docs,fileio,performance,pgm,plotting,test,typing]; extra == "all"
Dynamic: license-file


.. image:: https://www.pandapower.org/images/pp.svg
   :target: https://www.pandapower.org
   :alt: logo

|

.. image:: https://badge.fury.io/py/pandapower.svg
   :target: https://pypi.python.org/pypi/pandapower
   :alt: PyPI

.. image:: https://img.shields.io/pypi/pyversions/pandapower.svg
   :target: https://pypi.python.org/pypi/pandapower
   :alt: versions

.. image:: https://readthedocs.org/projects/pandapower/badge/
   :target: http://pandapower.readthedocs.io/
   :alt: docs

.. image:: https://codecov.io/github/e2nIEE/pandapower/coverage.svg?branch=master
   :target: https://app.codecov.io/github/e2nIEE/pandapower?branch=master
   :alt: codecov

.. image:: https://api.codacy.com/project/badge/Grade/e2ce960935fd4f96b4be4dff9a0c76e3
   :target: https://app.codacy.com/gh/e2nIEE/pandapower?branch=master
   :alt: codacy

.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
   :target: https://github.com/e2nIEE/pandapower/blob/master/LICENSE
   :alt: BSD

.. image:: https://pepy.tech/badge/pandapower
   :target: https://pepy.tech/project/pandapower
   :alt: pepy

.. image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/e2nIEE/pandapower/master?filepath=tutorials
   :alt: binder





pandapower is an easy to use network calculation program aimed to automate the analysis and optimization of power
systems. It uses the data analysis library `pandas <http://pandas.pydata.org>`_ and is compatible with the commonly
used MATPOWER / PYPOWER case format. pandapower allows using different solvers including an improved Newton-Raphson
power flow implementation, all `PYPOWER <https://pypi.python.org/pypi/PYPOWER>`_ solvers, the C++ library solvers for fast steady-state distribution power system analysis of `PowerGridModel <https://github.com/PowerGridModel/power-grid-model>`_, the Newton-Raphson power flow solvers in the C++ library `lightsim2grid <https://github.com/BDonnot/lightsim2grid/>`_, and the
`PowerModels.jl <https://github.com/lanl-ansi/PowerModels.jl/>`_ library.

More information about pandapower can be found on `www.pandapower.org <https://www.pandapower.org/>`_:

About pandapower:

- `Power System Modeling <https://www.pandapower.org/about/#modeling>`_
- `Power System Analysis <https://www.pandapower.org/about/#analysis>`_
- `Citing pandapower <https://www.pandapower.org/references/>`_

Getting Started:

- `Installation Notes <https://www.pandapower.org/start/>`_
- `Minimal Example <https://www.pandapower.org/start/#intro>`_
- `Interactive Tutorials <https://www.pandapower.org/start/#tutorials>`_
- `Documentation <https://pandapower.readthedocs.io/>`_

If you are interested in the latest pandapower developments, subscribe to our `mailing list <https://www.pandapower.org/contact/#list>`_!

.. image:: https://simbench.de/wp-content/uploads/2019/01/logo.png
   :target: https://www.simbench.net
   :alt: SimBench_logo

To get realistic load profile data and grid models across all voltage levels that are ready to
be used in pandapower, have a look at the *SimBench* `project website <https://www.simbench.net>`_ or
`on GitHub <https://github.com/e2nIEE/simbench>`_.

.. image:: https://www.pandapipes.org/images/pp.svg
   :target: https://www.pandapipes.org
   :width: 270pt
   :alt: pandapipes_logo

If you want to model pipe networks (heat, gas or water) as well, we recommend
pandapower's sibling project *pandapipes* (`website <https://www.pandapipes.org>`_, `GitHub repository <https://github.com/e2nIEE/pandapipes>`_).

|

pandapower is a joint development of the research group of the Department for Sustainable Electrical Energy Systems (e2n), University of Kassel and the Department for Distribution System
Operation at the Fraunhofer Institute for Energy Economics and Energy System Technology (IEE), Kassel.

.. image:: http://www.pandapower.org/images/contact/Logo_e2n.png
    :target: https://www.uni-kassel.de/eecs/en/sections/energiemanagement-und-betrieb-elektrischer-netze/home
    :width: 500

|

.. image:: https://www.pandapower.org/images/contact/Logo_Fraunhofer_IEE.png
    :target: https://www.iee.fraunhofer.de/en.html
    :width: 500

|

We welcome contributions to pandapower of any kind - if you want to contribute, please check out the `pandapower contribution guidelines <https://github.com/e2nIEE/pandapower/blob/develop/CONTRIBUTING.rst>`_.
