Metadata-Version: 2.4
Name: iode-gui
Version: 7.0.2
Summary: Graphical User Interface (GUI) for the iode python package
Author-email: Alix Damman <ald@plan.be>, Yannick Van den Abbeel <yvda@plan.be>, Jean-Marc Paul <jmarc.paul@gmail.com>, Geert Bryon <gb@plan.be>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://iode.readthedocs.io/en/stable/
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
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
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: iode
Requires-Dist: pyside6
Requires-Dist: qtconsole
Requires-Dist: ipython
Dynamic: license-file

# iode-gui - Graphical User Interface for IODE

The `iode-gui` package provides a graphical user interface for the `IODE` tool. `IODE` is the French 
acronym for `Intégrateur d'Outils de Développements Économétriques` (Integrated Tools for Econometric Developments).

Originally designed at the `Federal Planning Bureau` in Brussels by econometricians and mathematicians, this software integrates all the 
functionalities required for the construction and the handling of econometric models and for the management of statistical series.

## Installation

To install `iode-gui`, you can use `pip`:
```bash
pip install iode-gui
```

## Dependencies

`iode-gui` depends on the following packages:
  - `numpy`: A library for numerical computing in Python, which is used by `iode` for mathematical operations.
  - `pandas`: A library for data manipulation and analysis in Python, which is used by `iode` for handling statistical series.
  - `matplotlib`: A library for creating static, animated, and interactive visualizations in Python, which is used by `iode` for plotting graphs and charts.
  - `iode`: The core package of IODE, which provides the underlying functionality for handling econometric models and statistical series.
  - `pyside6`: A set of Python bindings for the Qt framework, which is used to create the graphical user interface of `iode-gui`.
  - `qtconsole`: A rich Jupyter console widget that can be embedded in a Python Qt application, which is used to provide an interactive Python shell within `iode-gui`.
  - `ipython`: A powerful interactive shell for Python, which is used by `qtconsole` to provide the interactive Python shell within `iode-gui`.

Optionally, `iode-gui` can also use the following packages for additional functionalities:
  - `larray`: A library for handling N-dimensional labelled arrays in Python (developed by the Federal Planning Bureau in Belgium).

## IODE Documentation

The documentation for `IODE` is available online at:
https://iode.readthedocs.io/en/stable/index.html

## Support
"Alix Damman" <ald@plan.be>, "Yannick Van den Abbeel" <yvda@plan.be>
