API to gather the current pollen load from MeteoSchweiz
Project description
Swiss-Pollen
Python API to gather the current pollen load from MeteoSchweiz for the following pants:
- birch
- beech
- oak
- alder
- ash
- grasses
- hazel
For the use within Home Assistant use the custom component hass-swiss-pollen.
This module is not official developed, supported or endorsed by MeteoSchweiz.
Installation
Using pip
- Install python3.9 or higher
- Install swiss-pollen with
pip install swiss-pollen. - Run swiss-pollen test with
swiss-pollen.
Usage
API
class PollenService:
@staticmethod
def current_values(plants : list[Plant] = Plant) -> dict[Station, list[PollenMeasurement]]
Example
from swiss_pollen import (PollenService, Plant)
# get pollen data for all available plants
all_pollen_data_per_station = PollenService.current_values()
# get pollen data for a restricted list of plants
specific_pollen_data_per_station = PollenService.current_values(plants = [Plant.HAZEL, Plant.GRASSES])
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
swiss-pollen-0.1.1.tar.gz
(7.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file swiss-pollen-0.1.1.tar.gz.
File metadata
- Download URL: swiss-pollen-0.1.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c68647d0c8878c309f96c8c5a5be4c748eef78e82a5a431ca0a1d936e22fbb3c
|
|
| MD5 |
0d49e7e127a7f585eee4a7d70f836c2c
|
|
| BLAKE2b-256 |
90a76462808d1492687aea394eadb71c7234e1f748a0ff7730398fb0ffe642d3
|
File details
Details for the file swiss_pollen-0.1.1-py3-none-any.whl.
File metadata
- Download URL: swiss_pollen-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5425edbd08759bb42988182e47e196ead8b99c1a2fbaa665edbab042ff03acd0
|
|
| MD5 |
7966d170d440633782aaa046777b27f2
|
|
| BLAKE2b-256 |
e22119200f1512749c56c49d6634fd6310a65201e25c1a3981876675d8df20c5
|