windborne 1.0.0__tar.gz → 1.0.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {windborne-1.0.0 → windborne-1.0.1}/PKG-INFO +1 -1
- {windborne-1.0.0 → windborne-1.0.1}/pyproject.toml +1 -1
- {windborne-1.0.0 → windborne-1.0.1}/windborne/data_api.py +3 -1
- {windborne-1.0.0 → windborne-1.0.1}/windborne.egg-info/PKG-INFO +1 -1
- {windborne-1.0.0 → windborne-1.0.1}/README.md +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/setup.cfg +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne/__init__.py +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne/cli.py +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne/config.py +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne/forecasts_api.py +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne/utils.py +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne.egg-info/SOURCES.txt +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne.egg-info/dependency_links.txt +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne.egg-info/entry_points.txt +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne.egg-info/requires.txt +0 -0
- {windborne-1.0.0 → windborne-1.0.1}/windborne.egg-info/top_level.txt +0 -0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "windborne"
|
7
|
-
version = "1.0.
|
7
|
+
version = "1.0.1"
|
8
8
|
description = "A Python library for interacting with WindBorne Data and Forecasts API"
|
9
9
|
readme = {file = "README.md", content-type = "text/markdown"}
|
10
10
|
authors = [
|
@@ -494,7 +494,9 @@ def poll_super_observations(start_time, end_time=None, interval=60, save_to_file
|
|
494
494
|
|
495
495
|
# Invoke the callback with fetched observations
|
496
496
|
if callback:
|
497
|
-
print("
|
497
|
+
print("--------")
|
498
|
+
print("Callback")
|
499
|
+
print("--------")
|
498
500
|
callback(observations)
|
499
501
|
|
500
502
|
for obs in observations:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|