vaapi 0.7.36__tar.gz → 0.7.38__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 (82) hide show
  1. {vaapi-0.7.36 → vaapi-0.7.38}/PKG-INFO +2 -2
  2. {vaapi-0.7.36 → vaapi-0.7.38}/pyproject.toml +1 -1
  3. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/__init__.py +1 -1
  4. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/cognition_representation/client.py +8 -0
  5. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/image/client.py +4 -0
  6. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/cognition_representation.py +4 -0
  7. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/image.py +4 -0
  8. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi.egg-info/PKG-INFO +2 -2
  9. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi.egg-info/requires.txt +1 -1
  10. {vaapi-0.7.36 → vaapi-0.7.38}/README.md +0 -0
  11. {vaapi-0.7.36 → vaapi-0.7.38}/setup.cfg +0 -0
  12. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/base_client.py +0 -0
  13. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/behavior_frame_option/__init__.py +0 -0
  14. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/behavior_frame_option/client.py +0 -0
  15. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/behavior_options/__init__.py +0 -0
  16. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/behavior_options/client.py +0 -0
  17. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/behavior_options_state/__init__.py +0 -0
  18. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/behavior_options_state/client.py +0 -0
  19. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/client.py +0 -0
  20. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/cognition_frame/__init__.py +0 -0
  21. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/cognition_frame/client.py +0 -0
  22. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/cognition_representation/__init__.py +0 -0
  23. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/api_error.py +0 -0
  24. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/client_wrapper.py +0 -0
  25. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/datetime_utils.py +0 -0
  26. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/file.py +0 -0
  27. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/http_client.py +0 -0
  28. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/jsonable_encoder.py +0 -0
  29. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/pagination.py +0 -0
  30. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/pydantic_utilities.py +0 -0
  31. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/query_encoder.py +0 -0
  32. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/remove_none_from_dict.py +0 -0
  33. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/core/request_options.py +0 -0
  34. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/events/__init__.py +0 -0
  35. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/events/client.py +0 -0
  36. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/experiment/__init__.py +0 -0
  37. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/experiment/client.py +0 -0
  38. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/game/__init__.py +0 -0
  39. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/game/client.py +0 -0
  40. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/image/__init__.py +0 -0
  41. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/log_status/__init__.py +0 -0
  42. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/log_status/client.py +0 -0
  43. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/logs/__init__.py +0 -0
  44. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/logs/client.py +0 -0
  45. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/motion_frame/__init__.py +0 -0
  46. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/motion_frame/client.py +0 -0
  47. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/motion_representation/__init__.py +0 -0
  48. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/motion_representation/client.py +0 -0
  49. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/robots/__init__.py +0 -0
  50. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/robots/client.py +0 -0
  51. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/teams/__init__.py +0 -0
  52. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/teams/client.py +0 -0
  53. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/timeline/__init__.py +0 -0
  54. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/timeline/client.py +0 -0
  55. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/annotation.py +0 -0
  56. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/behavior_option.py +0 -0
  57. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/behavior_option_state.py +0 -0
  58. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/behaviorframe_options.py +0 -0
  59. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/cognition_frame.py +0 -0
  60. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/event.py +0 -0
  61. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/experiment.py +0 -0
  62. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/frame_filter.py +0 -0
  63. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/game.py +0 -0
  64. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/log.py +0 -0
  65. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/log_status.py +0 -0
  66. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/motion_frame.py +0 -0
  67. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/motion_representation.py +0 -0
  68. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/robots.py +0 -0
  69. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/teams.py +0 -0
  70. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/timeline.py +0 -0
  71. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/video.py +0 -0
  72. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/xabsl_symbol_complete.py +0 -0
  73. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/types/xabsl_symbol_sparse.py +0 -0
  74. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/videos/__init__.py +0 -0
  75. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/videos/client.py +0 -0
  76. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/xabsl_symbol_complete/__init__.py +0 -0
  77. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/xabsl_symbol_complete/client.py +0 -0
  78. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/xabsl_symbol_sparse/__init__.py +0 -0
  79. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi/xabsl_symbol_sparse/client.py +0 -0
  80. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi.egg-info/SOURCES.txt +0 -0
  81. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi.egg-info/dependency_links.txt +0 -0
  82. {vaapi-0.7.36 → vaapi-0.7.38}/vaapi.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vaapi
3
- Version: 0.7.36
3
+ Version: 0.7.38
4
4
  Summary: Python utils for adding logs to our Visual Analytics Tool
5
5
  Author-email: NaoTH Berlin United <nao-team@informatik.hu-berlin.de>
6
6
  License-Expression: Apache-2.0
@@ -10,7 +10,7 @@ Requires-Python: >=3.10.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: protobuf==3.20.3
12
12
  Requires-Dist: httpx==0.28.1
13
- Requires-Dist: pydantic==2.12.5
13
+ Requires-Dist: pydantic==2.13.3
14
14
  Requires-Dist: requests==2.33.1
15
15
 
16
16
  # Berlin United - Visual Analytics Tool
@@ -20,7 +20,7 @@ dynamic = ["version"]
20
20
  dependencies = [
21
21
  "protobuf==3.20.3",
22
22
  "httpx==0.28.1",
23
- "pydantic==2.12.5",
23
+ "pydantic==2.13.3",
24
24
  "requests==2.33.1",
25
25
  ]
26
26
 
@@ -2,4 +2,4 @@
2
2
  you can perform with the API of the visual analytics tool by Berlin United for the Robocup SPL
3
3
  """
4
4
 
5
- __version__ = "0.7.36"
5
+ __version__ = "0.7.38"
@@ -78,6 +78,8 @@ class CognitionRepresentationClient:
78
78
  id: int,
79
79
  *,
80
80
  frame: typing.Optional[int] = OMIT,
81
+ start_pos: typing.Optional[int] = OMIT,
82
+ size: typing.Optional[int] = OMIT,
81
83
  representation_data: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
82
84
  request_options: typing.Optional[RequestOptions] = None,
83
85
  ) -> CognitionRepresentation:
@@ -96,6 +98,8 @@ class CognitionRepresentationClient:
96
98
  method="PATCH",
97
99
  json={
98
100
  "frame": frame,
101
+ "start_pos": start_pos,
102
+ "size": size,
99
103
  "representation_data": representation_data,
100
104
  },
101
105
  request_options=request_options,
@@ -162,6 +166,8 @@ class CognitionRepresentationClient:
162
166
  self,
163
167
  *,
164
168
  frame: typing.Optional[int] = OMIT,
169
+ start_pos: typing.Optional[int] = OMIT,
170
+ size: typing.Optional[int] = OMIT,
165
171
  representation_data: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
166
172
  request_options: typing.Optional[RequestOptions] = None,
167
173
  ) -> CognitionRepresentation:
@@ -180,6 +186,8 @@ class CognitionRepresentationClient:
180
186
  method="POST",
181
187
  json={
182
188
  "frame": frame,
189
+ "start_pos": start_pos,
190
+ "size": size,
183
191
  "representation_data": representation_data,
184
192
  },
185
193
  request_options=request_options,
@@ -82,6 +82,7 @@ class ImageClient:
82
82
  brightness_value: typing.Optional[int] = OMIT,
83
83
  labelstudio_url: typing.Optional[str] = OMIT,
84
84
  validated: typing.Optional[bool] = OMIT,
85
+ annotation: typing.Optional[typing.List[typing.Dict]] = OMIT,
85
86
  request_options: typing.Optional[RequestOptions] = None,
86
87
  ) -> Image:
87
88
  """
@@ -107,6 +108,7 @@ class ImageClient:
107
108
  "brightness_value": brightness_value,
108
109
  "labelstudio_url": labelstudio_url,
109
110
  "validated": validated,
111
+ "annotation": annotation,
110
112
  },
111
113
  request_options=request_options,
112
114
  omit=OMIT,
@@ -178,6 +180,7 @@ class ImageClient:
178
180
  brightness_value: typing.Optional[int] = OMIT,
179
181
  labelstudio_url: typing.Optional[str] = OMIT,
180
182
  validated: typing.Optional[bool] = OMIT,
183
+ annotation: typing.Optional[typing.List[typing.Dict]] = OMIT,
181
184
  request_options: typing.Optional[RequestOptions] = None,
182
185
  ) -> Image:
183
186
  """
@@ -202,6 +205,7 @@ class ImageClient:
202
205
  "brightness_value": brightness_value,
203
206
  "labelstudio_url": labelstudio_url,
204
207
  "validated": validated,
208
+ "annotation": annotation,
205
209
  },
206
210
  request_options=request_options,
207
211
  omit=OMIT,
@@ -17,6 +17,10 @@ class CognitionRepresentation(pydantic_v1.BaseModel):
17
17
  pydantic_v1.Field(default=None)
18
18
  )
19
19
 
20
+ start_pos: typing.Optional[int] = pydantic_v1.Field(default=None)
21
+
22
+ size: typing.Optional[int] = pydantic_v1.Field(default=None)
23
+
20
24
  def json(self, **kwargs: typing.Any) -> str:
21
25
  kwargs_with_defaults: typing.Any = {
22
26
  "by_alias": True,
@@ -34,6 +34,10 @@ class Image(pydantic_v1.BaseModel):
34
34
 
35
35
  validated: typing.Optional[bool] = pydantic_v1.Field(default=None)
36
36
 
37
+ annotation: typing.Optional[typing.List[typing.Dict]] = (
38
+ pydantic_v1.Field(default=None)
39
+ )
40
+
37
41
  @pydantic_v1.root_validator(pre=True)
38
42
  def handle_read_write_difference(cls, values):
39
43
  frame_data = values.get('frame')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vaapi
3
- Version: 0.7.36
3
+ Version: 0.7.38
4
4
  Summary: Python utils for adding logs to our Visual Analytics Tool
5
5
  Author-email: NaoTH Berlin United <nao-team@informatik.hu-berlin.de>
6
6
  License-Expression: Apache-2.0
@@ -10,7 +10,7 @@ Requires-Python: >=3.10.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: protobuf==3.20.3
12
12
  Requires-Dist: httpx==0.28.1
13
- Requires-Dist: pydantic==2.12.5
13
+ Requires-Dist: pydantic==2.13.3
14
14
  Requires-Dist: requests==2.33.1
15
15
 
16
16
  # Berlin United - Visual Analytics Tool
@@ -1,4 +1,4 @@
1
1
  protobuf==3.20.3
2
2
  httpx==0.28.1
3
- pydantic==2.12.5
3
+ pydantic==2.13.3
4
4
  requests==2.33.1
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
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes