Pymeteobridgesql

Latest version: v1.4.0

Safety actively analyzes 710644 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.4.0

**Date**: `2025-02-23`

What Changed

* Added two new fields to the realtime table. `windbearingavg10` and `windbearingdavg`. The two fields represent the last 10 minute average wind bearing and the daily average wind bearing. This is a breaking change as these fields need to be manually created in the table as follows:

`windbearingavg10` INT NULL DEFAULT 'NULL' ,
`windbearingdavg` INT NULL DEFAULT 'NULL' ,

1.3.3

**Date**: `2025-01-12`

What Changed

* Added Non Async Initialize Method to fix Blocking Errorsin Home Assistant 2025.1

1.3.2

**Date**: `2025-01-12`

What Changed

* If PM2.5 is 0, we should return 0 as AQI and None

1.3.1

**Date**: `2025-01-12`

What Changed

* Fixing wrong dataset returned from Station Data

1.3.0

**Date**: `2024-05-25`

What Changed

* Added function to get data from `daily_data` using a view to get calculated values also.

1.2.5

**Date**: `2024-05-14`

What Changed

* Now retrieving `minute_data` from View instead of Table to be able to get calculated fields

Page 1 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.