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-1.0.3.tar.gz
(8.0 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-1.0.3.tar.gz.
File metadata
- Download URL: swiss_pollen-1.0.3.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f8e4c1fd993c62dcf5cba455082496b8af21adafc3c19dfb7b190eb94bfa737
|
|
| MD5 |
7f4d2d4009260d0f584393859ba5788b
|
|
| BLAKE2b-256 |
755f076e0f31b075070d0ad8c6585b06b17ffb8f5c9ee99507073d9eeee03d09
|
File details
Details for the file swiss_pollen-1.0.3-py3-none-any.whl.
File metadata
- Download URL: swiss_pollen-1.0.3-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8de3ecabefa2c613343727e713ac01ecf07cd7b8e6fc46b5002e1ead64dd755d
|
|
| MD5 |
36ffd196dec9a5a75ff8a304babe64b3
|
|
| BLAKE2b-256 |
1021b862f3a70b87bcfc0bb30efd33bafd734e71cbc3c97f1f3b3995f636dc21
|