Meteoblue-dataset-sdk

Latest version: v1.2.2

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

Scan your dependencies

Page 2 of 3

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.

0.0.14

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.