Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Noordsestern/robotframework-dwdweather
Robot Framework library for public weather service in Germany
https://github.com/Noordsestern/robotframework-dwdweather
dwd germany robotfr robotframework-library weather-service
Last synced: 23 days ago
JSON representation
Robot Framework library for public weather service in Germany
- Host: GitHub
- URL: https://github.com/Noordsestern/robotframework-dwdweather
- Owner: Noordsestern
- License: mit
- Created: 2019-06-03T18:31:16.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2019-09-04T13:12:58.000Z (about 5 years ago)
- Last Synced: 2024-10-15T17:58:59.409Z (about 1 month ago)
- Topics: dwd, germany, robotfr, robotframework-library, weather-service
- Language: Python
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/Noordsestern/robotframework-dwdweather.svg?branch=staging)](https://travis-ci.org/Noordsestern/robotframework-dwdweather)
# Summary
[Robot Framework](https://github.com/robotframework/robotframework) library for public weather service in Germany. Wraps original python implementation from [dwdweather2](https://github.com/hiveeyes/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@` where you have to set `` 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:
```robot
*** Settings ***
Library DwdWeatherLibrary
```
Refer to [keyword documentation](https://noordsestern.github.io/robotframework-dwdweather/) 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](https://github.com/hiveeyes/dwdweather2) : For accessing data from dwd weather service
- [geopy](https://github.com/geopy/geopy) : For handling locations