Skip to content

Robot Framework library for public weather service in Germany

License

Notifications You must be signed in to change notification settings

Noordsestern/robotframework-dwdweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Summary

Robot Framework library for public weather service in Germany. Wraps original python implementation from dwdweather2.

Installation

robotframework-dwdweather

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 version
  • staging : edge version

Usage

You can simply use keywords from this library by adding DwdWeatherLibrary to your suite:

*** Settings ***
Library    DwdWeatherLibrary

Refer to keyword documentation for details.

Examples

You can find example testcase in tests/robot

Dependencies

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

About

Robot Framework library for public weather service in Germany

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published