Metadata-Version: 2.4
Name: meteo_hr
Version: 1.4.0
Summary: CLI for printing weather forecast from meteo.hr
Author-email: Ivan Habunek <ivan@habunek.com>
License-Expression: GPL-3.0
Project-URL: Homepage, https://git.sr.ht/~ihabunek/meteo_hr
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4<5.0,>=4.0
Requires-Dist: requests<3.0,>=2.0
Requires-Dist: plotext<6.0,>=5.0
Dynamic: license-file

meteo.hr CLI
============

Commandline tool for displaying the forecast from [meteo.hr](http://meteo.hr/prognoze.php?section=prognoze_model&param=3d).

Install:

```
pip install --user meteo_hr
```

Usage:

```
meteo <place>
```

For example:

```
meteo unije
```

![Forecast for Unije](forecast.png)

7 day forecast:

```
meteo unije -7
```

List available places for 3 day forecast:

```
meteo --list
```

List available places for 7 day forecast:

```
meteo -7 --list
```
