frost-sta-client 1.1.46__tar.gz → 1.1.48__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/PKG-INFO +3 -2
  2. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/README.md +1 -0
  3. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/__version__.py +2 -2
  4. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client.egg-info/PKG-INFO +3 -2
  5. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/LICENSE +0 -0
  6. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/__init__.py +0 -0
  7. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/__init__.py +0 -0
  8. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/actuator.py +0 -0
  9. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/base.py +0 -0
  10. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/datastream.py +0 -0
  11. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/features_of_interest.py +0 -0
  12. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/historical_location.py +0 -0
  13. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/location.py +0 -0
  14. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/multi_datastream.py +0 -0
  15. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/observation.py +0 -0
  16. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/observedproperty.py +0 -0
  17. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/sensor.py +0 -0
  18. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/task.py +0 -0
  19. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/tasking_capability.py +0 -0
  20. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/dao/thing.py +0 -0
  21. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/__init__.py +0 -0
  22. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/actuator.py +0 -0
  23. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/datastream.py +0 -0
  24. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/entity.py +0 -0
  25. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/ext/__init__.py +0 -0
  26. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/ext/data_array_document.py +0 -0
  27. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/ext/data_array_value.py +0 -0
  28. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/ext/entity_list.py +0 -0
  29. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/ext/entity_type.py +0 -0
  30. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/ext/unitofmeasurement.py +0 -0
  31. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/feature_of_interest.py +0 -0
  32. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/historical_location.py +0 -0
  33. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/location.py +0 -0
  34. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/multi_datastream.py +0 -0
  35. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/observation.py +0 -0
  36. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/observedproperty.py +0 -0
  37. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/sensor.py +0 -0
  38. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/task.py +0 -0
  39. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/tasking_capability.py +0 -0
  40. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/model/thing.py +0 -0
  41. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/query/__init__.py +0 -0
  42. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/query/query.py +0 -0
  43. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/service/__init__.py +0 -0
  44. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/service/auth_handler.py +0 -0
  45. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/service/sensorthingsservice.py +0 -0
  46. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client/utils.py +0 -0
  47. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client.egg-info/SOURCES.txt +0 -0
  48. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client.egg-info/dependency_links.txt +0 -0
  49. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client.egg-info/requires.txt +0 -0
  50. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/frost_sta_client.egg-info/top_level.txt +0 -0
  51. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/setup.cfg +0 -0
  52. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/setup.py +0 -0
  53. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/tests/test_entity_formatter.py +0 -0
  54. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/tests/test_entity_reader.py +0 -0
  55. {frost_sta_client-1.1.46 → frost_sta_client-1.1.48}/tests/test_utils.py +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: frost_sta_client
3
- Version: 1.1.46
3
+ Version: 1.1.48
4
4
  Summary: a client library to facilitate interaction with a FROST SensorThingsAPI Server
5
5
  Home-page: https://github.com/FraunhoferIOSB/FROST-Python-Client
6
6
  Author: Fraunhofer IOSB
7
- Author-email: maximilian.zenner@iosb.fraunhofer.de
7
+ Author-email: frost@iosb.fraunhofer.de
8
8
  License: LGPL3
9
9
  Keywords: sta,ogc,frost,sensorthingsapi,IoT
10
10
  Description-Content-Type: text/markdown
@@ -104,6 +104,7 @@ observations_list = datastream.get_observations().query().filter("result gt 10")
104
104
  ```
105
105
 
106
106
  ### Callback function in `EntityList`
107
+
107
108
  The progress of the loading process can be tracked by supplying a callback function along with a step size. The callback
108
109
  function and the step size must both be provided to the `list` function (see example below).
109
110
 
@@ -75,6 +75,7 @@ observations_list = datastream.get_observations().query().filter("result gt 10")
75
75
  ```
76
76
 
77
77
  ### Callback function in `EntityList`
78
+
78
79
  The progress of the loading process can be tracked by supplying a callback function along with a step size. The callback
79
80
  function and the step size must both be provided to the `list` function (see example below).
80
81
 
@@ -1,8 +1,8 @@
1
1
  __title__ = 'frost_sta_client'
2
- __version__ = '1.1.46'
2
+ __version__ = '1.1.48'
3
3
  __license__ = 'LGPL3'
4
4
  __author__ = 'Fraunhofer IOSB'
5
5
  __copyright__ = 'Fraunhofer IOSB'
6
- __contact__ = 'maximilian.zenner@iosb.fraunhofer.de'
6
+ __contact__ = 'frost@iosb.fraunhofer.de'
7
7
  __url__ = 'https://github.com/FraunhoferIOSB/FROST-Python-Client'
8
8
  __description__ = 'a client library to facilitate interaction with a FROST SensorThingsAPI Server'
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: frost_sta_client
3
- Version: 1.1.46
3
+ Version: 1.1.48
4
4
  Summary: a client library to facilitate interaction with a FROST SensorThingsAPI Server
5
5
  Home-page: https://github.com/FraunhoferIOSB/FROST-Python-Client
6
6
  Author: Fraunhofer IOSB
7
- Author-email: maximilian.zenner@iosb.fraunhofer.de
7
+ Author-email: frost@iosb.fraunhofer.de
8
8
  License: LGPL3
9
9
  Keywords: sta,ogc,frost,sensorthingsapi,IoT
10
10
  Description-Content-Type: text/markdown
@@ -104,6 +104,7 @@ observations_list = datastream.get_observations().query().filter("result gt 10")
104
104
  ```
105
105
 
106
106
  ### Callback function in `EntityList`
107
+
107
108
  The progress of the loading process can be tracked by supplying a callback function along with a step size. The callback
108
109
  function and the step size must both be provided to the `list` function (see example below).
109
110