Robot Framework library for public weather service in Germany. Wraps original python implementation from dwdweather2.
You can install python projects directly from git with pip by calling pip install git+https://github.com/Noordsestern/robotframework-dwdweather.git@<branch_name> where you have to set <branch_name> with one of the following:
master: latest stable versionstaging: edge version
You can simply use keywords from this library by adding DwdWeatherLibrary to your suite:
*** Settings ***
Library DwdWeatherLibraryRefer to keyword documentation for details.
You can find example testcase in tests/robot
DwdWeatherLibrary requires an internet connection in order to collect stations, weather data and address from web services. Internally it uses:
- dwdweather2 : For accessing data from dwd weather service
- geopy : For handling locations