Vease-Viewer 2.3.14rc11__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.14rc11 → vease_viewer-2.3.14rc13}/pyproject.toml +1 -1
  3. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/requirements.txt +35 -26
  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.14rc11 → vease_viewer-2.3.14rc13}/src/vease_viewer/rpc/protocols.py +5 -0
  7. vease_viewer-2.3.14rc11/PKG-INFO +0 -45
  8. vease_viewer-2.3.14rc11/src/Vease_Viewer.egg-info/PKG-INFO +0 -45
  9. vease_viewer-2.3.14rc11/src/Vease_Viewer.egg-info/requires.txt +0 -31
  10. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/LICENSE +0 -0
  11. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/README.md +0 -0
  12. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/setup.cfg +0 -0
  13. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
  14. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
  15. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
  16. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
  17. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/src/vease_viewer/app.py +0 -0
  18. {vease_viewer-2.3.14rc11 → vease_viewer-2.3.14rc13}/src/vease_viewer/rpc/schemas/microservice_version.json +0 -0
  19. {vease_viewer-2.3.14rc11 → 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.11"
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,104 +2,113 @@
2
2
  # This file is autogenerated by pip-compile with Python 3.12
3
3
  # by the following command:
4
4
  #
5
- # pip-compile --pre 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
+ # opengeodeweb-microservice
26
27
  # opengeodeweb-viewer
27
- click==8.3.0
28
+ click==8.*,>=8.3.0
28
29
  # via
29
30
  # flask
31
+ # opengeodeweb-microservice
30
32
  # opengeodeweb-viewer
31
- fastjsonschema==2.21.1
33
+ fastjsonschema==2.*,>=2.21.1
32
34
  # via
33
35
  # opengeodeweb-microservice
34
36
  # opengeodeweb-viewer
35
- flask==3.1.2
37
+ flask==3.*,>=3.1.2
36
38
  # via
37
39
  # flask-sqlalchemy
40
+ # opengeodeweb-microservice
38
41
  # opengeodeweb-viewer
39
- flask-sqlalchemy==3.1.1
42
+ flask-sqlalchemy==3.*,>=3.1.1
40
43
  # via
41
44
  # opengeodeweb-microservice
42
45
  # opengeodeweb-viewer
43
- frozenlist==1.7.0
46
+ frozenlist==1.*,>=1.7.0
44
47
  # via
45
48
  # aiohttp
46
49
  # aiosignal
47
50
  # opengeodeweb-viewer
48
- greenlet==3.2.4
51
+ greenlet==3.*,>=3.2.4
49
52
  # via
53
+ # opengeodeweb-microservice
50
54
  # opengeodeweb-viewer
51
55
  # sqlalchemy
52
56
  idna==3.10
53
57
  # via
54
58
  # opengeodeweb-viewer
55
59
  # yarl
56
- itsdangerous==2.2.0
60
+ itsdangerous==2.*,>=2.2.0
57
61
  # via
58
62
  # flask
63
+ # opengeodeweb-microservice
59
64
  # opengeodeweb-viewer
60
- jinja2==3.1.6
65
+ jinja2==3.*,>=3.1.6
61
66
  # via
62
67
  # flask
68
+ # opengeodeweb-microservice
63
69
  # opengeodeweb-viewer
64
- markupsafe==3.0.2
70
+ markupsafe==3.*,>=3.0.2
65
71
  # via
66
72
  # flask
67
73
  # jinja2
74
+ # opengeodeweb-microservice
68
75
  # opengeodeweb-viewer
69
76
  # werkzeug
70
- multidict==6.6.4
77
+ multidict==6.*,>=6.6.4
71
78
  # via
72
79
  # aiohttp
73
80
  # opengeodeweb-viewer
74
81
  # yarl
75
- opengeodeweb-microservice==1.0.0
82
+ opengeodeweb-microservice==1.*,>=1.0.1rc1
76
83
  # via opengeodeweb-viewer
77
- opengeodeweb-viewer==1.*,>=1.11.0rc7
78
- # via -r requirements.in
79
- propcache==0.3.2
84
+ opengeodeweb-viewer==1.*,>=1.11.0rc8
85
+ # via -r requirements-internal.in
86
+ propcache==0.*,>=0.3.2
80
87
  # via
81
88
  # aiohttp
82
89
  # opengeodeweb-viewer
83
90
  # yarl
84
- sqlalchemy==2.0.43
91
+ sqlalchemy==2.*,>=2.0.43
85
92
  # via
86
93
  # flask-sqlalchemy
87
94
  # opengeodeweb-microservice
88
95
  # opengeodeweb-viewer
89
- typing-extensions==4.15.0
96
+ typing-extensions==4.*,>=4.15.0
90
97
  # via
91
98
  # aiosignal
99
+ # opengeodeweb-microservice
92
100
  # opengeodeweb-viewer
93
101
  # sqlalchemy
94
- websocket-client==1.8.0
102
+ websocket-client==1.*,>=1.8.0
95
103
  # via opengeodeweb-viewer
96
- werkzeug==3.1.3
104
+ werkzeug==3.*,>=3.1.3
97
105
  # via
98
106
  # flask
107
+ # opengeodeweb-microservice
99
108
  # opengeodeweb-viewer
100
- wslink==1.12.4
109
+ wslink==1.*,>=1.12.4
101
110
  # via opengeodeweb-viewer
102
- yarl==1.20.1
111
+ yarl==1.*,>=1.20.1
103
112
  # via
104
113
  # aiohttp
105
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.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,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,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.0.0
18
- opengeodeweb-viewer==1.*,>=1.11.0rc7
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