Metadata-Version: 2.1
Name: pandapipes
Version: 0.1.0
Summary: A pipeflow calculation tool that complements pandapower in the simulation of multi energy grids
Home-page: http://www.pandapipes.org
Author: Dennis Cronbach, Daniel Lohmeier, Simon Ruben Drauz
Author-email: dennis.cronbach@iee.fraunhofer.de, daniel.lohmeier@iee.fraunhofer.de, simon.ruben.drauz@iee.fraunhofer.de
License: BSD
Description: .. image:: https://pandapipes.readthedocs.io/en/latest/_images/pandapipes_logo.png
           :target: https://www.pandapipes.org
           :alt: logo
        
        
        .. .. image:: https://badge.fury.io/py/pandapipes.svg
           :target: https://pypi.python.org/pypi/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://travis-ci.org/e2nIEE/pandapipes.svg?branch=master
           :target: https://travis-ci.org/e2nIEE/pandapipes/branches
           :alt: travis
        
        .. 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/develop
        
        
        A pipeflow calculation tool that complements `pandapower <https://www.pandapower.org>`_ in the
        simulation of multi energy grids.
        
        Getting Started:
        
        - `Documentation <https://pandapipes.readthedocs.io/en/latest/>`_
        - `Tutorials on github <https://github.com/e2nIEE/pandapipes/tree/develop/tutorials>`_
        - `Interactive Tutorials on Binder <https://mybinder.org/v2/gh/e2nIEE/pandapipes/develop?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.
        
        
        .. image:: https://www.uni-kassel.de/eecs/fileadmin/datas/fb16/Fachgebiete/energiemanagement/iee.png
            :target: https://www.iee.fraunhofer.de/en.html
            :width: 25em
        
        |
        
        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>`_.
        
        
        
        
        
        
        Change Log
        =============
        
        [0.0.1] - 2020-03-18
        -------------------------------
        - first release of pandapipes
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3, <4
Provides-Extra: docs
Provides-Extra: plotting
Provides-Extra: test
