toposync 0.5.2__tar.gz → 0.7.0__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.
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: toposync
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
4
4
|
Summary: Toposync default application bundle.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Requires-Python: >=3.11
|
|
8
8
|
Requires-Dist: onnxruntime>=1.20
|
|
9
|
-
Requires-Dist: toposync-core==0.
|
|
10
|
-
Requires-Dist: toposync-ext-cameras==0.
|
|
11
|
-
Requires-Dist: toposync-ext-home-assistant==0.
|
|
12
|
-
Requires-Dist: toposync-ext-images==0.
|
|
13
|
-
Requires-Dist: toposync-ext-models==0.
|
|
14
|
-
Requires-Dist: toposync-ext-
|
|
15
|
-
Requires-Dist: toposync-ext-
|
|
9
|
+
Requires-Dist: toposync-core==0.7.0
|
|
10
|
+
Requires-Dist: toposync-ext-cameras==0.4.0
|
|
11
|
+
Requires-Dist: toposync-ext-home-assistant==0.4.0
|
|
12
|
+
Requires-Dist: toposync-ext-images==0.4.0
|
|
13
|
+
Requires-Dist: toposync-ext-models==0.4.0
|
|
14
|
+
Requires-Dist: toposync-ext-spatial-video==0.4.0
|
|
15
|
+
Requires-Dist: toposync-ext-structural==0.4.0
|
|
16
|
+
Requires-Dist: toposync-ext-vision==0.4.0
|
|
16
17
|
Description-Content-Type: text/markdown
|
|
17
18
|
|
|
18
19
|
# Toposync
|
|
@@ -28,6 +29,7 @@ This distribution installs:
|
|
|
28
29
|
- `toposync-ext-images`
|
|
29
30
|
- `toposync-ext-cameras`
|
|
30
31
|
- `toposync-ext-vision`
|
|
32
|
+
- `toposync-ext-spatial-video`
|
|
31
33
|
- `onnxruntime`
|
|
32
34
|
|
|
33
35
|
The official first-party vision runtime in this bundle is ONNX Runtime on CPU by default.
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "toposync"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.7.0"
|
|
4
4
|
description = "Toposync default application bundle."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "MIT"
|
|
7
7
|
license-files = ["LICENSE"]
|
|
8
8
|
requires-python = ">=3.11"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"toposync-core==0.
|
|
11
|
-
"toposync-ext-structural==0.
|
|
12
|
-
"toposync-ext-models==0.
|
|
13
|
-
"toposync-ext-home-assistant==0.
|
|
14
|
-
"toposync-ext-images==0.
|
|
15
|
-
"toposync-ext-cameras==0.
|
|
16
|
-
"toposync-ext-vision==0.
|
|
10
|
+
"toposync-core==0.7.0",
|
|
11
|
+
"toposync-ext-structural==0.4.0",
|
|
12
|
+
"toposync-ext-models==0.4.0",
|
|
13
|
+
"toposync-ext-home-assistant==0.4.0",
|
|
14
|
+
"toposync-ext-images==0.4.0",
|
|
15
|
+
"toposync-ext-cameras==0.4.0",
|
|
16
|
+
"toposync-ext-vision==0.4.0",
|
|
17
|
+
"toposync-ext-spatial-video==0.4.0",
|
|
17
18
|
"onnxruntime>=1.20",
|
|
18
19
|
]
|
|
19
20
|
|
|
@@ -32,3 +33,4 @@ toposync-ext-home-assistant = { path = "../../extensions/home_assistant" }
|
|
|
32
33
|
toposync-ext-images = { path = "../../extensions/images" }
|
|
33
34
|
toposync-ext-cameras = { path = "../../extensions/cameras" }
|
|
34
35
|
toposync-ext-vision = { path = "../../extensions/vision" }
|
|
36
|
+
toposync-ext-spatial-video = { path = "../../extensions/spatial_video" }
|
|
File without changes
|
|
File without changes
|