Metadata-Version: 2.1
Name: dwd-pollen-api
Version: 1.0.1
Summary: Asynchronous Python client for getting DWD pollen info.
Home-page: https://github.com/julianahrens/dwd-pollen-api
Author: Julian Ahrens
Author-email: opensource@julianahrens.de
License: MIT License
Keywords: dwd,pollen,api,async,client
Platform: UNKNOWN
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE.md

# DWD Pollen API

_DISCLAIMER: This project is a private open source project and doesn't have any connection with Deutscher Wetterdienst._

This is a python package to access the pollen data from DWD. The data is updated daily.

Available region IDs can be found [here](http://opendata.dwd.de/climate_environment/health/alerts/Beschreibung_pollen_s31fg.pdf).

## Help and Contribution

Feel free to open an issue if you find one and I will do my best to help you. If you want to contribute, your help is appreciated! If you want to add a new feature, add a pull request first so we can chat about the details.

## Licenses

This package uses public data from [DWD OpenData](https://www.dwd.de/DE/leistungen/opendata/opendata.html). The Copyright can be viewed [here](https://www.dwd.de/DE/service/copyright/copyright_node.html).


