Metadata-Version: 2.1
Name: MetObs-GUI
Version: 0.0.1a0
Summary: A GUI for the MetObs-toolkit
License: LICENSE
Keywords: meteorology,observations,urban climate,GUI
Author: Thomas Vergauwen
Author-email: thomas.vergauwen@meteo.be
Maintainer: Thomas Vergauwen
Maintainer-email: thomas.vergauwen@meteo.be
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyQt5 (==5.12.3)
Requires-Dist: PyQtWebEngine (>=5.12.1,<5.13.0)
Requires-Dist: metobs_toolkit (==0.1.2)
Project-URL: Documentation, https://python-poetry.org/docs/
Description-Content-Type: text/markdown

# MetObs_GUI
A Graphical interface of the MetObs_toolkit

# Install

`pip install git+https://github.com/vergauwenthomas/MetObs_GUI.git`

# Usage
In python:

```
import metobs_gui 
metobs_gui.launch_gui()
```

