Vease-Viewer 2.3.14rc13__tar.gz → 2.3.14rc15__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.14rc15/PKG-INFO +53 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/pyproject.toml +1 -6
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/requirements.txt +71 -24
- vease_viewer-2.3.14rc15/src/Vease_Viewer.egg-info/PKG-INFO +53 -0
- vease_viewer-2.3.14rc15/src/Vease_Viewer.egg-info/requires.txt +37 -0
- vease_viewer-2.3.14rc13/PKG-INFO +0 -45
- vease_viewer-2.3.14rc13/src/Vease_Viewer.egg-info/PKG-INFO +0 -45
- vease_viewer-2.3.14rc13/src/Vease_Viewer.egg-info/requires.txt +0 -31
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/LICENSE +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/README.md +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/setup.cfg +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/src/vease_viewer/app.py +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/src/vease_viewer/rpc/protocols.py +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/src/vease_viewer/rpc/schemas/microservice_version.json +0 -0
- {vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/tests/test_empty.py +0 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Vease-Viewer
|
|
3
|
+
Version: 2.3.14rc15
|
|
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.*
|
|
15
|
+
Requires-Dist: aiohttp==3.*
|
|
16
|
+
Requires-Dist: aiosignal==1.*
|
|
17
|
+
Requires-Dist: attrs==25.*
|
|
18
|
+
Requires-Dist: blinker==1.*
|
|
19
|
+
Requires-Dist: click==8.*
|
|
20
|
+
Requires-Dist: contourpy==1.*
|
|
21
|
+
Requires-Dist: cycler==0.*
|
|
22
|
+
Requires-Dist: fastjsonschema==2.*
|
|
23
|
+
Requires-Dist: flask==3.*
|
|
24
|
+
Requires-Dist: flask-sqlalchemy==3.*
|
|
25
|
+
Requires-Dist: fonttools==4.*
|
|
26
|
+
Requires-Dist: frozenlist==1.*
|
|
27
|
+
Requires-Dist: greenlet==3.*
|
|
28
|
+
Requires-Dist: idna==3.10
|
|
29
|
+
Requires-Dist: itsdangerous==2.*
|
|
30
|
+
Requires-Dist: jinja2==3.*
|
|
31
|
+
Requires-Dist: kiwisolver==1.4.10rc0
|
|
32
|
+
Requires-Dist: markupsafe==3.*
|
|
33
|
+
Requires-Dist: matplotlib==3.*
|
|
34
|
+
Requires-Dist: multidict==6.*
|
|
35
|
+
Requires-Dist: numpy==2.*
|
|
36
|
+
Requires-Dist: opengeodeweb-microservice==1.0.1rc2
|
|
37
|
+
Requires-Dist: opengeodeweb-viewer==1.11.0rc10
|
|
38
|
+
Requires-Dist: packaging==25.0
|
|
39
|
+
Requires-Dist: pillow==11.*
|
|
40
|
+
Requires-Dist: propcache==0.*
|
|
41
|
+
Requires-Dist: pyparsing==3.3.0a1
|
|
42
|
+
Requires-Dist: python-dateutil==2.9.0.post0
|
|
43
|
+
Requires-Dist: six==1.*
|
|
44
|
+
Requires-Dist: sqlalchemy==2.*
|
|
45
|
+
Requires-Dist: typing-extensions==4.*
|
|
46
|
+
Requires-Dist: vtk==9.*
|
|
47
|
+
Requires-Dist: websocket-client==1.*
|
|
48
|
+
Requires-Dist: werkzeug==3.*
|
|
49
|
+
Requires-Dist: wslink==1.*
|
|
50
|
+
Requires-Dist: yarl==1.*
|
|
51
|
+
Dynamic: license-file
|
|
52
|
+
|
|
53
|
+
# 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.
|
|
7
|
+
version = "2.3.14-rc.15"
|
|
8
8
|
dynamic = ["dependencies"]
|
|
9
9
|
authors = [
|
|
10
10
|
{ name="Geode-solutions", email="team-web@geode-solutions.com" },
|
|
@@ -18,10 +18,6 @@ classifiers = [
|
|
|
18
18
|
"Operating System :: OS Independent",
|
|
19
19
|
]
|
|
20
20
|
|
|
21
|
-
[project.optional-dependencies]
|
|
22
|
-
gpu = ["vtk == 9.3.1"]
|
|
23
|
-
cpu = ["vtk-osmesa == 9.3.1"]
|
|
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,7 +25,6 @@ cpu = ["vtk-osmesa == 9.3.1"]
|
|
|
29
25
|
[project.scripts]
|
|
30
26
|
vease-viewer = "vease_viewer.app:run_viewer"
|
|
31
27
|
|
|
32
|
-
|
|
33
28
|
[tool.setuptools.dynamic]
|
|
34
29
|
dependencies = {file = ["requirements.txt"]}
|
|
35
30
|
|
|
@@ -4,51 +4,63 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --output-file=./requirements.txt --pre ./requirements-internal.in ./requirements.in
|
|
6
6
|
#
|
|
7
|
-
aiohappyeyeballs==2
|
|
7
|
+
aiohappyeyeballs==2.*
|
|
8
8
|
# via
|
|
9
9
|
# aiohttp
|
|
10
10
|
# opengeodeweb-viewer
|
|
11
|
-
aiohttp==3
|
|
11
|
+
aiohttp==3.*
|
|
12
12
|
# via
|
|
13
13
|
# opengeodeweb-viewer
|
|
14
14
|
# wslink
|
|
15
|
-
aiosignal==1
|
|
15
|
+
aiosignal==1.*
|
|
16
16
|
# via
|
|
17
17
|
# aiohttp
|
|
18
18
|
# opengeodeweb-viewer
|
|
19
|
-
attrs==25
|
|
19
|
+
attrs==25.*
|
|
20
20
|
# via
|
|
21
21
|
# aiohttp
|
|
22
22
|
# opengeodeweb-viewer
|
|
23
|
-
blinker==1
|
|
23
|
+
blinker==1.*
|
|
24
24
|
# via
|
|
25
25
|
# flask
|
|
26
26
|
# opengeodeweb-microservice
|
|
27
27
|
# opengeodeweb-viewer
|
|
28
|
-
click==8
|
|
28
|
+
click==8.*
|
|
29
29
|
# via
|
|
30
30
|
# flask
|
|
31
31
|
# opengeodeweb-microservice
|
|
32
32
|
# opengeodeweb-viewer
|
|
33
|
-
|
|
33
|
+
contourpy==1.*
|
|
34
|
+
# via
|
|
35
|
+
# matplotlib
|
|
36
|
+
# opengeodeweb-viewer
|
|
37
|
+
cycler==0.*
|
|
38
|
+
# via
|
|
39
|
+
# matplotlib
|
|
40
|
+
# opengeodeweb-viewer
|
|
41
|
+
fastjsonschema==2.*
|
|
34
42
|
# via
|
|
35
43
|
# opengeodeweb-microservice
|
|
36
44
|
# opengeodeweb-viewer
|
|
37
|
-
flask==3
|
|
45
|
+
flask==3.*
|
|
38
46
|
# via
|
|
39
47
|
# flask-sqlalchemy
|
|
40
48
|
# opengeodeweb-microservice
|
|
41
49
|
# opengeodeweb-viewer
|
|
42
|
-
flask-sqlalchemy==3
|
|
50
|
+
flask-sqlalchemy==3.*
|
|
43
51
|
# via
|
|
44
52
|
# opengeodeweb-microservice
|
|
45
53
|
# opengeodeweb-viewer
|
|
46
|
-
|
|
54
|
+
fonttools==4.*
|
|
55
|
+
# via
|
|
56
|
+
# matplotlib
|
|
57
|
+
# opengeodeweb-viewer
|
|
58
|
+
frozenlist==1.*
|
|
47
59
|
# via
|
|
48
60
|
# aiohttp
|
|
49
61
|
# aiosignal
|
|
50
62
|
# opengeodeweb-viewer
|
|
51
|
-
greenlet==3
|
|
63
|
+
greenlet==3.*
|
|
52
64
|
# via
|
|
53
65
|
# opengeodeweb-microservice
|
|
54
66
|
# opengeodeweb-viewer
|
|
@@ -57,58 +69,93 @@ idna==3.10
|
|
|
57
69
|
# via
|
|
58
70
|
# opengeodeweb-viewer
|
|
59
71
|
# yarl
|
|
60
|
-
itsdangerous==2
|
|
72
|
+
itsdangerous==2.*
|
|
61
73
|
# via
|
|
62
74
|
# flask
|
|
63
75
|
# opengeodeweb-microservice
|
|
64
76
|
# opengeodeweb-viewer
|
|
65
|
-
jinja2==3
|
|
77
|
+
jinja2==3.*
|
|
66
78
|
# via
|
|
67
79
|
# flask
|
|
68
80
|
# opengeodeweb-microservice
|
|
69
81
|
# opengeodeweb-viewer
|
|
70
|
-
|
|
82
|
+
kiwisolver==1.4.10rc0
|
|
83
|
+
# via
|
|
84
|
+
# matplotlib
|
|
85
|
+
# opengeodeweb-viewer
|
|
86
|
+
markupsafe==3.*
|
|
71
87
|
# via
|
|
72
88
|
# flask
|
|
73
89
|
# jinja2
|
|
74
90
|
# opengeodeweb-microservice
|
|
75
91
|
# opengeodeweb-viewer
|
|
76
92
|
# werkzeug
|
|
77
|
-
|
|
93
|
+
matplotlib==3.*
|
|
94
|
+
# via
|
|
95
|
+
# opengeodeweb-viewer
|
|
96
|
+
# vtk
|
|
97
|
+
multidict==6.*
|
|
78
98
|
# via
|
|
79
99
|
# aiohttp
|
|
80
100
|
# opengeodeweb-viewer
|
|
81
101
|
# yarl
|
|
82
|
-
|
|
102
|
+
numpy==2.*
|
|
103
|
+
# via
|
|
104
|
+
# contourpy
|
|
105
|
+
# matplotlib
|
|
106
|
+
# opengeodeweb-viewer
|
|
107
|
+
opengeodeweb-microservice==1.0.1rc2
|
|
83
108
|
# via opengeodeweb-viewer
|
|
84
|
-
opengeodeweb-viewer==1
|
|
109
|
+
opengeodeweb-viewer==1.11.0rc10
|
|
85
110
|
# via -r requirements-internal.in
|
|
86
|
-
|
|
111
|
+
packaging==25.0
|
|
112
|
+
# via
|
|
113
|
+
# matplotlib
|
|
114
|
+
# opengeodeweb-viewer
|
|
115
|
+
pillow==11.*
|
|
116
|
+
# via
|
|
117
|
+
# matplotlib
|
|
118
|
+
# opengeodeweb-viewer
|
|
119
|
+
propcache==0.*
|
|
87
120
|
# via
|
|
88
121
|
# aiohttp
|
|
89
122
|
# opengeodeweb-viewer
|
|
90
123
|
# yarl
|
|
91
|
-
|
|
124
|
+
pyparsing==3.3.0a1
|
|
125
|
+
# via
|
|
126
|
+
# matplotlib
|
|
127
|
+
# opengeodeweb-viewer
|
|
128
|
+
python-dateutil==2.9.0.post0
|
|
129
|
+
# via
|
|
130
|
+
# matplotlib
|
|
131
|
+
# opengeodeweb-viewer
|
|
132
|
+
six==1.*
|
|
133
|
+
# via
|
|
134
|
+
# opengeodeweb-viewer
|
|
135
|
+
# python-dateutil
|
|
136
|
+
sqlalchemy==2.*
|
|
92
137
|
# via
|
|
93
138
|
# flask-sqlalchemy
|
|
94
139
|
# opengeodeweb-microservice
|
|
95
140
|
# opengeodeweb-viewer
|
|
96
|
-
typing-extensions==4
|
|
141
|
+
typing-extensions==4.*
|
|
97
142
|
# via
|
|
98
143
|
# aiosignal
|
|
99
144
|
# opengeodeweb-microservice
|
|
100
145
|
# opengeodeweb-viewer
|
|
101
146
|
# sqlalchemy
|
|
102
|
-
|
|
147
|
+
vtk==9.*
|
|
148
|
+
# via opengeodeweb-viewer
|
|
149
|
+
websocket-client==1.*
|
|
103
150
|
# via opengeodeweb-viewer
|
|
104
|
-
werkzeug==3
|
|
151
|
+
werkzeug==3.*
|
|
105
152
|
# via
|
|
106
153
|
# flask
|
|
107
154
|
# opengeodeweb-microservice
|
|
108
155
|
# opengeodeweb-viewer
|
|
109
|
-
wslink==1
|
|
156
|
+
wslink==1.*
|
|
110
157
|
# via opengeodeweb-viewer
|
|
111
|
-
yarl==1
|
|
158
|
+
yarl==1.*
|
|
112
159
|
# via
|
|
113
160
|
# aiohttp
|
|
114
161
|
# opengeodeweb-viewer
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Vease-Viewer
|
|
3
|
+
Version: 2.3.14rc15
|
|
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.*
|
|
15
|
+
Requires-Dist: aiohttp==3.*
|
|
16
|
+
Requires-Dist: aiosignal==1.*
|
|
17
|
+
Requires-Dist: attrs==25.*
|
|
18
|
+
Requires-Dist: blinker==1.*
|
|
19
|
+
Requires-Dist: click==8.*
|
|
20
|
+
Requires-Dist: contourpy==1.*
|
|
21
|
+
Requires-Dist: cycler==0.*
|
|
22
|
+
Requires-Dist: fastjsonschema==2.*
|
|
23
|
+
Requires-Dist: flask==3.*
|
|
24
|
+
Requires-Dist: flask-sqlalchemy==3.*
|
|
25
|
+
Requires-Dist: fonttools==4.*
|
|
26
|
+
Requires-Dist: frozenlist==1.*
|
|
27
|
+
Requires-Dist: greenlet==3.*
|
|
28
|
+
Requires-Dist: idna==3.10
|
|
29
|
+
Requires-Dist: itsdangerous==2.*
|
|
30
|
+
Requires-Dist: jinja2==3.*
|
|
31
|
+
Requires-Dist: kiwisolver==1.4.10rc0
|
|
32
|
+
Requires-Dist: markupsafe==3.*
|
|
33
|
+
Requires-Dist: matplotlib==3.*
|
|
34
|
+
Requires-Dist: multidict==6.*
|
|
35
|
+
Requires-Dist: numpy==2.*
|
|
36
|
+
Requires-Dist: opengeodeweb-microservice==1.0.1rc2
|
|
37
|
+
Requires-Dist: opengeodeweb-viewer==1.11.0rc10
|
|
38
|
+
Requires-Dist: packaging==25.0
|
|
39
|
+
Requires-Dist: pillow==11.*
|
|
40
|
+
Requires-Dist: propcache==0.*
|
|
41
|
+
Requires-Dist: pyparsing==3.3.0a1
|
|
42
|
+
Requires-Dist: python-dateutil==2.9.0.post0
|
|
43
|
+
Requires-Dist: six==1.*
|
|
44
|
+
Requires-Dist: sqlalchemy==2.*
|
|
45
|
+
Requires-Dist: typing-extensions==4.*
|
|
46
|
+
Requires-Dist: vtk==9.*
|
|
47
|
+
Requires-Dist: websocket-client==1.*
|
|
48
|
+
Requires-Dist: werkzeug==3.*
|
|
49
|
+
Requires-Dist: wslink==1.*
|
|
50
|
+
Requires-Dist: yarl==1.*
|
|
51
|
+
Dynamic: license-file
|
|
52
|
+
|
|
53
|
+
# Vease-Viewer
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
aiohappyeyeballs==2.*
|
|
2
|
+
aiohttp==3.*
|
|
3
|
+
aiosignal==1.*
|
|
4
|
+
attrs==25.*
|
|
5
|
+
blinker==1.*
|
|
6
|
+
click==8.*
|
|
7
|
+
contourpy==1.*
|
|
8
|
+
cycler==0.*
|
|
9
|
+
fastjsonschema==2.*
|
|
10
|
+
flask==3.*
|
|
11
|
+
flask-sqlalchemy==3.*
|
|
12
|
+
fonttools==4.*
|
|
13
|
+
frozenlist==1.*
|
|
14
|
+
greenlet==3.*
|
|
15
|
+
idna==3.10
|
|
16
|
+
itsdangerous==2.*
|
|
17
|
+
jinja2==3.*
|
|
18
|
+
kiwisolver==1.4.10rc0
|
|
19
|
+
markupsafe==3.*
|
|
20
|
+
matplotlib==3.*
|
|
21
|
+
multidict==6.*
|
|
22
|
+
numpy==2.*
|
|
23
|
+
opengeodeweb-microservice==1.0.1rc2
|
|
24
|
+
opengeodeweb-viewer==1.11.0rc10
|
|
25
|
+
packaging==25.0
|
|
26
|
+
pillow==11.*
|
|
27
|
+
propcache==0.*
|
|
28
|
+
pyparsing==3.3.0a1
|
|
29
|
+
python-dateutil==2.9.0.post0
|
|
30
|
+
six==1.*
|
|
31
|
+
sqlalchemy==2.*
|
|
32
|
+
typing-extensions==4.*
|
|
33
|
+
vtk==9.*
|
|
34
|
+
websocket-client==1.*
|
|
35
|
+
werkzeug==3.*
|
|
36
|
+
wslink==1.*
|
|
37
|
+
yarl==1.*
|
vease_viewer-2.3.14rc13/PKG-INFO
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
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
|
|
@@ -1,45 +0,0 @@
|
|
|
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
|
|
@@ -1,31 +0,0 @@
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/src/Vease_Viewer.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{vease_viewer-2.3.14rc13 → vease_viewer-2.3.14rc15}/src/Vease_Viewer.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|