Vease-Viewer 2.3.14rc12__tar.gz → 2.3.14rc13__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.

Files changed (19) hide show
  1. vease_viewer-2.3.14rc13/PKG-INFO +45 -0
  2. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/pyproject.toml +1 -1
  3. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/requirements.txt +23 -23
  4. vease_viewer-2.3.14rc13/src/Vease_Viewer.egg-info/PKG-INFO +45 -0
  5. vease_viewer-2.3.14rc13/src/Vease_Viewer.egg-info/requires.txt +31 -0
  6. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/src/vease_viewer/rpc/protocols.py +5 -0
  7. vease_viewer-2.3.14rc12/PKG-INFO +0 -45
  8. vease_viewer-2.3.14rc12/src/Vease_Viewer.egg-info/PKG-INFO +0 -45
  9. vease_viewer-2.3.14rc12/src/Vease_Viewer.egg-info/requires.txt +0 -31
  10. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/LICENSE +0 -0
  11. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/README.md +0 -0
  12. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/setup.cfg +0 -0
  13. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
  14. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
  15. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
  16. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
  17. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/src/vease_viewer/app.py +0 -0
  18. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/src/vease_viewer/rpc/schemas/microservice_version.json +0 -0
  19. {vease_viewer-2.3.14rc12 → vease_viewer-2.3.14rc13}/tests/test_empty.py +0 -0
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: Vease-Viewer
3
+ Version: 2.3.14rc13
4
+ Summary: Vease-Viewer is the viewer microservice of Vease
5
+ Author-email: Geode-solutions <team-web@geode-solutions.com>
6
+ Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
7
+ Project-URL: Bug Tracker, https://github.com/Geode-solutions/Vease-Viewer/issues
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: <3.13,>=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: aiohappyeyeballs==2.*,>=2.6.1
15
+ Requires-Dist: aiohttp==3.*,>=3.12.15
16
+ Requires-Dist: aiosignal==1.*,>=1.4.0
17
+ Requires-Dist: attrs==25.*,>=25.3.0
18
+ Requires-Dist: blinker==1.*,>=1.9.0
19
+ Requires-Dist: click==8.*,>=8.3.0
20
+ Requires-Dist: fastjsonschema==2.*,>=2.21.1
21
+ Requires-Dist: flask==3.*,>=3.1.2
22
+ Requires-Dist: flask-sqlalchemy==3.*,>=3.1.1
23
+ Requires-Dist: frozenlist==1.*,>=1.7.0
24
+ Requires-Dist: greenlet==3.*,>=3.2.4
25
+ Requires-Dist: idna==3.10
26
+ Requires-Dist: itsdangerous==2.*,>=2.2.0
27
+ Requires-Dist: jinja2==3.*,>=3.1.6
28
+ Requires-Dist: markupsafe==3.*,>=3.0.2
29
+ Requires-Dist: multidict==6.*,>=6.6.4
30
+ Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
31
+ Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc8
32
+ Requires-Dist: propcache==0.*,>=0.3.2
33
+ Requires-Dist: sqlalchemy==2.*,>=2.0.43
34
+ Requires-Dist: typing-extensions==4.*,>=4.15.0
35
+ Requires-Dist: websocket-client==1.*,>=1.8.0
36
+ Requires-Dist: werkzeug==3.*,>=3.1.3
37
+ Requires-Dist: wslink==1.*,>=1.12.4
38
+ Requires-Dist: yarl==1.*,>=1.20.1
39
+ Provides-Extra: gpu
40
+ Requires-Dist: vtk==9.3.1; extra == "gpu"
41
+ Provides-Extra: cpu
42
+ Requires-Dist: vtk-osmesa==9.3.1; extra == "cpu"
43
+ Dynamic: license-file
44
+
45
+ # Vease-Viewer
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "Vease-Viewer"
7
- version = "2.3.14-rc.12"
7
+ version = "2.3.14-rc.13"
8
8
  dynamic = ["dependencies"]
9
9
  authors = [
10
10
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -2,53 +2,53 @@
2
2
  # This file is autogenerated by pip-compile with Python 3.12
3
3
  # by the following command:
4
4
  #
5
- # pip-compile --output-file=requirements.txt --pre requirements-internal.in requirements.in
5
+ # pip-compile --output-file=./requirements.txt --pre ./requirements-internal.in ./requirements.in
6
6
  #
7
- aiohappyeyeballs==2.6.1
7
+ aiohappyeyeballs==2.*,>=2.6.1
8
8
  # via
9
9
  # aiohttp
10
10
  # opengeodeweb-viewer
11
- aiohttp==3.12.15
11
+ aiohttp==3.*,>=3.12.15
12
12
  # via
13
13
  # opengeodeweb-viewer
14
14
  # wslink
15
- aiosignal==1.4.0
15
+ aiosignal==1.*,>=1.4.0
16
16
  # via
17
17
  # aiohttp
18
18
  # opengeodeweb-viewer
19
- attrs==25.3.0
19
+ attrs==25.*,>=25.3.0
20
20
  # via
21
21
  # aiohttp
22
22
  # opengeodeweb-viewer
23
- blinker==1.9.0
23
+ blinker==1.*,>=1.9.0
24
24
  # via
25
25
  # flask
26
26
  # opengeodeweb-microservice
27
27
  # opengeodeweb-viewer
28
- click==8.3.0
28
+ click==8.*,>=8.3.0
29
29
  # via
30
30
  # flask
31
31
  # opengeodeweb-microservice
32
32
  # opengeodeweb-viewer
33
- fastjsonschema==2.21.1
33
+ fastjsonschema==2.*,>=2.21.1
34
34
  # via
35
35
  # opengeodeweb-microservice
36
36
  # opengeodeweb-viewer
37
- flask==3.1.2
37
+ flask==3.*,>=3.1.2
38
38
  # via
39
39
  # flask-sqlalchemy
40
40
  # opengeodeweb-microservice
41
41
  # opengeodeweb-viewer
42
- flask-sqlalchemy==3.1.1
42
+ flask-sqlalchemy==3.*,>=3.1.1
43
43
  # via
44
44
  # opengeodeweb-microservice
45
45
  # opengeodeweb-viewer
46
- frozenlist==1.7.0
46
+ frozenlist==1.*,>=1.7.0
47
47
  # via
48
48
  # aiohttp
49
49
  # aiosignal
50
50
  # opengeodeweb-viewer
51
- greenlet==3.2.4
51
+ greenlet==3.*,>=3.2.4
52
52
  # via
53
53
  # opengeodeweb-microservice
54
54
  # opengeodeweb-viewer
@@ -57,24 +57,24 @@ idna==3.10
57
57
  # via
58
58
  # opengeodeweb-viewer
59
59
  # yarl
60
- itsdangerous==2.2.0
60
+ itsdangerous==2.*,>=2.2.0
61
61
  # via
62
62
  # flask
63
63
  # opengeodeweb-microservice
64
64
  # opengeodeweb-viewer
65
- jinja2==3.1.6
65
+ jinja2==3.*,>=3.1.6
66
66
  # via
67
67
  # flask
68
68
  # opengeodeweb-microservice
69
69
  # opengeodeweb-viewer
70
- markupsafe==3.0.2
70
+ markupsafe==3.*,>=3.0.2
71
71
  # via
72
72
  # flask
73
73
  # jinja2
74
74
  # opengeodeweb-microservice
75
75
  # opengeodeweb-viewer
76
76
  # werkzeug
77
- multidict==6.6.4
77
+ multidict==6.*,>=6.6.4
78
78
  # via
79
79
  # aiohttp
80
80
  # opengeodeweb-viewer
@@ -83,32 +83,32 @@ opengeodeweb-microservice==1.*,>=1.0.1rc1
83
83
  # via opengeodeweb-viewer
84
84
  opengeodeweb-viewer==1.*,>=1.11.0rc8
85
85
  # via -r requirements-internal.in
86
- propcache==0.3.2
86
+ propcache==0.*,>=0.3.2
87
87
  # via
88
88
  # aiohttp
89
89
  # opengeodeweb-viewer
90
90
  # yarl
91
- sqlalchemy==2.0.43
91
+ sqlalchemy==2.*,>=2.0.43
92
92
  # via
93
93
  # flask-sqlalchemy
94
94
  # opengeodeweb-microservice
95
95
  # opengeodeweb-viewer
96
- typing-extensions==4.15.0
96
+ typing-extensions==4.*,>=4.15.0
97
97
  # via
98
98
  # aiosignal
99
99
  # opengeodeweb-microservice
100
100
  # opengeodeweb-viewer
101
101
  # sqlalchemy
102
- websocket-client==1.8.0
102
+ websocket-client==1.*,>=1.8.0
103
103
  # via opengeodeweb-viewer
104
- werkzeug==3.1.3
104
+ werkzeug==3.*,>=3.1.3
105
105
  # via
106
106
  # flask
107
107
  # opengeodeweb-microservice
108
108
  # opengeodeweb-viewer
109
- wslink==1.12.4
109
+ wslink==1.*,>=1.12.4
110
110
  # via opengeodeweb-viewer
111
- yarl==1.20.1
111
+ yarl==1.*,>=1.20.1
112
112
  # via
113
113
  # aiohttp
114
114
  # opengeodeweb-viewer
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: Vease-Viewer
3
+ Version: 2.3.14rc13
4
+ Summary: Vease-Viewer is the viewer microservice of Vease
5
+ Author-email: Geode-solutions <team-web@geode-solutions.com>
6
+ Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
7
+ Project-URL: Bug Tracker, https://github.com/Geode-solutions/Vease-Viewer/issues
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: <3.13,>=3.9
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+ Requires-Dist: aiohappyeyeballs==2.*,>=2.6.1
15
+ Requires-Dist: aiohttp==3.*,>=3.12.15
16
+ Requires-Dist: aiosignal==1.*,>=1.4.0
17
+ Requires-Dist: attrs==25.*,>=25.3.0
18
+ Requires-Dist: blinker==1.*,>=1.9.0
19
+ Requires-Dist: click==8.*,>=8.3.0
20
+ Requires-Dist: fastjsonschema==2.*,>=2.21.1
21
+ Requires-Dist: flask==3.*,>=3.1.2
22
+ Requires-Dist: flask-sqlalchemy==3.*,>=3.1.1
23
+ Requires-Dist: frozenlist==1.*,>=1.7.0
24
+ Requires-Dist: greenlet==3.*,>=3.2.4
25
+ Requires-Dist: idna==3.10
26
+ Requires-Dist: itsdangerous==2.*,>=2.2.0
27
+ Requires-Dist: jinja2==3.*,>=3.1.6
28
+ Requires-Dist: markupsafe==3.*,>=3.0.2
29
+ Requires-Dist: multidict==6.*,>=6.6.4
30
+ Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
31
+ Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc8
32
+ Requires-Dist: propcache==0.*,>=0.3.2
33
+ Requires-Dist: sqlalchemy==2.*,>=2.0.43
34
+ Requires-Dist: typing-extensions==4.*,>=4.15.0
35
+ Requires-Dist: websocket-client==1.*,>=1.8.0
36
+ Requires-Dist: werkzeug==3.*,>=3.1.3
37
+ Requires-Dist: wslink==1.*,>=1.12.4
38
+ Requires-Dist: yarl==1.*,>=1.20.1
39
+ Provides-Extra: gpu
40
+ Requires-Dist: vtk==9.3.1; extra == "gpu"
41
+ Provides-Extra: cpu
42
+ Requires-Dist: vtk-osmesa==9.3.1; extra == "cpu"
43
+ Dynamic: license-file
44
+
45
+ # Vease-Viewer
@@ -0,0 +1,31 @@
1
+ aiohappyeyeballs==2.*,>=2.6.1
2
+ aiohttp==3.*,>=3.12.15
3
+ aiosignal==1.*,>=1.4.0
4
+ attrs==25.*,>=25.3.0
5
+ blinker==1.*,>=1.9.0
6
+ click==8.*,>=8.3.0
7
+ fastjsonschema==2.*,>=2.21.1
8
+ flask==3.*,>=3.1.2
9
+ flask-sqlalchemy==3.*,>=3.1.1
10
+ frozenlist==1.*,>=1.7.0
11
+ greenlet==3.*,>=3.2.4
12
+ idna==3.10
13
+ itsdangerous==2.*,>=2.2.0
14
+ jinja2==3.*,>=3.1.6
15
+ markupsafe==3.*,>=3.0.2
16
+ multidict==6.*,>=6.6.4
17
+ opengeodeweb-microservice==1.*,>=1.0.1rc1
18
+ opengeodeweb-viewer==1.*,>=1.11.0rc8
19
+ propcache==0.*,>=0.3.2
20
+ sqlalchemy==2.*,>=2.0.43
21
+ typing-extensions==4.*,>=4.15.0
22
+ websocket-client==1.*,>=1.8.0
23
+ werkzeug==3.*,>=3.1.3
24
+ wslink==1.*,>=1.12.4
25
+ yarl==1.*,>=1.20.1
26
+
27
+ [cpu]
28
+ vtk-osmesa==9.3.1
29
+
30
+ [gpu]
31
+ vtk==9.3.1
@@ -27,3 +27,8 @@ class VtkVeaseViewerView(vtk_protocols.vtkWebProtocol):
27
27
  validate_schema(params, self.schemas_dict["microservice_version"])
28
28
 
29
29
  return {"microservice_version": metadata.distribution("vease_viewer").version}
30
+
31
+ @exportRpc("kill")
32
+ def kill(self) -> None:
33
+ print("Manual viewer kill, shutting down...", flush=True)
34
+ os._exit(0)
@@ -1,45 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: Vease-Viewer
3
- Version: 2.3.14rc12
4
- Summary: Vease-Viewer is the viewer microservice of Vease
5
- Author-email: Geode-solutions <team-web@geode-solutions.com>
6
- Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
7
- Project-URL: Bug Tracker, https://github.com/Geode-solutions/Vease-Viewer/issues
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: <3.13,>=3.9
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Requires-Dist: aiohappyeyeballs==2.6.1
15
- Requires-Dist: aiohttp==3.12.15
16
- Requires-Dist: aiosignal==1.4.0
17
- Requires-Dist: attrs==25.3.0
18
- Requires-Dist: blinker==1.9.0
19
- Requires-Dist: click==8.3.0
20
- Requires-Dist: fastjsonschema==2.21.1
21
- Requires-Dist: flask==3.1.2
22
- Requires-Dist: flask-sqlalchemy==3.1.1
23
- Requires-Dist: frozenlist==1.7.0
24
- Requires-Dist: greenlet==3.2.4
25
- Requires-Dist: idna==3.10
26
- Requires-Dist: itsdangerous==2.2.0
27
- Requires-Dist: jinja2==3.1.6
28
- Requires-Dist: markupsafe==3.0.2
29
- Requires-Dist: multidict==6.6.4
30
- Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
31
- Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc8
32
- Requires-Dist: propcache==0.3.2
33
- Requires-Dist: sqlalchemy==2.0.43
34
- Requires-Dist: typing-extensions==4.15.0
35
- Requires-Dist: websocket-client==1.8.0
36
- Requires-Dist: werkzeug==3.1.3
37
- Requires-Dist: wslink==1.12.4
38
- Requires-Dist: yarl==1.20.1
39
- Provides-Extra: gpu
40
- Requires-Dist: vtk==9.3.1; extra == "gpu"
41
- Provides-Extra: cpu
42
- Requires-Dist: vtk-osmesa==9.3.1; extra == "cpu"
43
- Dynamic: license-file
44
-
45
- # Vease-Viewer
@@ -1,45 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: Vease-Viewer
3
- Version: 2.3.14rc12
4
- Summary: Vease-Viewer is the viewer microservice of Vease
5
- Author-email: Geode-solutions <team-web@geode-solutions.com>
6
- Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
7
- Project-URL: Bug Tracker, https://github.com/Geode-solutions/Vease-Viewer/issues
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Operating System :: OS Independent
11
- Requires-Python: <3.13,>=3.9
12
- Description-Content-Type: text/markdown
13
- License-File: LICENSE
14
- Requires-Dist: aiohappyeyeballs==2.6.1
15
- Requires-Dist: aiohttp==3.12.15
16
- Requires-Dist: aiosignal==1.4.0
17
- Requires-Dist: attrs==25.3.0
18
- Requires-Dist: blinker==1.9.0
19
- Requires-Dist: click==8.3.0
20
- Requires-Dist: fastjsonschema==2.21.1
21
- Requires-Dist: flask==3.1.2
22
- Requires-Dist: flask-sqlalchemy==3.1.1
23
- Requires-Dist: frozenlist==1.7.0
24
- Requires-Dist: greenlet==3.2.4
25
- Requires-Dist: idna==3.10
26
- Requires-Dist: itsdangerous==2.2.0
27
- Requires-Dist: jinja2==3.1.6
28
- Requires-Dist: markupsafe==3.0.2
29
- Requires-Dist: multidict==6.6.4
30
- Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
31
- Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc8
32
- Requires-Dist: propcache==0.3.2
33
- Requires-Dist: sqlalchemy==2.0.43
34
- Requires-Dist: typing-extensions==4.15.0
35
- Requires-Dist: websocket-client==1.8.0
36
- Requires-Dist: werkzeug==3.1.3
37
- Requires-Dist: wslink==1.12.4
38
- Requires-Dist: yarl==1.20.1
39
- Provides-Extra: gpu
40
- Requires-Dist: vtk==9.3.1; extra == "gpu"
41
- Provides-Extra: cpu
42
- Requires-Dist: vtk-osmesa==9.3.1; extra == "cpu"
43
- Dynamic: license-file
44
-
45
- # Vease-Viewer
@@ -1,31 +0,0 @@
1
- aiohappyeyeballs==2.6.1
2
- aiohttp==3.12.15
3
- aiosignal==1.4.0
4
- attrs==25.3.0
5
- blinker==1.9.0
6
- click==8.3.0
7
- fastjsonschema==2.21.1
8
- flask==3.1.2
9
- flask-sqlalchemy==3.1.1
10
- frozenlist==1.7.0
11
- greenlet==3.2.4
12
- idna==3.10
13
- itsdangerous==2.2.0
14
- jinja2==3.1.6
15
- markupsafe==3.0.2
16
- multidict==6.6.4
17
- opengeodeweb-microservice==1.*,>=1.0.1rc1
18
- opengeodeweb-viewer==1.*,>=1.11.0rc8
19
- propcache==0.3.2
20
- sqlalchemy==2.0.43
21
- typing-extensions==4.15.0
22
- websocket-client==1.8.0
23
- werkzeug==3.1.3
24
- wslink==1.12.4
25
- yarl==1.20.1
26
-
27
- [cpu]
28
- vtk-osmesa==9.3.1
29
-
30
- [gpu]
31
- vtk==9.3.1