vaapi 0.7.47__tar.gz → 0.7.49__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.
- {vaapi-0.7.47 → vaapi-0.7.49}/PKG-INFO +1 -1
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/__init__.py +1 -1
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/logs/client.py +8 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/motion_frame/client.py +1 -1
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/log.py +4 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi.egg-info/PKG-INFO +1 -1
- {vaapi-0.7.47 → vaapi-0.7.49}/README.md +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/pyproject.toml +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/setup.cfg +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/base_client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/behavior_frame_option/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/behavior_frame_option/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/behavior_options/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/behavior_options/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/behavior_options_state/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/behavior_options_state/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/cognition_frame/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/cognition_frame/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/cognition_representation/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/cognition_representation/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/api_error.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/client_wrapper.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/datetime_utils.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/file.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/http_client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/jsonable_encoder.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/pagination.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/pydantic_utilities.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/query_encoder.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/remove_none_from_dict.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/core/request_options.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/events/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/events/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/experiment/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/experiment/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/game/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/game/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/image/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/image/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/log_status/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/log_status/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/logs/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/motion_frame/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/motion_representation/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/motion_representation/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/robots/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/robots/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/teams/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/teams/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/timeline/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/timeline/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/annotation.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/behavior_option.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/behavior_option_state.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/behaviorframe_options.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/cognition_frame.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/cognition_representation.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/event.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/experiment.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/frame_filter.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/game.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/image.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/log_status.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/motion_frame.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/motion_representation.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/robots.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/teams.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/timeline.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/video.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/xabsl_symbol_complete.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/types/xabsl_symbol_sparse.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/videos/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/videos/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/xabsl_symbol_complete/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/xabsl_symbol_complete/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/xabsl_symbol_sparse/__init__.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi/xabsl_symbol_sparse/client.py +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi.egg-info/SOURCES.txt +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi.egg-info/dependency_links.txt +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi.egg-info/requires.txt +0 -0
- {vaapi-0.7.47 → vaapi-0.7.49}/vaapi.egg-info/top_level.txt +0 -0
|
@@ -86,6 +86,8 @@ class LogClient:
|
|
|
86
86
|
sensor_log_path: typing.Optional[str] = OMIT,
|
|
87
87
|
log_path: typing.Optional[str] = OMIT,
|
|
88
88
|
combined_log_path: typing.Optional[str] = OMIT,
|
|
89
|
+
bottom_video_path: typing.Optional[str] = OMIT,
|
|
90
|
+
top_video_path: typing.Optional[str] = OMIT,
|
|
89
91
|
git_commit: typing.Optional[str] = OMIT,
|
|
90
92
|
is_favourite: typing.Optional[bool] = OMIT,
|
|
91
93
|
request_options: typing.Optional[RequestOptions] = None,
|
|
@@ -116,6 +118,8 @@ class LogClient:
|
|
|
116
118
|
"sensor_log_path": sensor_log_path,
|
|
117
119
|
"log_path": log_path,
|
|
118
120
|
"combined_log_path": combined_log_path,
|
|
121
|
+
"bottom_video_path": bottom_video_path,
|
|
122
|
+
"top_video_path": top_video_path,
|
|
119
123
|
"git_commit": git_commit,
|
|
120
124
|
"is_favourite": is_favourite,
|
|
121
125
|
},
|
|
@@ -186,6 +190,8 @@ class LogClient:
|
|
|
186
190
|
sensor_log_path: typing.Optional[str] = OMIT,
|
|
187
191
|
log_path: typing.Optional[str] = OMIT,
|
|
188
192
|
combined_log_path: typing.Optional[str] = OMIT,
|
|
193
|
+
bottom_video_path: typing.Optional[str] = OMIT,
|
|
194
|
+
top_video_path: typing.Optional[str] = OMIT,
|
|
189
195
|
git_commit: typing.Optional[str] = OMIT,
|
|
190
196
|
is_favourite: typing.Optional[bool] = OMIT,
|
|
191
197
|
request_options: typing.Optional[RequestOptions] = None,
|
|
@@ -216,6 +222,8 @@ class LogClient:
|
|
|
216
222
|
"sensor_log_path": sensor_log_path,
|
|
217
223
|
"log_path": log_path,
|
|
218
224
|
"combined_log_path": combined_log_path,
|
|
225
|
+
"bottom_video_path": bottom_video_path,
|
|
226
|
+
"top_video_path": top_video_path,
|
|
219
227
|
"git_commit": git_commit,
|
|
220
228
|
"is_favourite": is_favourite,
|
|
221
229
|
},
|
|
@@ -31,6 +31,10 @@ class Log(pydantic_v1.BaseModel):
|
|
|
31
31
|
|
|
32
32
|
combined_log_path: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
33
33
|
|
|
34
|
+
top_video_path: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
35
|
+
|
|
36
|
+
bottom_video_path: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
37
|
+
|
|
34
38
|
git_commit: typing.Optional[str] = pydantic_v1.Field(default=None)
|
|
35
39
|
|
|
36
40
|
is_favourite: typing.Optional[bool] = pydantic_v1.Field(default=None)
|
|
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
|
|
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
|
|
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
|