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.
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.0.8.tar.gz
(2.2 kB
view details)
File details
Details for the file meteoalertapi-0.0.8.tar.gz
.
File metadata
- Download URL: meteoalertapi-0.0.8.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 797f5efa4f94d4f471b2025ffec0fde01f74488fa6e7f7d89ab2188b1f128b7d |
|
MD5 | 2e1bf50fa3170255215f5c2e3d7ab34b |
|
BLAKE2b-256 | e382bacf3996dbb2eff62d9f63d59a4369b336d30e52a08554983160d4ad71e4 |