Metadata-Version: 2.1
Name: pollenflug
Version: 0.1
Summary: CLI allergy forecast tool
Home-page: https://github.com/BaderSZ/pollenflug
Author: Bader Zaidan
Author-email: bader.zaidan@rwth-aachen.de
License: GPLv3+
Platform: Linux
Platform: Darwin
Platform: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# pollenflug
CLI pollen/allergy calendar

![Screenshot](img/screenshot.png)

This script uses [Hexal's Pollenflugkalendar](https://allergie.hexal.de/pollenflug/vorhersage/) to fetch the predictions for the next week.

Currently, the intensity is printed as a numerical value between 0 and 3: 0 being none, 3 being severe.

pollenflug currently supports a configuration file as `~/.pollenflug.ini`, with an example configuration included in the repo

## License

The script is GPL-3.0

## Todo:
* Replace numbers with strings or emojis
* Add support for other countries
* Translate names to English


