Metadata-Version: 2.1
Name: dieterpy
Version: 0.2.1
Summary: DIETERpy GAMS-Python framework of a power system model DIETER
Home-page: UNKNOWN
Author: Carlos Gaete-Morales
Author-email: cdgaete@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst
Requires-Dist: exceltogdx
Requires-Dist: pandas (==1.0.5)
Requires-Dist: pyyaml (==5.3.1)
Requires-Dist: psutil
Requires-Dist: matplotlib
Requires-Dist: plotly
Requires-Dist: streamlit

DIETERpy
========

DIETERpy is a Gams-Python framework of DIETER. DIETER is an open-source power sector optimization model that has been developed to investigate the role of electricity storage and sector coupling options in future scenarios with high shares of renewable energy sources.
DIETER is fully implemented in the General Algebraic Modeling System (GAMS).

DIETERpy is a Python-based tool that enables pre- and post-processing of the model data, scenario analysis, and visualization of results.

DIETERpy requires an installed version of GAMS in your computer with an appropriate license. It is also recommended to create a dedicated environment to run this package.

The documentation and examples can be accessed through the following link: https://diw-evu.gitlab.io/dieter_public/dieter_py/



Installation
------------

.. code-block:: python

    pip install dieterpy

Uninstallation

.. code-block:: python

    pip uninstall dieterpy


Authors
-------

The developers are Carlos Gaete-Morales (lead) <cdgaete@gmail.com>, Alexander Roth and Martin Kittel; and with the collaboration of Wolf-Peter Schill and Alexander Zerrahn.

License
-------

DIETERpy is an open source tool which code may be freely used and modified by anyone. The code is licensed under the MIT License and available https://gitlab.com/diw-evu/dieter_public/dieter_py.

DIETER is an open source model which may be freely used and modified by anyone. The code is licensed under the MIT License. Input data is licensed under the Creative Commons Attribution-ShareAlike 4.0 International Public License and available under http://www.diw.de/dieter.

Links
-----

Documentation: https://diw-evu.gitlab.io/dieter_public/dieter_py

Source code: https://gitlab.com/diw-evu/dieter_public/dieter_py

PyPI releases: https://pypi.org/project/dieterpy

License: http://opensource.org/licenses/MIT

