Vease-Viewer 2.3.14rc11__py3-none-any.whl → 2.3.14rc13__py3-none-any.whl

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.

@@ -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)
@@ -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,9 @@
1
+ vease_viewer/app.py,sha256=8TGdMB4jhKmWWpoEJ6Lq9QyLd4D2H559YZwvA1AC2ZI,454
2
+ vease_viewer/rpc/protocols.py,sha256=pK_wKNdG_edG9nLRK8kGZs3OZb6N430Y_kuyeDlLfHQ,1090
3
+ vease_viewer/rpc/schemas/microservice_version.json,sha256=AjOLp1fuLNcP_4YpQIQRSSNDPznfTUkf6kbqBjIPo0o,126
4
+ vease_viewer-2.3.14rc13.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
5
+ vease_viewer-2.3.14rc13.dist-info/METADATA,sha256=prQCkKQLIlqnG_xBs-M84w_NSnpRVupQ5fjoBe_Fk5k,1729
6
+ vease_viewer-2.3.14rc13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ vease_viewer-2.3.14rc13.dist-info/entry_points.txt,sha256=n39U_EW4l0moq5yJ-yavxNP3WHf_L5AITJpez8H2TWg,61
8
+ vease_viewer-2.3.14rc13.dist-info/top_level.txt,sha256=ulf1U3rlf8f1kleu7P2T6vZIhVgwi5aS1_qgNaSwiwA,13
9
+ vease_viewer-2.3.14rc13.dist-info/RECORD,,
@@ -1,45 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: Vease-Viewer
3
- Version: 2.3.14rc11
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.0.0
31
- Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc7
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,9 +0,0 @@
1
- vease_viewer/app.py,sha256=8TGdMB4jhKmWWpoEJ6Lq9QyLd4D2H559YZwvA1AC2ZI,454
2
- vease_viewer/rpc/protocols.py,sha256=Wr4LT9s6cNrN4Ihm5QDuuAgtFckunnUj4GsjegD4SDI,952
3
- vease_viewer/rpc/schemas/microservice_version.json,sha256=AjOLp1fuLNcP_4YpQIQRSSNDPznfTUkf6kbqBjIPo0o,126
4
- vease_viewer-2.3.14rc11.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
5
- vease_viewer-2.3.14rc11.dist-info/METADATA,sha256=Ex2GLKP3BPCjmP8NjTdLHPgCrlhM7cDk36McX-Vn9_Y,1587
6
- vease_viewer-2.3.14rc11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- vease_viewer-2.3.14rc11.dist-info/entry_points.txt,sha256=n39U_EW4l0moq5yJ-yavxNP3WHf_L5AITJpez8H2TWg,61
8
- vease_viewer-2.3.14rc11.dist-info/top_level.txt,sha256=ulf1U3rlf8f1kleu7P2T6vZIhVgwi5aS1_qgNaSwiwA,13
9
- vease_viewer-2.3.14rc11.dist-info/RECORD,,