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.5.tar.gz
(2.8 kB
view details)
File details
Details for the file meteoalertapi-0.1.5.tar.gz
.
File metadata
- Download URL: meteoalertapi-0.1.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f541247fb41c54b29cac206364c0e5388cd207d1ee3d1cac3e6d18b2bb09b2bd |
|
MD5 | 4fab65b8a1ac1f7d1000e42dde2900b2 |
|
BLAKE2b-256 | de0d6afaa05c0b3ea3883bbcc8615131bf905bbdb98c5738b7496c0bf9a8b972 |