Vease-Viewer 2.3.12rc1__tar.gz → 2.3.13__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.
Potentially problematic release.
This version of Vease-Viewer might be problematic. Click here for more details.
- {vease_viewer-2.3.12rc1/src/Vease_Viewer.egg-info → vease_viewer-2.3.13}/PKG-INFO +18 -19
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/pyproject.toml +1 -1
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/requirements_gpu.txt +33 -35
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13/src/Vease_Viewer.egg-info}/PKG-INFO +18 -19
- vease_viewer-2.3.13/src/Vease_Viewer.egg-info/requires.txt +30 -0
- vease_viewer-2.3.12rc1/src/Vease_Viewer.egg-info/requires.txt +0 -31
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/LICENSE +0 -0
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/README.md +0 -0
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/setup.cfg +0 -0
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/src/vease_viewer/app.py +0 -0
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/src/vease_viewer/rpc/protocols.py +0 -0
- {vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/src/vease_viewer/rpc/schemas/microservice_version.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Vease-Viewer
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.13
|
|
4
4
|
Summary: Vease-Viewer is the viewer microservice of Vease
|
|
5
5
|
Author-email: Geode-solutions <team-web@geode-solutions.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
|
|
@@ -11,34 +11,33 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Requires-Python: <3.13,>=3.9
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist:
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist:
|
|
17
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: aiohappyeyeballs==2.6.1
|
|
15
|
+
Requires-Dist: aiohttp==3.12.14
|
|
16
|
+
Requires-Dist: aiosignal==1.4.0
|
|
17
|
+
Requires-Dist: async-timeout==5.0.1
|
|
18
|
+
Requires-Dist: attrs==25.3.0
|
|
18
19
|
Requires-Dist: contourpy==1.3.2
|
|
19
20
|
Requires-Dist: cycler==0.12.1
|
|
20
|
-
Requires-Dist:
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist: jsonschema-specifications==2023.12.1
|
|
21
|
+
Requires-Dist: fastjsonschema==2.21.1
|
|
22
|
+
Requires-Dist: fonttools==4.59.0
|
|
23
|
+
Requires-Dist: frozenlist==1.7.0
|
|
24
|
+
Requires-Dist: idna==3.10
|
|
25
25
|
Requires-Dist: kiwisolver==1.4.8
|
|
26
26
|
Requires-Dist: matplotlib==3.10.3
|
|
27
|
-
Requires-Dist: multidict==6.
|
|
28
|
-
Requires-Dist: numpy==2.
|
|
29
|
-
Requires-Dist: opengeodeweb-viewer[gpu]==1.
|
|
27
|
+
Requires-Dist: multidict==6.6.3
|
|
28
|
+
Requires-Dist: numpy==2.2.6
|
|
29
|
+
Requires-Dist: opengeodeweb-viewer[gpu]==1.10.0
|
|
30
30
|
Requires-Dist: packaging==25.0
|
|
31
|
-
Requires-Dist: pillow==11.
|
|
31
|
+
Requires-Dist: pillow==11.3.0
|
|
32
|
+
Requires-Dist: propcache==0.3.2
|
|
32
33
|
Requires-Dist: pyparsing==3.2.3
|
|
33
34
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
34
|
-
Requires-Dist: python-dotenv==1.0.1
|
|
35
|
-
Requires-Dist: referencing==0.33.0
|
|
36
|
-
Requires-Dist: rpds-py==0.18.0
|
|
37
35
|
Requires-Dist: six==1.17.0
|
|
36
|
+
Requires-Dist: typing-extensions==4.14.1
|
|
38
37
|
Requires-Dist: vtk==9.3.1
|
|
39
|
-
Requires-Dist: websocket-client==1.
|
|
38
|
+
Requires-Dist: websocket-client==1.8.0
|
|
40
39
|
Requires-Dist: wslink==1.12.4
|
|
41
|
-
Requires-Dist: yarl==1.
|
|
40
|
+
Requires-Dist: yarl==1.20.1
|
|
42
41
|
Provides-Extra: gpu
|
|
43
42
|
Requires-Dist: vtk==9.*; extra == "gpu"
|
|
44
43
|
Dynamic: license-file
|
|
@@ -1,90 +1,88 @@
|
|
|
1
1
|
#
|
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.10
|
|
3
3
|
# by the following command:
|
|
4
4
|
#
|
|
5
5
|
# pip-compile requirements_gpu.in
|
|
6
6
|
#
|
|
7
|
-
|
|
7
|
+
aiohappyeyeballs==2.6.1
|
|
8
|
+
# via
|
|
9
|
+
# aiohttp
|
|
10
|
+
# opengeodeweb-viewer
|
|
11
|
+
aiohttp==3.12.14
|
|
8
12
|
# via
|
|
9
13
|
# opengeodeweb-viewer
|
|
10
14
|
# wslink
|
|
11
|
-
aiosignal==1.
|
|
15
|
+
aiosignal==1.4.0
|
|
12
16
|
# via
|
|
13
17
|
# aiohttp
|
|
14
18
|
# opengeodeweb-viewer
|
|
15
|
-
async-timeout==
|
|
16
|
-
# via
|
|
17
|
-
|
|
19
|
+
async-timeout==5.0.1
|
|
20
|
+
# via
|
|
21
|
+
# aiohttp
|
|
22
|
+
# opengeodeweb-viewer
|
|
23
|
+
attrs==25.3.0
|
|
18
24
|
# via
|
|
19
25
|
# aiohttp
|
|
20
|
-
# jsonschema
|
|
21
26
|
# opengeodeweb-viewer
|
|
22
|
-
# referencing
|
|
23
27
|
contourpy==1.3.2
|
|
24
28
|
# via matplotlib
|
|
25
29
|
cycler==0.12.1
|
|
26
30
|
# via matplotlib
|
|
27
|
-
|
|
31
|
+
fastjsonschema==2.21.1
|
|
32
|
+
# via opengeodeweb-viewer
|
|
33
|
+
fonttools==4.59.0
|
|
28
34
|
# via matplotlib
|
|
29
|
-
frozenlist==1.
|
|
35
|
+
frozenlist==1.7.0
|
|
30
36
|
# via
|
|
31
37
|
# aiohttp
|
|
32
38
|
# aiosignal
|
|
33
39
|
# opengeodeweb-viewer
|
|
34
|
-
idna==3.
|
|
40
|
+
idna==3.10
|
|
35
41
|
# via
|
|
36
42
|
# opengeodeweb-viewer
|
|
37
43
|
# yarl
|
|
38
|
-
jsonschema==4.21.1
|
|
39
|
-
# via opengeodeweb-viewer
|
|
40
|
-
jsonschema-specifications==2023.12.1
|
|
41
|
-
# via
|
|
42
|
-
# jsonschema
|
|
43
|
-
# opengeodeweb-viewer
|
|
44
44
|
kiwisolver==1.4.8
|
|
45
45
|
# via matplotlib
|
|
46
46
|
matplotlib==3.10.3
|
|
47
47
|
# via vtk
|
|
48
|
-
multidict==6.
|
|
48
|
+
multidict==6.6.3
|
|
49
49
|
# via
|
|
50
50
|
# aiohttp
|
|
51
51
|
# opengeodeweb-viewer
|
|
52
52
|
# yarl
|
|
53
|
-
numpy==2.
|
|
53
|
+
numpy==2.2.6
|
|
54
54
|
# via
|
|
55
55
|
# contourpy
|
|
56
56
|
# matplotlib
|
|
57
|
-
opengeodeweb-viewer[gpu]==1.
|
|
57
|
+
opengeodeweb-viewer[gpu]==1.10.0
|
|
58
58
|
# via -r requirements_gpu.in
|
|
59
59
|
packaging==25.0
|
|
60
60
|
# via matplotlib
|
|
61
|
-
pillow==11.
|
|
61
|
+
pillow==11.3.0
|
|
62
62
|
# via matplotlib
|
|
63
|
+
propcache==0.3.2
|
|
64
|
+
# via
|
|
65
|
+
# aiohttp
|
|
66
|
+
# opengeodeweb-viewer
|
|
67
|
+
# yarl
|
|
63
68
|
pyparsing==3.2.3
|
|
64
69
|
# via matplotlib
|
|
65
70
|
python-dateutil==2.9.0.post0
|
|
66
71
|
# via matplotlib
|
|
67
|
-
python-dotenv==1.0.1
|
|
68
|
-
# via opengeodeweb-viewer
|
|
69
|
-
referencing==0.33.0
|
|
70
|
-
# via
|
|
71
|
-
# jsonschema
|
|
72
|
-
# jsonschema-specifications
|
|
73
|
-
# opengeodeweb-viewer
|
|
74
|
-
rpds-py==0.18.0
|
|
75
|
-
# via
|
|
76
|
-
# jsonschema
|
|
77
|
-
# opengeodeweb-viewer
|
|
78
|
-
# referencing
|
|
79
72
|
six==1.17.0
|
|
80
73
|
# via python-dateutil
|
|
74
|
+
typing-extensions==4.14.1
|
|
75
|
+
# via
|
|
76
|
+
# aiosignal
|
|
77
|
+
# multidict
|
|
78
|
+
# opengeodeweb-viewer
|
|
81
79
|
vtk==9.3.1
|
|
82
80
|
# via opengeodeweb-viewer
|
|
83
|
-
websocket-client==1.
|
|
81
|
+
websocket-client==1.8.0
|
|
84
82
|
# via opengeodeweb-viewer
|
|
85
83
|
wslink==1.12.4
|
|
86
84
|
# via opengeodeweb-viewer
|
|
87
|
-
yarl==1.
|
|
85
|
+
yarl==1.20.1
|
|
88
86
|
# via
|
|
89
87
|
# aiohttp
|
|
90
88
|
# opengeodeweb-viewer
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Vease-Viewer
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.13
|
|
4
4
|
Summary: Vease-Viewer is the viewer microservice of Vease
|
|
5
5
|
Author-email: Geode-solutions <team-web@geode-solutions.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
|
|
@@ -11,34 +11,33 @@ Classifier: Operating System :: OS Independent
|
|
|
11
11
|
Requires-Python: <3.13,>=3.9
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
|
-
Requires-Dist:
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist:
|
|
17
|
-
Requires-Dist:
|
|
14
|
+
Requires-Dist: aiohappyeyeballs==2.6.1
|
|
15
|
+
Requires-Dist: aiohttp==3.12.14
|
|
16
|
+
Requires-Dist: aiosignal==1.4.0
|
|
17
|
+
Requires-Dist: async-timeout==5.0.1
|
|
18
|
+
Requires-Dist: attrs==25.3.0
|
|
18
19
|
Requires-Dist: contourpy==1.3.2
|
|
19
20
|
Requires-Dist: cycler==0.12.1
|
|
20
|
-
Requires-Dist:
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist: jsonschema-specifications==2023.12.1
|
|
21
|
+
Requires-Dist: fastjsonschema==2.21.1
|
|
22
|
+
Requires-Dist: fonttools==4.59.0
|
|
23
|
+
Requires-Dist: frozenlist==1.7.0
|
|
24
|
+
Requires-Dist: idna==3.10
|
|
25
25
|
Requires-Dist: kiwisolver==1.4.8
|
|
26
26
|
Requires-Dist: matplotlib==3.10.3
|
|
27
|
-
Requires-Dist: multidict==6.
|
|
28
|
-
Requires-Dist: numpy==2.
|
|
29
|
-
Requires-Dist: opengeodeweb-viewer[gpu]==1.
|
|
27
|
+
Requires-Dist: multidict==6.6.3
|
|
28
|
+
Requires-Dist: numpy==2.2.6
|
|
29
|
+
Requires-Dist: opengeodeweb-viewer[gpu]==1.10.0
|
|
30
30
|
Requires-Dist: packaging==25.0
|
|
31
|
-
Requires-Dist: pillow==11.
|
|
31
|
+
Requires-Dist: pillow==11.3.0
|
|
32
|
+
Requires-Dist: propcache==0.3.2
|
|
32
33
|
Requires-Dist: pyparsing==3.2.3
|
|
33
34
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
34
|
-
Requires-Dist: python-dotenv==1.0.1
|
|
35
|
-
Requires-Dist: referencing==0.33.0
|
|
36
|
-
Requires-Dist: rpds-py==0.18.0
|
|
37
35
|
Requires-Dist: six==1.17.0
|
|
36
|
+
Requires-Dist: typing-extensions==4.14.1
|
|
38
37
|
Requires-Dist: vtk==9.3.1
|
|
39
|
-
Requires-Dist: websocket-client==1.
|
|
38
|
+
Requires-Dist: websocket-client==1.8.0
|
|
40
39
|
Requires-Dist: wslink==1.12.4
|
|
41
|
-
Requires-Dist: yarl==1.
|
|
40
|
+
Requires-Dist: yarl==1.20.1
|
|
42
41
|
Provides-Extra: gpu
|
|
43
42
|
Requires-Dist: vtk==9.*; extra == "gpu"
|
|
44
43
|
Dynamic: license-file
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
aiohappyeyeballs==2.6.1
|
|
2
|
+
aiohttp==3.12.14
|
|
3
|
+
aiosignal==1.4.0
|
|
4
|
+
async-timeout==5.0.1
|
|
5
|
+
attrs==25.3.0
|
|
6
|
+
contourpy==1.3.2
|
|
7
|
+
cycler==0.12.1
|
|
8
|
+
fastjsonschema==2.21.1
|
|
9
|
+
fonttools==4.59.0
|
|
10
|
+
frozenlist==1.7.0
|
|
11
|
+
idna==3.10
|
|
12
|
+
kiwisolver==1.4.8
|
|
13
|
+
matplotlib==3.10.3
|
|
14
|
+
multidict==6.6.3
|
|
15
|
+
numpy==2.2.6
|
|
16
|
+
opengeodeweb-viewer[gpu]==1.10.0
|
|
17
|
+
packaging==25.0
|
|
18
|
+
pillow==11.3.0
|
|
19
|
+
propcache==0.3.2
|
|
20
|
+
pyparsing==3.2.3
|
|
21
|
+
python-dateutil==2.9.0.post0
|
|
22
|
+
six==1.17.0
|
|
23
|
+
typing-extensions==4.14.1
|
|
24
|
+
vtk==9.3.1
|
|
25
|
+
websocket-client==1.8.0
|
|
26
|
+
wslink==1.12.4
|
|
27
|
+
yarl==1.20.1
|
|
28
|
+
|
|
29
|
+
[gpu]
|
|
30
|
+
vtk==9.*
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
aiohttp==3.9.3
|
|
2
|
-
aiosignal==1.3.1
|
|
3
|
-
async-timeout==4.0.3
|
|
4
|
-
attrs==23.2.0
|
|
5
|
-
contourpy==1.3.2
|
|
6
|
-
cycler==0.12.1
|
|
7
|
-
fonttools==4.58.4
|
|
8
|
-
frozenlist==1.4.1
|
|
9
|
-
idna==3.6
|
|
10
|
-
jsonschema==4.21.1
|
|
11
|
-
jsonschema-specifications==2023.12.1
|
|
12
|
-
kiwisolver==1.4.8
|
|
13
|
-
matplotlib==3.10.3
|
|
14
|
-
multidict==6.0.5
|
|
15
|
-
numpy==2.3.0
|
|
16
|
-
opengeodeweb-viewer[gpu]==1.9.1
|
|
17
|
-
packaging==25.0
|
|
18
|
-
pillow==11.2.1
|
|
19
|
-
pyparsing==3.2.3
|
|
20
|
-
python-dateutil==2.9.0.post0
|
|
21
|
-
python-dotenv==1.0.1
|
|
22
|
-
referencing==0.33.0
|
|
23
|
-
rpds-py==0.18.0
|
|
24
|
-
six==1.17.0
|
|
25
|
-
vtk==9.3.1
|
|
26
|
-
websocket-client==1.7.0
|
|
27
|
-
wslink==1.12.4
|
|
28
|
-
yarl==1.9.4
|
|
29
|
-
|
|
30
|
-
[gpu]
|
|
31
|
-
vtk==9.*
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vease_viewer-2.3.12rc1 → vease_viewer-2.3.13}/src/Vease_Viewer.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|