Vease-Viewer 2.3.14rc14__tar.gz → 2.3.14rc16__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.14rc16/PKG-INFO +53 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/pyproject.toml +1 -1
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/requirements.txt +35 -35
- vease_viewer-2.3.14rc16/src/Vease_Viewer.egg-info/PKG-INFO +53 -0
- vease_viewer-2.3.14rc16/src/Vease_Viewer.egg-info/requires.txt +37 -0
- vease_viewer-2.3.14rc14/PKG-INFO +0 -53
- vease_viewer-2.3.14rc14/src/Vease_Viewer.egg-info/PKG-INFO +0 -53
- vease_viewer-2.3.14rc14/src/Vease_Viewer.egg-info/requires.txt +0 -37
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/LICENSE +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/README.md +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/setup.cfg +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/src/vease_viewer/app.py +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/src/vease_viewer/rpc/protocols.py +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/src/vease_viewer/rpc/schemas/microservice_version.json +0 -0
- {vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/tests/test_empty.py +0 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Vease-Viewer
|
|
3
|
+
Version: 2.3.14rc16
|
|
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.10
|
|
29
|
+
Requires-Dist: itsdangerous~=2.0
|
|
30
|
+
Requires-Dist: jinja2~=3.0
|
|
31
|
+
Requires-Dist: kiwisolver==1.4.10rc0
|
|
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.1rc3
|
|
37
|
+
Requires-Dist: opengeodeweb-viewer==1.11.0rc11
|
|
38
|
+
Requires-Dist: packaging==25.0
|
|
39
|
+
Requires-Dist: pillow~=11.0
|
|
40
|
+
Requires-Dist: propcache~=0.0
|
|
41
|
+
Requires-Dist: pyparsing==3.3.0a1
|
|
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
|
|
@@ -4,63 +4,63 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --output-file=./requirements.txt --pre ./requirements-internal.in ./requirements.in
|
|
6
6
|
#
|
|
7
|
-
aiohappyeyeballs
|
|
7
|
+
aiohappyeyeballs~=2.0
|
|
8
8
|
# via
|
|
9
9
|
# aiohttp
|
|
10
10
|
# opengeodeweb-viewer
|
|
11
|
-
aiohttp
|
|
11
|
+
aiohttp~=3.0
|
|
12
12
|
# via
|
|
13
13
|
# opengeodeweb-viewer
|
|
14
14
|
# wslink
|
|
15
|
-
aiosignal
|
|
15
|
+
aiosignal~=1.0
|
|
16
16
|
# via
|
|
17
17
|
# aiohttp
|
|
18
18
|
# opengeodeweb-viewer
|
|
19
|
-
attrs
|
|
19
|
+
attrs~=25.0
|
|
20
20
|
# via
|
|
21
21
|
# aiohttp
|
|
22
22
|
# opengeodeweb-viewer
|
|
23
|
-
blinker
|
|
23
|
+
blinker~=1.0
|
|
24
24
|
# via
|
|
25
25
|
# flask
|
|
26
26
|
# opengeodeweb-microservice
|
|
27
27
|
# opengeodeweb-viewer
|
|
28
|
-
click
|
|
28
|
+
click~=8.0
|
|
29
29
|
# via
|
|
30
30
|
# flask
|
|
31
31
|
# opengeodeweb-microservice
|
|
32
32
|
# opengeodeweb-viewer
|
|
33
|
-
contourpy
|
|
33
|
+
contourpy~=1.0
|
|
34
34
|
# via
|
|
35
35
|
# matplotlib
|
|
36
36
|
# opengeodeweb-viewer
|
|
37
|
-
cycler
|
|
37
|
+
cycler~=0.0
|
|
38
38
|
# via
|
|
39
39
|
# matplotlib
|
|
40
40
|
# opengeodeweb-viewer
|
|
41
|
-
fastjsonschema
|
|
41
|
+
fastjsonschema~=2.0
|
|
42
42
|
# via
|
|
43
43
|
# opengeodeweb-microservice
|
|
44
44
|
# opengeodeweb-viewer
|
|
45
|
-
flask
|
|
45
|
+
flask~=3.0
|
|
46
46
|
# via
|
|
47
47
|
# flask-sqlalchemy
|
|
48
48
|
# opengeodeweb-microservice
|
|
49
49
|
# opengeodeweb-viewer
|
|
50
|
-
flask-sqlalchemy
|
|
50
|
+
flask-sqlalchemy~=3.0
|
|
51
51
|
# via
|
|
52
52
|
# opengeodeweb-microservice
|
|
53
53
|
# opengeodeweb-viewer
|
|
54
|
-
fonttools
|
|
54
|
+
fonttools~=4.0
|
|
55
55
|
# via
|
|
56
56
|
# matplotlib
|
|
57
57
|
# opengeodeweb-viewer
|
|
58
|
-
frozenlist
|
|
58
|
+
frozenlist~=1.0
|
|
59
59
|
# via
|
|
60
60
|
# aiohttp
|
|
61
61
|
# aiosignal
|
|
62
62
|
# opengeodeweb-viewer
|
|
63
|
-
greenlet
|
|
63
|
+
greenlet~=3.0
|
|
64
64
|
# via
|
|
65
65
|
# opengeodeweb-microservice
|
|
66
66
|
# opengeodeweb-viewer
|
|
@@ -69,93 +69,93 @@ idna==3.10
|
|
|
69
69
|
# via
|
|
70
70
|
# opengeodeweb-viewer
|
|
71
71
|
# yarl
|
|
72
|
-
itsdangerous
|
|
72
|
+
itsdangerous~=2.0
|
|
73
73
|
# via
|
|
74
74
|
# flask
|
|
75
75
|
# opengeodeweb-microservice
|
|
76
76
|
# opengeodeweb-viewer
|
|
77
|
-
jinja2
|
|
77
|
+
jinja2~=3.0
|
|
78
78
|
# via
|
|
79
79
|
# flask
|
|
80
80
|
# opengeodeweb-microservice
|
|
81
81
|
# opengeodeweb-viewer
|
|
82
|
-
kiwisolver==1
|
|
82
|
+
kiwisolver==1.4.10rc0
|
|
83
83
|
# via
|
|
84
84
|
# matplotlib
|
|
85
85
|
# opengeodeweb-viewer
|
|
86
|
-
markupsafe
|
|
86
|
+
markupsafe~=3.0
|
|
87
87
|
# via
|
|
88
88
|
# flask
|
|
89
89
|
# jinja2
|
|
90
90
|
# opengeodeweb-microservice
|
|
91
91
|
# opengeodeweb-viewer
|
|
92
92
|
# werkzeug
|
|
93
|
-
matplotlib
|
|
93
|
+
matplotlib~=3.0
|
|
94
94
|
# via
|
|
95
95
|
# opengeodeweb-viewer
|
|
96
96
|
# vtk
|
|
97
|
-
multidict
|
|
97
|
+
multidict~=6.0
|
|
98
98
|
# via
|
|
99
99
|
# aiohttp
|
|
100
100
|
# opengeodeweb-viewer
|
|
101
101
|
# yarl
|
|
102
|
-
numpy
|
|
102
|
+
numpy~=2.0
|
|
103
103
|
# via
|
|
104
104
|
# contourpy
|
|
105
105
|
# matplotlib
|
|
106
106
|
# opengeodeweb-viewer
|
|
107
|
-
opengeodeweb-microservice==1
|
|
107
|
+
opengeodeweb-microservice==1.0.1rc3
|
|
108
108
|
# via opengeodeweb-viewer
|
|
109
|
-
opengeodeweb-viewer==1
|
|
109
|
+
opengeodeweb-viewer==1.11.0rc11
|
|
110
110
|
# via -r requirements-internal.in
|
|
111
111
|
packaging==25.0
|
|
112
112
|
# via
|
|
113
113
|
# matplotlib
|
|
114
114
|
# opengeodeweb-viewer
|
|
115
|
-
pillow
|
|
115
|
+
pillow~=11.0
|
|
116
116
|
# via
|
|
117
117
|
# matplotlib
|
|
118
118
|
# opengeodeweb-viewer
|
|
119
|
-
propcache
|
|
119
|
+
propcache~=0.0
|
|
120
120
|
# via
|
|
121
121
|
# aiohttp
|
|
122
122
|
# opengeodeweb-viewer
|
|
123
123
|
# yarl
|
|
124
|
-
pyparsing==3
|
|
124
|
+
pyparsing==3.3.0a1
|
|
125
125
|
# via
|
|
126
126
|
# matplotlib
|
|
127
127
|
# opengeodeweb-viewer
|
|
128
|
-
python-dateutil==2.9
|
|
128
|
+
python-dateutil==2.9.0.post0
|
|
129
129
|
# via
|
|
130
130
|
# matplotlib
|
|
131
131
|
# opengeodeweb-viewer
|
|
132
|
-
six
|
|
132
|
+
six~=1.0
|
|
133
133
|
# via
|
|
134
134
|
# opengeodeweb-viewer
|
|
135
135
|
# python-dateutil
|
|
136
|
-
sqlalchemy
|
|
136
|
+
sqlalchemy~=2.0
|
|
137
137
|
# via
|
|
138
138
|
# flask-sqlalchemy
|
|
139
139
|
# opengeodeweb-microservice
|
|
140
140
|
# opengeodeweb-viewer
|
|
141
|
-
typing-extensions
|
|
141
|
+
typing-extensions~=4.0
|
|
142
142
|
# via
|
|
143
143
|
# aiosignal
|
|
144
144
|
# opengeodeweb-microservice
|
|
145
145
|
# opengeodeweb-viewer
|
|
146
146
|
# sqlalchemy
|
|
147
|
-
vtk
|
|
147
|
+
vtk~=9.0
|
|
148
148
|
# via opengeodeweb-viewer
|
|
149
|
-
websocket-client
|
|
149
|
+
websocket-client~=1.0
|
|
150
150
|
# via opengeodeweb-viewer
|
|
151
|
-
werkzeug
|
|
151
|
+
werkzeug~=3.0
|
|
152
152
|
# via
|
|
153
153
|
# flask
|
|
154
154
|
# opengeodeweb-microservice
|
|
155
155
|
# opengeodeweb-viewer
|
|
156
|
-
wslink
|
|
156
|
+
wslink~=1.0
|
|
157
157
|
# via opengeodeweb-viewer
|
|
158
|
-
yarl
|
|
158
|
+
yarl~=1.0
|
|
159
159
|
# via
|
|
160
160
|
# aiohttp
|
|
161
161
|
# opengeodeweb-viewer
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Vease-Viewer
|
|
3
|
+
Version: 2.3.14rc16
|
|
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.10
|
|
29
|
+
Requires-Dist: itsdangerous~=2.0
|
|
30
|
+
Requires-Dist: jinja2~=3.0
|
|
31
|
+
Requires-Dist: kiwisolver==1.4.10rc0
|
|
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.1rc3
|
|
37
|
+
Requires-Dist: opengeodeweb-viewer==1.11.0rc11
|
|
38
|
+
Requires-Dist: packaging==25.0
|
|
39
|
+
Requires-Dist: pillow~=11.0
|
|
40
|
+
Requires-Dist: propcache~=0.0
|
|
41
|
+
Requires-Dist: pyparsing==3.3.0a1
|
|
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
|
|
@@ -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.10
|
|
16
|
+
itsdangerous~=2.0
|
|
17
|
+
jinja2~=3.0
|
|
18
|
+
kiwisolver==1.4.10rc0
|
|
19
|
+
markupsafe~=3.0
|
|
20
|
+
matplotlib~=3.0
|
|
21
|
+
multidict~=6.0
|
|
22
|
+
numpy~=2.0
|
|
23
|
+
opengeodeweb-microservice==1.0.1rc3
|
|
24
|
+
opengeodeweb-viewer==1.11.0rc11
|
|
25
|
+
packaging==25.0
|
|
26
|
+
pillow~=11.0
|
|
27
|
+
propcache~=0.0
|
|
28
|
+
pyparsing==3.3.0a1
|
|
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
|
vease_viewer-2.3.14rc14/PKG-INFO
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: Vease-Viewer
|
|
3
|
-
Version: 2.3.14rc14
|
|
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: contourpy==1.*,>=1.3.3
|
|
21
|
-
Requires-Dist: cycler==0.*,>=0.12.1
|
|
22
|
-
Requires-Dist: fastjsonschema==2.*,>=2.21.1
|
|
23
|
-
Requires-Dist: flask==3.*,>=3.1.2
|
|
24
|
-
Requires-Dist: flask-sqlalchemy==3.*,>=3.1.1
|
|
25
|
-
Requires-Dist: fonttools==4.*,>=4.60.1
|
|
26
|
-
Requires-Dist: frozenlist==1.*,>=1.7.0
|
|
27
|
-
Requires-Dist: greenlet==3.*,>=3.2.4
|
|
28
|
-
Requires-Dist: idna==3.10
|
|
29
|
-
Requires-Dist: itsdangerous==2.*,>=2.2.0
|
|
30
|
-
Requires-Dist: jinja2==3.*,>=3.1.6
|
|
31
|
-
Requires-Dist: kiwisolver==1.*,>=1.4.10rc0
|
|
32
|
-
Requires-Dist: markupsafe==3.*,>=3.0.2
|
|
33
|
-
Requires-Dist: matplotlib==3.*,>=3.10.6
|
|
34
|
-
Requires-Dist: multidict==6.*,>=6.6.4
|
|
35
|
-
Requires-Dist: numpy==2.*,>=2.3.3
|
|
36
|
-
Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
|
|
37
|
-
Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc9
|
|
38
|
-
Requires-Dist: packaging==25.0
|
|
39
|
-
Requires-Dist: pillow==11.*,>=11.3.0
|
|
40
|
-
Requires-Dist: propcache==0.*,>=0.3.2
|
|
41
|
-
Requires-Dist: pyparsing==3.*,>=3.3.0a1
|
|
42
|
-
Requires-Dist: python-dateutil==2.9.*,>=2.9.0.post0
|
|
43
|
-
Requires-Dist: six==1.*,>=1.17.0
|
|
44
|
-
Requires-Dist: sqlalchemy==2.*,>=2.0.43
|
|
45
|
-
Requires-Dist: typing-extensions==4.*,>=4.15.0
|
|
46
|
-
Requires-Dist: vtk==9.*,>=9.5.2
|
|
47
|
-
Requires-Dist: websocket-client==1.*,>=1.8.0
|
|
48
|
-
Requires-Dist: werkzeug==3.*,>=3.1.3
|
|
49
|
-
Requires-Dist: wslink==1.*,>=1.12.4
|
|
50
|
-
Requires-Dist: yarl==1.*,>=1.20.1
|
|
51
|
-
Dynamic: license-file
|
|
52
|
-
|
|
53
|
-
# Vease-Viewer
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: Vease-Viewer
|
|
3
|
-
Version: 2.3.14rc14
|
|
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: contourpy==1.*,>=1.3.3
|
|
21
|
-
Requires-Dist: cycler==0.*,>=0.12.1
|
|
22
|
-
Requires-Dist: fastjsonschema==2.*,>=2.21.1
|
|
23
|
-
Requires-Dist: flask==3.*,>=3.1.2
|
|
24
|
-
Requires-Dist: flask-sqlalchemy==3.*,>=3.1.1
|
|
25
|
-
Requires-Dist: fonttools==4.*,>=4.60.1
|
|
26
|
-
Requires-Dist: frozenlist==1.*,>=1.7.0
|
|
27
|
-
Requires-Dist: greenlet==3.*,>=3.2.4
|
|
28
|
-
Requires-Dist: idna==3.10
|
|
29
|
-
Requires-Dist: itsdangerous==2.*,>=2.2.0
|
|
30
|
-
Requires-Dist: jinja2==3.*,>=3.1.6
|
|
31
|
-
Requires-Dist: kiwisolver==1.*,>=1.4.10rc0
|
|
32
|
-
Requires-Dist: markupsafe==3.*,>=3.0.2
|
|
33
|
-
Requires-Dist: matplotlib==3.*,>=3.10.6
|
|
34
|
-
Requires-Dist: multidict==6.*,>=6.6.4
|
|
35
|
-
Requires-Dist: numpy==2.*,>=2.3.3
|
|
36
|
-
Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
|
|
37
|
-
Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc9
|
|
38
|
-
Requires-Dist: packaging==25.0
|
|
39
|
-
Requires-Dist: pillow==11.*,>=11.3.0
|
|
40
|
-
Requires-Dist: propcache==0.*,>=0.3.2
|
|
41
|
-
Requires-Dist: pyparsing==3.*,>=3.3.0a1
|
|
42
|
-
Requires-Dist: python-dateutil==2.9.*,>=2.9.0.post0
|
|
43
|
-
Requires-Dist: six==1.*,>=1.17.0
|
|
44
|
-
Requires-Dist: sqlalchemy==2.*,>=2.0.43
|
|
45
|
-
Requires-Dist: typing-extensions==4.*,>=4.15.0
|
|
46
|
-
Requires-Dist: vtk==9.*,>=9.5.2
|
|
47
|
-
Requires-Dist: websocket-client==1.*,>=1.8.0
|
|
48
|
-
Requires-Dist: werkzeug==3.*,>=3.1.3
|
|
49
|
-
Requires-Dist: wslink==1.*,>=1.12.4
|
|
50
|
-
Requires-Dist: yarl==1.*,>=1.20.1
|
|
51
|
-
Dynamic: license-file
|
|
52
|
-
|
|
53
|
-
# Vease-Viewer
|
|
@@ -1,37 +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
|
-
contourpy==1.*,>=1.3.3
|
|
8
|
-
cycler==0.*,>=0.12.1
|
|
9
|
-
fastjsonschema==2.*,>=2.21.1
|
|
10
|
-
flask==3.*,>=3.1.2
|
|
11
|
-
flask-sqlalchemy==3.*,>=3.1.1
|
|
12
|
-
fonttools==4.*,>=4.60.1
|
|
13
|
-
frozenlist==1.*,>=1.7.0
|
|
14
|
-
greenlet==3.*,>=3.2.4
|
|
15
|
-
idna==3.10
|
|
16
|
-
itsdangerous==2.*,>=2.2.0
|
|
17
|
-
jinja2==3.*,>=3.1.6
|
|
18
|
-
kiwisolver==1.*,>=1.4.10rc0
|
|
19
|
-
markupsafe==3.*,>=3.0.2
|
|
20
|
-
matplotlib==3.*,>=3.10.6
|
|
21
|
-
multidict==6.*,>=6.6.4
|
|
22
|
-
numpy==2.*,>=2.3.3
|
|
23
|
-
opengeodeweb-microservice==1.*,>=1.0.1rc1
|
|
24
|
-
opengeodeweb-viewer==1.*,>=1.11.0rc9
|
|
25
|
-
packaging==25.0
|
|
26
|
-
pillow==11.*,>=11.3.0
|
|
27
|
-
propcache==0.*,>=0.3.2
|
|
28
|
-
pyparsing==3.*,>=3.3.0a1
|
|
29
|
-
python-dateutil==2.9.*,>=2.9.0.post0
|
|
30
|
-
six==1.*,>=1.17.0
|
|
31
|
-
sqlalchemy==2.*,>=2.0.43
|
|
32
|
-
typing-extensions==4.*,>=4.15.0
|
|
33
|
-
vtk==9.*,>=9.5.2
|
|
34
|
-
websocket-client==1.*,>=1.8.0
|
|
35
|
-
werkzeug==3.*,>=3.1.3
|
|
36
|
-
wslink==1.*,>=1.12.4
|
|
37
|
-
yarl==1.*,>=1.20.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/src/Vease_Viewer.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{vease_viewer-2.3.14rc14 → vease_viewer-2.3.14rc16}/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
|