Metadata-Version: 2.4
Name: pandapipes
Version: 0.12.0
Summary: A pipeflow calculation tool that complements pandapower in the simulation of multi energy grids
Author-email: Simon Ruben Drauz-Mauel <simon.ruben.drauz-mauel@iee.fraunhofer.de>, Daniel Lohmeier <daniel.lohmeier@retoflow.de>, Jolando Marius Kisse <jolando.kisse@uni-kassel.de>, Erik Prade <erik.prade@iee.fraunhofer.de>
License: Copyright (c) 2020-2025 by Fraunhofer Institute for Energy Economics
        and Energy System Technology (IEE), Kassel, and University of Kassel. Further
        contributions by individual contributors (see AUTHORS file for details). All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification, are permitted 
        provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this list of conditions
        and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice, this list of
        conditions and the following disclaimer in the documentation and/or other materials provided
        with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its contributors may be used to 
        endorse or promote products derived from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR 
        IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
        FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
        CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
        DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
        WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
        WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Homepage, https://www.pandapipes.org
Project-URL: Documentation, https://pandapipes.readthedocs.io
Project-URL: Source, https://github.com/e2nIEE/pandapipes
Project-URL: Repository, https://github.com/e2nIEE/pandapipes.git
Project-URL: Issues, https://github.com/e2nIEE/pandapipes/issues
Project-URL: Download, https://pypi.org/project/pandapipes/#files
Project-URL: Changelog, https://github.com/e2nIEE/pandapipes/blob/develop/CHANGELOG.rst
Keywords: network,analysis,optimization,automation,grid,energy,engineering,simulation,pipeflow,pandapipes,gas
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
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pandapower>=3.1
Requires-Dist: matplotlib
Requires-Dist: shapely
Provides-Extra: docs
Requires-Dist: numpydoc>=1.5.0; extra == "docs"
Requires-Dist: sphinx>=5.3.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme>=1.1.1; extra == "docs"
Requires-Dist: sphinxcontrib.bibtex>=2.5.0; extra == "docs"
Requires-Dist: sphinx-pyproject; extra == "docs"
Provides-Extra: plotting
Requires-Dist: plotly; extra == "plotting"
Requires-Dist: igraph; extra == "plotting"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: pytest-split; extra == "test"
Requires-Dist: nbmake; extra == "test"
Requires-Dist: numba; extra == "test"
Requires-Dist: setuptools; python_version >= "3.12" and extra == "test"
Provides-Extra: all
Requires-Dist: numpydoc>=1.5.0; extra == "all"
Requires-Dist: sphinx>=5.3.0; extra == "all"
Requires-Dist: sphinx_rtd_theme>=1.1.1; extra == "all"
Requires-Dist: sphinxcontrib.bibtex>=2.5.0; extra == "all"
Requires-Dist: sphinx-pyproject; extra == "all"
Requires-Dist: plotly; extra == "all"
Requires-Dist: igraph; extra == "all"
Requires-Dist: pytest; extra == "all"
Requires-Dist: pytest-xdist; extra == "all"
Requires-Dist: pytest-split; extra == "all"
Requires-Dist: nbmake; extra == "all"
Requires-Dist: numba; extra == "all"
Requires-Dist: setuptools; python_version >= "3.12" and extra == "all"
Dynamic: license-file


.. image:: ./doc/source/pics/pp.svg
   :target: https://www.pandapipes.org
   :width: 300em
   :alt: logo

|

.. image:: https://badge.fury.io/py/pandapipes.svg
   :target: https://badge.fury.io/py/pandapipes
   :alt: PyPI

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

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

.. image:: https://codecov.io/gh/e2nIEE/pandapipes/branch/master/graph/badge.svg
   :target: https://codecov.io/github/e2nIEE/pandapipes?branch=master
   :alt: codecov

.. image:: https://api.codacy.com/project/badge/Grade/86c876ab23fc40d98e85f7d59bdef928
   :target: https://app.codacy.com/gh/e2nIEE/pandapipes/dashboard
   :alt: Codacy Badge

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

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

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


A pipeflow calculation tool that complements `pandapower <https://www.pandapower.org>`_ in the
simulation of multi energy grids, in particular heat and gas networks. More information can be found on `www.pandapipes.org <https://www.pandapipes.org>`_.

Getting started:

- `Installation Notes <https://www.pandapipes.org/start/>`_
- `Documentation <https://pandapipes.readthedocs.io/en/latest/>`_
- `Tutorials on github <https://github.com/e2nIEE/pandapipes/tree/master/tutorials>`_
- `Interactive tutorials on Binder <https://mybinder.org/v2/gh/e2nIEE/pandapipes/master?filepath=tutorials>`_



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


.. image:: ./doc/source/pics/iee.png
    :target: https://www.iee.fraunhofer.de/en.html
    :width: 350

|

.. image:: https://www.uni-kassel.de/uni/fileadmin/sys/resources/images/logo/logo-main.svg
    :target: https://www.uni-kassel.de/
    :width: 350

|

.. image:: ./doc/source/pics/e2n.png
    :target: https://www.uni-kassel.de/eecs/en/e2n/home
    :width: 250

|

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