Metadata-Version: 2.1
Name: eDisGo
Version: 0.2.0
Summary: A python package for distribution network analysis and optimization
Home-page: https://github.com/openego/eDisGo
Author: birgits, AnyaHe, khelfen, gplssm, nesnoj, jaappedersen, Elias, boltbeard, mltja
Author-email: anya.heider@rl-institut.de
License: GNU Affero General Public License v3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: demandlib
Requires-Dist: networkx (>=2.5.0)
Requires-Dist: geopy (>=2.0.0)
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: geopandas (>=0.9.0)
Requires-Dist: pyproj (>=3.0.0)
Requires-Dist: shapely (>=1.7.0)
Requires-Dist: pypsa (<=0.20.1,>=0.17.0)
Requires-Dist: pyomo (>=6.0)
Requires-Dist: multiprocess
Requires-Dist: workalendar
Requires-Dist: sqlalchemy (<1.4.0)
Requires-Dist: geoalchemy2 (<0.7.0)
Requires-Dist: egoio (>=0.4.7)
Requires-Dist: matplotlib (>=3.3.0)
Requires-Dist: pypower
Requires-Dist: scikit-learn
Requires-Dist: pydot
Requires-Dist: pygeos
Requires-Dist: beautifulsoup4
Requires-Dist: contextily
Requires-Dist: descartes
Requires-Dist: jupyter
Requires-Dist: jupyterlab
Requires-Dist: plotly
Requires-Dist: dash (==2.6.0)
Requires-Dist: jupyter-dash
Requires-Dist: werkzeug (==2.2.0)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-notebook ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pyupgrade ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'

<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)


# 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/.
