A small api to get alerting messages from extreme weather in Europe from https://www.meteoalarm.eu.
Project description
meteoalarm-api
(Unofficial) Python wrapper for the MeteoAlarm.eu website (European Weahter alarm), which can be used to look if your province in your country has currently had a weather alarm.
Installation
Using Pip:
pip install meteoalertapi
Code Example
from meteoalertapi import Meteoalert
# Find you country and province on http://meteoalarm.eu/
meteo = Meteoalert('country_letters', 'province_name')
# Get the weather alarm from your place
meteo = Meteoalert('country_letters', 'province_name')
print(str(meteo.get_alert()))
Changelog
See the CHANGELOG file.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
meteoalertapi-0.1.7.tar.gz
(3.0 kB
view hashes)
Built Distribution
Close
Hashes for meteoalertapi-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 014c107b22e3e44d3ce6a050790670b8086fee0405ab602506e3aa5f110b93d8 |
|
MD5 | db589f456fe0fd6c0f7c16fb33630ab2 |
|
BLAKE2b-256 | 75728240997c809a454bb0c6f0eb08e68f34e39791f44d3769e3352d84daa7e4 |