Metadata-Version: 2.4
Name: eDisGo
Version: 0.3.0
Summary: A python package for distribution network analysis and optimization
Home-page: https://github.com/openego/eDisGo
Author: Jonas Danke, Moritz Schlösser, Maike Held, birgits, AnyaHe, khelfen, mltja, gplssm, nesnoj, jaappedersen, Elias, boltbeard
Author-email: jonas.danke@rl-institut.de
Maintainer: Jonas Danke, Moritz Schlösser
Maintainer-email: jonas.danke@rl-institut.de
License: GNU Affero General Public License v3.0
Project-URL: Documentation, https://edisgo.readthedocs.io/
Project-URL: Source, https://github.com/openego/eDisGo
Project-URL: Changelog, https://edisgo.readthedocs.io/en/dev/whatsnew.html
Project-URL: Issues, https://github.com/openego/eDisGo/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10,<3.13
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md
Requires-Dist: contextily<1.8.0
Requires-Dist: dash<4.4.0
Requires-Dist: demandlib<0.3.0
Requires-Dist: descartes<1.2.0
Requires-Dist: egoio<0.5.0,>=0.4.7
Requires-Dist: geoalchemy2<0.7.0
Requires-Dist: geopandas<1.2.0,>=0.12.0
Requires-Dist: geopy<2.5.0,>=2.0.0
Requires-Dist: jupyterlab<4.6.0
Requires-Dist: jupyter_dash<0.5.0
Requires-Dist: matplotlib<3.11.0,>=3.3.0
Requires-Dist: multiprocess<0.71.0
Requires-Dist: networkx<3.7.0,>=2.5.0
Requires-Dist: numpy==1.26.4
Requires-Dist: pandas<2.2.0,>=1.4.0
Requires-Dist: paramiko<4.0
Requires-Dist: plotly<6.0
Requires-Dist: pydot<4.1.0
Requires-Dist: pypower<5.2.0
Requires-Dist: pyproj<3.8.0,>=3.0.0
Requires-Dist: pypsa==0.26.2
Requires-Dist: pyyaml<6.1.0
Requires-Dist: saio<0.3.0
Requires-Dist: scikit-learn<1.3.0
Requires-Dist: scipy<1.18.0
Requires-Dist: shapely<2.2.0,>=1.7.0
Requires-Dist: sqlalchemy<1.4.0
Requires-Dist: sshtunnel<0.5.0
Requires-Dist: urllib3<2.8.0
Requires-Dist: workalendar<17.1.0
Requires-Dist: astroid==4.0.3
Provides-Extra: dev
Requires-Dist: ruff<0.16.0; extra == "dev"
Requires-Dist: pre-commit<4.7.0; extra == "dev"
Requires-Dist: pylint<4.1.0; extra == "dev"
Requires-Dist: pytest<9.2.0; extra == "dev"
Requires-Dist: nbclient<0.12.0; extra == "dev"
Requires-Dist: pytest-xdist<4.0.0; extra == "dev"
Requires-Dist: pytest-rerunfailures<17.0.0; extra == "dev"
Requires-Dist: pytest-html<5.0.0; extra == "dev"
Requires-Dist: pytest-metadata<4.0.0; extra == "dev"
Requires-Dist: anyio<5.0.0; extra == "dev"
Requires-Dist: dash<4.4.0; extra == "dev"
Requires-Dist: pluggy<2.0.0; extra == "dev"
Requires-Dist: pyupgrade<3.22.0; extra == "dev"
Requires-Dist: sphinx<9.2.0; extra == "dev"
Requires-Dist: sphinx_rtd_theme<3.2.0,>=0.5.2; extra == "dev"
Requires-Dist: sphinx-autodoc-typehints<3.13.0; extra == "dev"
Requires-Dist: sphinx-autoapi<3.9.0; extra == "dev"
Requires-Dist: astroid==4.0.3; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<img align="right" width="200" height="200" src="https://raw.githubusercontent.com/openego/eDisGo/dev/doc/images/edisgo_logo.png">


# Overview


[![Coverage Status](https://coveralls.io/repos/github/openego/eDisGo/badge.svg?branch=dev)](https://coveralls.io/github/openego/eDisGo?branch=dev)
[![Tests & coverage](https://github.com/openego/eDisGo/actions/workflows/tests-coverage.yml/badge.svg)](https://github.com/openego/eDisGo/actions/workflows/tests-coverage.yml)
![Python Versions](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12-blue)



# eDisGo

The python package eDisGo serves as a toolbox to evaluate flexibility measures
as an economic alternative to conventional grid expansion in
medium and low voltage grids.
See [documentation](https://edisgo.readthedocs.io/en/dev/) for further information.


# LICENSE

Copyright (C) 2017 Reiner Lemoine Institut gGmbH

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU General Public License along with
this program. If not, see https://www.gnu.org/licenses/.
