Metadata-Version: 2.1
Name: eGo
Version: 0.3.0
Summary: A python package for distribution and transmissiongrid analysis and optimization based eDisGo and eTraGo
Home-page: https://github.com/openego/eGo
Author: wolfbunke, maltesc
Author-email: 
License: GNU Affero General Public License Version 3 (AGPL-3.0)
Platform: UNKNOWN
Provides-Extra: doc
Requires-Dist: egoio (==0.4.5)
Requires-Dist: eDisGo (==v0.0.6)
Requires-Dist: eTraGo (==0.7.0)
Requires-Dist: pandas (==0.20.3)
Requires-Dist: pypsa (==0.11.0fork)
Requires-Dist: geoalchemy2 (<=0.4.0,>=0.3.0)
Requires-Dist: pyproj (==1.9.5.1)
Requires-Dist: geopandas
Requires-Dist: matplotlib (<=1.5.3,>=1.5.3)
Requires-Dist: Rtree
Requires-Dist: descartes
Requires-Dist: plotly (==2.2.3)
Requires-Dist: Pyomo (==5.5.0)
Requires-Dist: oedialect
Requires-Dist: multiprocess
Requires-Dist: folium
Provides-Extra: doc
Requires-Dist: sphinx (>=1.4); extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Requires-Dist: sphinxcontrib-httpdomain; extra == 'doc'

|readthedocs| |badge_githubstars|

-----


.. image:: https://openegoproject.files.wordpress.com/2017/02/open_ego_logo_breit.png?w=400


*A cross-grid-level electricity grid and storage optimization tool*
| `openegoproject.wordpress.com <https://openegoproject.wordpress.com/>`_


---
eGo
---

Integrated optimization of flexibility options and grid extension measures
for power grids based on `eTraGo <http://eTraGo.readthedocs.io/>`_ and
`eDisGo <http://edisgo.readthedocs.io/>`_. The Documentation of the eGo tool 
can be found on 
`openego.readthedocs.io <https://openego.readthedocs.io/en/dev/>`_ .

.. contents::

----------------------------
Installing Developer Version
----------------------------

Create a virtualenvironment and activate it:

.. code-block::

   $ virtualenv venv --clear -p python3.5
   $ source venv/bin/activate
   $ cd venv
   $ pip3 install -e git+https://github.com/openego/eGo@dev#egg=eGo --process-dependency-links

-------
License
-------

© Europa-Universität Flensburg,
© Flensburg University of Applied Sciences,
  Centre for Sustainable Energy Systems
© DLR Institute for Networked Energy Systems,
© Reiner-Lemoine-Institute"

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



.. |badge_githubstars| image:: https://img.shields.io/github/stars/openego/eGo.svg?style=flat-square&label=github%20stars
    :target: https://github.com/openego/eGo/
    :alt: GitHub stars

.. |readthedocs| image:: https://readthedocs.org/projects/openego/badge/?version=latest
    :target: http://openego.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status


