Metadata-Version: 2.1
Name: dream-tools
Version: 0.3.5
Summary: A collection of tools used by the Danish institute for economic modelling and forecasting, DREAM (http://dreammodel.dk).
Home-page: https://github.com/MartinBonde/dream-tools
Author: Martin Kirk Bonde
Author-email: martin@bonde.dk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: easygui

# DREAM-tools
A collection of tools used by [the Danish institute for economic modelling and forecasting, DREAM](http://dreammodel.dk).


## Gams-Pandas
A wrapper around the [GAMS Python api](https://www.gams.com/latest/docs/API_PY_OVERVIEW.html) to move smoothly between GAMS and [Pandas](https://pandas.pydata.org/).
GAMS parameters are represented as Pandas Series, using a MultiIndex in cases of multiple sets.
The level value of variables are represented in the same way. GAMS sets are represented as Pandas Index to facilitate easy use of label based indexing.

## Excel-gdx
Access GAMS gdx files directly from Excel using [xlwings](https://www.xlwings.org/).

## Plotting
DREAM-tools contains a number of plotting features based on [plotly](https://plot.ly/python/) and overwrites the plot method of Pandas DataFrames and Series to utilize the features by default.

## gamY
A pre-processor for GAMS files implementing a number of additional features.


## Gekko
A script is included to endogenize or exogenize variables in GAMS from [Gekko Timeseries and Modeling Software](http://t-t.dk/gekko/).

