vaapi 0.3.2__tar.gz → 0.3.4__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 (50) hide show
  1. {vaapi-0.3.2 → vaapi-0.3.4}/PKG-INFO +5 -1
  2. {vaapi-0.3.2 → vaapi-0.3.4}/pyproject.toml +7 -1
  3. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/__init__.py +1 -1
  4. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/logs/client.py +8 -0
  5. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/log.py +11 -0
  6. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi.egg-info/PKG-INFO +5 -1
  7. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi.egg-info/SOURCES.txt +1 -1
  8. vaapi-0.3.4/vaapi.egg-info/requires.txt +4 -0
  9. vaapi-0.3.2/requirements.txt +0 -5
  10. {vaapi-0.3.2 → vaapi-0.3.4}/.gitignore +0 -0
  11. {vaapi-0.3.2 → vaapi-0.3.4}/README.md +0 -0
  12. {vaapi-0.3.2 → vaapi-0.3.4}/docgen.sh +0 -0
  13. {vaapi-0.3.2 → vaapi-0.3.4}/package_pypi.sh +0 -0
  14. {vaapi-0.3.2 → vaapi-0.3.4}/setup.cfg +0 -0
  15. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/annotations/__init__.py +0 -0
  16. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/annotations/client.py +0 -0
  17. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/base_client.py +0 -0
  18. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/client.py +0 -0
  19. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/cognition_representation/__init__.py +0 -0
  20. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/cognition_representation/client.py +0 -0
  21. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/api_error.py +0 -0
  22. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/client_wrapper.py +0 -0
  23. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/datetime_utils.py +0 -0
  24. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/file.py +0 -0
  25. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/http_client.py +0 -0
  26. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/jsonable_encoder.py +0 -0
  27. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/pydantic_utilities.py +0 -0
  28. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/query_encoder.py +0 -0
  29. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/remove_none_from_dict.py +0 -0
  30. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/core/request_options.py +0 -0
  31. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/events/__init__.py +0 -0
  32. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/events/client.py +0 -0
  33. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/game/__init__.py +0 -0
  34. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/game/client.py +0 -0
  35. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/logs/__init__.py +0 -0
  36. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/motion_representation/__init__.py +0 -0
  37. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/motion_representation/client.py +0 -0
  38. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/run_tests.py +0 -0
  39. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/cognition_repr_test.py +0 -0
  40. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/event_tests.py +0 -0
  41. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/game_tests.py +0 -0
  42. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/logs_tests.py +0 -0
  43. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/tests/motion_repr_test.py +0 -0
  44. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/annotation.py +0 -0
  45. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/cognition_representation.py +0 -0
  46. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/event.py +0 -0
  47. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/game.py +0 -0
  48. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi/types/motion_representation.py +0 -0
  49. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi.egg-info/dependency_links.txt +0 -0
  50. {vaapi-0.3.2 → vaapi-0.3.4}/vaapi.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vaapi
3
- Version: 0.3.2
3
+ Version: 0.3.4
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: Apache-2.0
@@ -9,6 +9,10 @@ Classifier: License :: OSI Approved :: Apache Software License
9
9
  Classifier: Operating System :: OS Independent
10
10
  Requires-Python: >=3.6.9
11
11
  Description-Content-Type: text/markdown
12
+ Requires-Dist: protobuf==3.20.3
13
+ Requires-Dist: numpy<2.0.0,>=1.23.5
14
+ Requires-Dist: httpx
15
+ Requires-Dist: pydantic
12
16
 
13
17
  # Berlin United - Visual Analytics Tool
14
18
  Work in progress for an Analytics tool tailored to the needs of RoboCup SPL.
@@ -19,6 +19,12 @@ classifiers = [
19
19
  dynamic = ["version"]
20
20
  #[tool.setuptools_scm]
21
21
 
22
+ dependencies = [
23
+ "protobuf==3.20.3",
24
+ "numpy >= 1.23.5, < 2.0.0",
25
+ "httpx",
26
+ "pydantic",
27
+ ]
28
+
22
29
  [tool.setuptools.dynamic]
23
- dependencies = {file = ["requirements.txt"]}
24
30
  version = {attr = "vaapi.__version__"}
@@ -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.3.2"
5
+ __version__ = "0.3.4"
@@ -84,6 +84,8 @@ class LogClient:
84
84
  representation_list: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
85
85
  sensor_log_path: typing.Optional[str] = OMIT,
86
86
  log_path: typing.Optional[str] = OMIT,
87
+ num_cognition_frames: typing.Optional[int] = OMIT,
88
+ num_motion_frames: typing.Optional[int] = OMIT,
87
89
  num_jpg_bottom: typing.Optional[int] = OMIT,
88
90
  num_jpg_top: typing.Optional[int] = OMIT,
89
91
  num_bottom: typing.Optional[int] = OMIT,
@@ -178,6 +180,8 @@ class LogClient:
178
180
  "representation_list": representation_list,
179
181
  "sensor_log_path": sensor_log_path,
180
182
  "log_path": log_path,
183
+ "num_cognition_frames": num_cognition_frames,
184
+ "num_motion_frames": num_motion_frames,
181
185
  "num_jpg_bottom": num_jpg_bottom,
182
186
  "num_jpg_top": num_jpg_top,
183
187
  "num_bottom": num_bottom,
@@ -256,6 +260,8 @@ class LogClient:
256
260
  representation_list: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
257
261
  sensor_log_path: typing.Optional[str] = OMIT,
258
262
  log_path: typing.Optional[str] = OMIT,
263
+ num_cognition_frames: typing.Optional[int] = OMIT,
264
+ num_motion_frames: typing.Optional[int] = OMIT,
259
265
  num_jpg_bottom: typing.Optional[int] = OMIT,
260
266
  num_jpg_top: typing.Optional[int] = OMIT,
261
267
  num_bottom: typing.Optional[int] = OMIT,
@@ -362,6 +368,8 @@ class LogClient:
362
368
  "representation_list": representation_list,
363
369
  "sensor_log_path": sensor_log_path,
364
370
  "log_path": log_path,
371
+ "num_cognition_frames": num_cognition_frames,
372
+ "num_motion_frames": num_motion_frames,
365
373
  "num_jpg_bottom": num_jpg_bottom,
366
374
  "num_jpg_top": num_jpg_top,
367
375
  "num_bottom": num_bottom,
@@ -52,6 +52,17 @@ class Log(pydantic_v1.BaseModel):
52
52
  log_path
53
53
  """
54
54
  log_path: typing.Optional[str] = pydantic_v1.Field(default=None)
55
+
56
+ """
57
+ num_cognition_frames
58
+ """
59
+ num_cognition_frames: typing.Optional[int] = pydantic_v1.Field(default=None)
60
+
61
+ """
62
+ num_motion_frames
63
+ """
64
+ num_motion_frames: typing.Optional[int] = pydantic_v1.Field(default=None)
65
+
55
66
  """
56
67
  num_jpg_bottom
57
68
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vaapi
3
- Version: 0.3.2
3
+ Version: 0.3.4
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: Apache-2.0
@@ -9,6 +9,10 @@ Classifier: License :: OSI Approved :: Apache Software License
9
9
  Classifier: Operating System :: OS Independent
10
10
  Requires-Python: >=3.6.9
11
11
  Description-Content-Type: text/markdown
12
+ Requires-Dist: protobuf==3.20.3
13
+ Requires-Dist: numpy<2.0.0,>=1.23.5
14
+ Requires-Dist: httpx
15
+ Requires-Dist: pydantic
12
16
 
13
17
  # Berlin United - Visual Analytics Tool
14
18
  Work in progress for an Analytics tool tailored to the needs of RoboCup SPL.
@@ -3,7 +3,6 @@ README.md
3
3
  docgen.sh
4
4
  package_pypi.sh
5
5
  pyproject.toml
6
- requirements.txt
7
6
  vaapi/__init__.py
8
7
  vaapi/base_client.py
9
8
  vaapi/client.py
@@ -11,6 +10,7 @@ vaapi/run_tests.py
11
10
  vaapi.egg-info/PKG-INFO
12
11
  vaapi.egg-info/SOURCES.txt
13
12
  vaapi.egg-info/dependency_links.txt
13
+ vaapi.egg-info/requires.txt
14
14
  vaapi.egg-info/top_level.txt
15
15
  vaapi/annotations/__init__.py
16
16
  vaapi/annotations/client.py
@@ -0,0 +1,4 @@
1
+ protobuf==3.20.3
2
+ numpy<2.0.0,>=1.23.5
3
+ httpx
4
+ pydantic
@@ -1,5 +0,0 @@
1
- requests
2
- protobuf==3.20.3
3
- numpy >= 1.23.5, < 2.0.0
4
- httpx
5
- pydantic
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