Meteoblue-dataset-sdk

Latest version: v1.3.5

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

Scan your dependencies

Page 3 of 4

1.1.1

No changes, trigger new release for GitHub actions for pip upload

1.1.0

Support to cache temporary results on disk. The cache implementation is generic. A new cache can be provided that implements the [cache abstract base class](https://github.com/meteoblue/python-dataset-sdk/blob/master/meteoblue_dataset_sdk/caching/abstractcache.py).

python
import zlib
from meteoblue_dataset_sdk.caching import FileCache
cache = FileCache(path="/tmp/my_cache_dir", max_age=4000, compression_level=zlib.Z_BEST_SPEED)
client = meteoblue_dataset_sdk.Client(apikey="xxxxxx", cache=cache)

1.0.1

Fixes:
- Add workaround to use `querySync` in jupyter notebooks
- Update protobuf definition to include solar PV calculation parameter

1.0.0

This library now declares a stable interface with version 1!

0.0.16

Time intervals are now encoded more efficiently

0.0.15

This is the first working version that can now be used to gather initial feedback.

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.