Vease-Viewer 2.3.13rc1__tar.gz → 2.3.14__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.

@@ -0,0 +1,53 @@
1
+ Metadata-Version: 2.4
2
+ Name: Vease-Viewer
3
+ Version: 2.3.14
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.0
15
+ Requires-Dist: aiohttp~=3.0
16
+ Requires-Dist: aiosignal~=1.0
17
+ Requires-Dist: attrs~=25.0
18
+ Requires-Dist: blinker~=1.0
19
+ Requires-Dist: click~=8.0
20
+ Requires-Dist: contourpy~=1.0
21
+ Requires-Dist: cycler~=0.0
22
+ Requires-Dist: fastjsonschema~=2.0
23
+ Requires-Dist: flask~=3.0
24
+ Requires-Dist: flask-sqlalchemy~=3.0
25
+ Requires-Dist: fonttools~=4.0
26
+ Requires-Dist: frozenlist~=1.0
27
+ Requires-Dist: greenlet~=3.0
28
+ Requires-Dist: idna~=3.0
29
+ Requires-Dist: itsdangerous~=2.0
30
+ Requires-Dist: jinja2~=3.0
31
+ Requires-Dist: kiwisolver~=1.0
32
+ Requires-Dist: markupsafe~=3.0
33
+ Requires-Dist: matplotlib~=3.0
34
+ Requires-Dist: multidict~=6.0
35
+ Requires-Dist: numpy~=2.0
36
+ Requires-Dist: opengeodeweb-microservice~=1.0
37
+ Requires-Dist: opengeodeweb-viewer~=1.0
38
+ Requires-Dist: packaging~=25.0
39
+ Requires-Dist: pillow~=11.0
40
+ Requires-Dist: propcache~=0.0
41
+ Requires-Dist: pyparsing~=3.0
42
+ Requires-Dist: python-dateutil==2.9.0.post0
43
+ Requires-Dist: six~=1.0
44
+ Requires-Dist: sqlalchemy~=2.0
45
+ Requires-Dist: typing-extensions~=4.0
46
+ Requires-Dist: vtk~=9.0
47
+ Requires-Dist: websocket-client~=1.0
48
+ Requires-Dist: werkzeug~=3.0
49
+ Requires-Dist: wslink~=1.0
50
+ Requires-Dist: yarl~=1.0
51
+ Dynamic: license-file
52
+
53
+ # Vease-Viewer
@@ -2,10 +2,9 @@
2
2
  requires = ["setuptools"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
-
6
5
  [project]
7
6
  name = "Vease-Viewer"
8
- version = "2.3.13-rc.1"
7
+ version = "2.3.14"
9
8
  dynamic = ["dependencies"]
10
9
  authors = [
11
10
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -19,9 +18,6 @@ classifiers = [
19
18
  "Operating System :: OS Independent",
20
19
  ]
21
20
 
22
- [project.optional-dependencies]
23
- gpu = ["vtk == 9.*"]
24
-
25
21
  [project.urls]
26
22
  "Homepage" = "https://github.com/Geode-solutions/Vease-Viewer"
27
23
  "Bug Tracker" = "https://github.com/Geode-solutions/Vease-Viewer/issues"
@@ -29,27 +25,11 @@ gpu = ["vtk == 9.*"]
29
25
  [project.scripts]
30
26
  vease-viewer = "vease_viewer.app:run_viewer"
31
27
 
32
-
33
28
  [tool.setuptools.dynamic]
34
- dependencies = {file = ["requirements_gpu.txt"]}
29
+ dependencies = {file = ["requirements.txt"]}
35
30
 
36
31
  [tool.setuptools.packages.find]
37
32
  where = ["src"]
38
33
 
39
34
  [tool.setuptools.package-data]
40
35
  "vease_viewer.rpc.schemas" = ["*.json"]
41
-
42
- [tool.semantic_release]
43
- version_toml = [
44
- "pyproject.toml:project.version",
45
- ]
46
-
47
- [tool.semantic_release.remote.token]
48
- env = "GH_TOKEN"
49
-
50
- [tool.semantic_release.branches.master]
51
- match = "master"
52
-
53
- [tool.semantic_release.branches.next]
54
- match = "next"
55
- prerelease = true
@@ -0,0 +1,161 @@
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
+ # by the following command:
4
+ #
5
+ # pip-compile --output-file=./requirements.txt ./requirements-internal.in ./requirements.in
6
+ #
7
+ aiohappyeyeballs~=2.0
8
+ # via
9
+ # aiohttp
10
+ # opengeodeweb-viewer
11
+ aiohttp~=3.0
12
+ # via
13
+ # opengeodeweb-viewer
14
+ # wslink
15
+ aiosignal~=1.0
16
+ # via
17
+ # aiohttp
18
+ # opengeodeweb-viewer
19
+ attrs~=25.0
20
+ # via
21
+ # aiohttp
22
+ # opengeodeweb-viewer
23
+ blinker~=1.0
24
+ # via
25
+ # flask
26
+ # opengeodeweb-microservice
27
+ # opengeodeweb-viewer
28
+ click~=8.0
29
+ # via
30
+ # flask
31
+ # opengeodeweb-microservice
32
+ # opengeodeweb-viewer
33
+ contourpy~=1.0
34
+ # via
35
+ # matplotlib
36
+ # opengeodeweb-viewer
37
+ cycler~=0.0
38
+ # via
39
+ # matplotlib
40
+ # opengeodeweb-viewer
41
+ fastjsonschema~=2.0
42
+ # via
43
+ # opengeodeweb-microservice
44
+ # opengeodeweb-viewer
45
+ flask~=3.0
46
+ # via
47
+ # flask-sqlalchemy
48
+ # opengeodeweb-microservice
49
+ # opengeodeweb-viewer
50
+ flask-sqlalchemy~=3.0
51
+ # via
52
+ # opengeodeweb-microservice
53
+ # opengeodeweb-viewer
54
+ fonttools~=4.0
55
+ # via
56
+ # matplotlib
57
+ # opengeodeweb-viewer
58
+ frozenlist~=1.0
59
+ # via
60
+ # aiohttp
61
+ # aiosignal
62
+ # opengeodeweb-viewer
63
+ greenlet~=3.0
64
+ # via
65
+ # opengeodeweb-microservice
66
+ # opengeodeweb-viewer
67
+ # sqlalchemy
68
+ idna~=3.0
69
+ # via
70
+ # opengeodeweb-viewer
71
+ # yarl
72
+ itsdangerous~=2.0
73
+ # via
74
+ # flask
75
+ # opengeodeweb-microservice
76
+ # opengeodeweb-viewer
77
+ jinja2~=3.0
78
+ # via
79
+ # flask
80
+ # opengeodeweb-microservice
81
+ # opengeodeweb-viewer
82
+ kiwisolver~=1.0
83
+ # via
84
+ # matplotlib
85
+ # opengeodeweb-viewer
86
+ markupsafe~=3.0
87
+ # via
88
+ # flask
89
+ # jinja2
90
+ # opengeodeweb-microservice
91
+ # opengeodeweb-viewer
92
+ # werkzeug
93
+ matplotlib~=3.0
94
+ # via
95
+ # opengeodeweb-viewer
96
+ # vtk
97
+ multidict~=6.0
98
+ # via
99
+ # aiohttp
100
+ # opengeodeweb-viewer
101
+ # yarl
102
+ numpy~=2.0
103
+ # via
104
+ # contourpy
105
+ # matplotlib
106
+ # opengeodeweb-viewer
107
+ opengeodeweb-microservice~=1.0
108
+ # via opengeodeweb-viewer
109
+ opengeodeweb-viewer~=1.0
110
+ # via -r requirements-internal.in
111
+ packaging~=25.0
112
+ # via
113
+ # matplotlib
114
+ # opengeodeweb-viewer
115
+ pillow~=11.0
116
+ # via
117
+ # matplotlib
118
+ # opengeodeweb-viewer
119
+ propcache~=0.0
120
+ # via
121
+ # aiohttp
122
+ # opengeodeweb-viewer
123
+ # yarl
124
+ pyparsing~=3.0
125
+ # via
126
+ # matplotlib
127
+ # opengeodeweb-viewer
128
+ python-dateutil==2.9.0.post0
129
+ # via
130
+ # matplotlib
131
+ # opengeodeweb-viewer
132
+ six~=1.0
133
+ # via
134
+ # opengeodeweb-viewer
135
+ # python-dateutil
136
+ sqlalchemy~=2.0
137
+ # via
138
+ # flask-sqlalchemy
139
+ # opengeodeweb-microservice
140
+ # opengeodeweb-viewer
141
+ typing-extensions~=4.0
142
+ # via
143
+ # aiosignal
144
+ # opengeodeweb-microservice
145
+ # opengeodeweb-viewer
146
+ # sqlalchemy
147
+ vtk~=9.0
148
+ # via opengeodeweb-viewer
149
+ websocket-client~=1.0
150
+ # via opengeodeweb-viewer
151
+ werkzeug~=3.0
152
+ # via
153
+ # flask
154
+ # opengeodeweb-microservice
155
+ # opengeodeweb-viewer
156
+ wslink~=1.0
157
+ # via opengeodeweb-viewer
158
+ yarl~=1.0
159
+ # via
160
+ # aiohttp
161
+ # opengeodeweb-viewer
@@ -0,0 +1,53 @@
1
+ Metadata-Version: 2.4
2
+ Name: Vease-Viewer
3
+ Version: 2.3.14
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.0
15
+ Requires-Dist: aiohttp~=3.0
16
+ Requires-Dist: aiosignal~=1.0
17
+ Requires-Dist: attrs~=25.0
18
+ Requires-Dist: blinker~=1.0
19
+ Requires-Dist: click~=8.0
20
+ Requires-Dist: contourpy~=1.0
21
+ Requires-Dist: cycler~=0.0
22
+ Requires-Dist: fastjsonschema~=2.0
23
+ Requires-Dist: flask~=3.0
24
+ Requires-Dist: flask-sqlalchemy~=3.0
25
+ Requires-Dist: fonttools~=4.0
26
+ Requires-Dist: frozenlist~=1.0
27
+ Requires-Dist: greenlet~=3.0
28
+ Requires-Dist: idna~=3.0
29
+ Requires-Dist: itsdangerous~=2.0
30
+ Requires-Dist: jinja2~=3.0
31
+ Requires-Dist: kiwisolver~=1.0
32
+ Requires-Dist: markupsafe~=3.0
33
+ Requires-Dist: matplotlib~=3.0
34
+ Requires-Dist: multidict~=6.0
35
+ Requires-Dist: numpy~=2.0
36
+ Requires-Dist: opengeodeweb-microservice~=1.0
37
+ Requires-Dist: opengeodeweb-viewer~=1.0
38
+ Requires-Dist: packaging~=25.0
39
+ Requires-Dist: pillow~=11.0
40
+ Requires-Dist: propcache~=0.0
41
+ Requires-Dist: pyparsing~=3.0
42
+ Requires-Dist: python-dateutil==2.9.0.post0
43
+ Requires-Dist: six~=1.0
44
+ Requires-Dist: sqlalchemy~=2.0
45
+ Requires-Dist: typing-extensions~=4.0
46
+ Requires-Dist: vtk~=9.0
47
+ Requires-Dist: websocket-client~=1.0
48
+ Requires-Dist: werkzeug~=3.0
49
+ Requires-Dist: wslink~=1.0
50
+ Requires-Dist: yarl~=1.0
51
+ Dynamic: license-file
52
+
53
+ # Vease-Viewer
@@ -1,7 +1,7 @@
1
1
  LICENSE
2
2
  README.md
3
3
  pyproject.toml
4
- requirements_gpu.txt
4
+ requirements.txt
5
5
  src/Vease_Viewer.egg-info/PKG-INFO
6
6
  src/Vease_Viewer.egg-info/SOURCES.txt
7
7
  src/Vease_Viewer.egg-info/dependency_links.txt
@@ -10,4 +10,5 @@ src/Vease_Viewer.egg-info/requires.txt
10
10
  src/Vease_Viewer.egg-info/top_level.txt
11
11
  src/vease_viewer/app.py
12
12
  src/vease_viewer/rpc/protocols.py
13
- src/vease_viewer/rpc/schemas/microservice_version.json
13
+ src/vease_viewer/rpc/schemas/microservice_version.json
14
+ tests/test_empty.py
@@ -0,0 +1,37 @@
1
+ aiohappyeyeballs~=2.0
2
+ aiohttp~=3.0
3
+ aiosignal~=1.0
4
+ attrs~=25.0
5
+ blinker~=1.0
6
+ click~=8.0
7
+ contourpy~=1.0
8
+ cycler~=0.0
9
+ fastjsonschema~=2.0
10
+ flask~=3.0
11
+ flask-sqlalchemy~=3.0
12
+ fonttools~=4.0
13
+ frozenlist~=1.0
14
+ greenlet~=3.0
15
+ idna~=3.0
16
+ itsdangerous~=2.0
17
+ jinja2~=3.0
18
+ kiwisolver~=1.0
19
+ markupsafe~=3.0
20
+ matplotlib~=3.0
21
+ multidict~=6.0
22
+ numpy~=2.0
23
+ opengeodeweb-microservice~=1.0
24
+ opengeodeweb-viewer~=1.0
25
+ packaging~=25.0
26
+ pillow~=11.0
27
+ propcache~=0.0
28
+ pyparsing~=3.0
29
+ python-dateutil==2.9.0.post0
30
+ six~=1.0
31
+ sqlalchemy~=2.0
32
+ typing-extensions~=4.0
33
+ vtk~=9.0
34
+ websocket-client~=1.0
35
+ werkzeug~=3.0
36
+ wslink~=1.0
37
+ yarl~=1.0
@@ -6,14 +6,16 @@ from opengeodeweb_viewer.vtkw_server import _Server, run_server
6
6
  # Local application imports
7
7
  from vease_viewer.rpc.protocols import VtkVeaseViewerView
8
8
 
9
+
9
10
  class VeaseViewerServer(_Server):
10
11
  def initialize(self):
11
12
  _Server.initialize(self)
12
13
  self.registerVtkWebProtocol(VtkVeaseViewerView())
13
-
14
+
14
15
 
15
16
  def run_viewer():
16
17
  run_server(VeaseViewerServer)
17
18
 
19
+
18
20
  if __name__ == "__main__":
19
21
  run_viewer()
@@ -9,6 +9,7 @@ from wslink import register as exportRpc
9
9
 
10
10
  # Local application imports
11
11
 
12
+
12
13
  class VtkVeaseViewerView(vtk_protocols.vtkWebProtocol):
13
14
  prefix = "vease_viewer."
14
15
  schemas_dict = get_schemas_dict(os.path.join(os.path.dirname(__file__), "schemas"))
@@ -18,7 +19,16 @@ class VtkVeaseViewerView(vtk_protocols.vtkWebProtocol):
18
19
 
19
20
  @exportRpc(prefix + schemas_dict["microservice_version"]["rpc"])
20
21
  def microservice_version(self, params):
21
- print(self.prefix + self.schemas_dict["microservice_version"]["rpc"], f"{params=}", flush=True)
22
+ print(
23
+ self.prefix + self.schemas_dict["microservice_version"]["rpc"],
24
+ f"{params=}",
25
+ flush=True,
26
+ )
22
27
  validate_schema(params, self.schemas_dict["microservice_version"])
23
28
 
24
- return {"microservice_version": metadata.distribution("vease_viewer").version}
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,2 @@
1
+ def test_placeholder():
2
+ assert True # Placeholder for actual test cases
@@ -1,45 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: Vease-Viewer
3
- Version: 2.3.13rc1
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.14
16
- Requires-Dist: aiosignal==1.4.0
17
- Requires-Dist: async-timeout==5.0.1
18
- Requires-Dist: attrs==25.3.0
19
- Requires-Dist: contourpy==1.3.2
20
- Requires-Dist: cycler==0.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
- Requires-Dist: kiwisolver==1.4.8
26
- Requires-Dist: matplotlib==3.10.3
27
- Requires-Dist: multidict==6.6.3
28
- Requires-Dist: numpy==2.2.6
29
- Requires-Dist: opengeodeweb-viewer[gpu]==1.10.0
30
- Requires-Dist: packaging==25.0
31
- Requires-Dist: pillow==11.3.0
32
- Requires-Dist: propcache==0.3.2
33
- Requires-Dist: pyparsing==3.2.3
34
- Requires-Dist: python-dateutil==2.9.0.post0
35
- Requires-Dist: six==1.17.0
36
- Requires-Dist: typing-extensions==4.14.1
37
- Requires-Dist: vtk==9.3.1
38
- Requires-Dist: websocket-client==1.8.0
39
- Requires-Dist: wslink==1.12.4
40
- Requires-Dist: yarl==1.20.1
41
- Provides-Extra: gpu
42
- Requires-Dist: vtk==9.*; extra == "gpu"
43
- Dynamic: license-file
44
-
45
- # Vease-Viewer
@@ -1,88 +0,0 @@
1
- #
2
- # This file is autogenerated by pip-compile with Python 3.10
3
- # by the following command:
4
- #
5
- # pip-compile requirements_gpu.in
6
- #
7
- aiohappyeyeballs==2.6.1
8
- # via
9
- # aiohttp
10
- # opengeodeweb-viewer
11
- aiohttp==3.12.14
12
- # via
13
- # opengeodeweb-viewer
14
- # wslink
15
- aiosignal==1.4.0
16
- # via
17
- # aiohttp
18
- # opengeodeweb-viewer
19
- async-timeout==5.0.1
20
- # via
21
- # aiohttp
22
- # opengeodeweb-viewer
23
- attrs==25.3.0
24
- # via
25
- # aiohttp
26
- # opengeodeweb-viewer
27
- contourpy==1.3.2
28
- # via matplotlib
29
- cycler==0.12.1
30
- # via matplotlib
31
- fastjsonschema==2.21.1
32
- # via opengeodeweb-viewer
33
- fonttools==4.59.0
34
- # via matplotlib
35
- frozenlist==1.7.0
36
- # via
37
- # aiohttp
38
- # aiosignal
39
- # opengeodeweb-viewer
40
- idna==3.10
41
- # via
42
- # opengeodeweb-viewer
43
- # yarl
44
- kiwisolver==1.4.8
45
- # via matplotlib
46
- matplotlib==3.10.3
47
- # via vtk
48
- multidict==6.6.3
49
- # via
50
- # aiohttp
51
- # opengeodeweb-viewer
52
- # yarl
53
- numpy==2.2.6
54
- # via
55
- # contourpy
56
- # matplotlib
57
- opengeodeweb-viewer[gpu]==1.10.0
58
- # via -r requirements_gpu.in
59
- packaging==25.0
60
- # via matplotlib
61
- pillow==11.3.0
62
- # via matplotlib
63
- propcache==0.3.2
64
- # via
65
- # aiohttp
66
- # opengeodeweb-viewer
67
- # yarl
68
- pyparsing==3.2.3
69
- # via matplotlib
70
- python-dateutil==2.9.0.post0
71
- # via matplotlib
72
- six==1.17.0
73
- # via python-dateutil
74
- typing-extensions==4.14.1
75
- # via
76
- # aiosignal
77
- # multidict
78
- # opengeodeweb-viewer
79
- vtk==9.3.1
80
- # via opengeodeweb-viewer
81
- websocket-client==1.8.0
82
- # via opengeodeweb-viewer
83
- wslink==1.12.4
84
- # via opengeodeweb-viewer
85
- yarl==1.20.1
86
- # via
87
- # aiohttp
88
- # opengeodeweb-viewer
@@ -1,45 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: Vease-Viewer
3
- Version: 2.3.13rc1
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.14
16
- Requires-Dist: aiosignal==1.4.0
17
- Requires-Dist: async-timeout==5.0.1
18
- Requires-Dist: attrs==25.3.0
19
- Requires-Dist: contourpy==1.3.2
20
- Requires-Dist: cycler==0.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
- Requires-Dist: kiwisolver==1.4.8
26
- Requires-Dist: matplotlib==3.10.3
27
- Requires-Dist: multidict==6.6.3
28
- Requires-Dist: numpy==2.2.6
29
- Requires-Dist: opengeodeweb-viewer[gpu]==1.10.0
30
- Requires-Dist: packaging==25.0
31
- Requires-Dist: pillow==11.3.0
32
- Requires-Dist: propcache==0.3.2
33
- Requires-Dist: pyparsing==3.2.3
34
- Requires-Dist: python-dateutil==2.9.0.post0
35
- Requires-Dist: six==1.17.0
36
- Requires-Dist: typing-extensions==4.14.1
37
- Requires-Dist: vtk==9.3.1
38
- Requires-Dist: websocket-client==1.8.0
39
- Requires-Dist: wslink==1.12.4
40
- Requires-Dist: yarl==1.20.1
41
- Provides-Extra: gpu
42
- Requires-Dist: vtk==9.*; extra == "gpu"
43
- Dynamic: license-file
44
-
45
- # Vease-Viewer
@@ -1,30 +0,0 @@
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.*
File without changes