meteoalertapi 0.1.3
pip install meteoalertapi==0.1.3
Newer version available (0.3.1)
Released:
A small api to get alerting messages from extreme weather in Europe from https://www.meteoalarm.eu.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Rolf Berkenbosch
Classifiers
- License
- Operating System
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Rolf Berkenbosch
Classifiers
- License
- Operating System
- Programming Language
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
File details
Details for the file meteoalertapi-0.1.3.tar.gz
.
File metadata
- Download URL: meteoalertapi-0.1.3.tar.gz
- Upload date:
- Size: 2.7 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 |
dc7beb7e98d4a4c9a50779f125ecc3fb71e19aee179aef38284660cfe9c925e5
|
|
MD5 |
ba5addce9fcc470208654ba334450d00
|
|
BLAKE2b-256 |
40dc690ed2e2b04908b8375a72546878dcf419fc9351aa4306c2a715c746b1b8
|