Vease-Viewer 2.3.14rc18__tar.gz → 2.3.15__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.15/PKG-INFO +53 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/pyproject.toml +1 -1
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/requirements.txt +34 -34
- vease_viewer-2.3.15/src/Vease_Viewer.egg-info/PKG-INFO +53 -0
- vease_viewer-2.3.15/src/Vease_Viewer.egg-info/requires.txt +37 -0
- vease_viewer-2.3.14rc18/PKG-INFO +0 -53
- vease_viewer-2.3.14rc18/src/Vease_Viewer.egg-info/PKG-INFO +0 -53
- vease_viewer-2.3.14rc18/src/Vease_Viewer.egg-info/requires.txt +0 -37
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/LICENSE +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/README.md +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/setup.cfg +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/src/vease_viewer/app.py +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/src/vease_viewer/rpc/protocols.py +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/src/vease_viewer/rpc/schemas/microservice_version.json +0 -0
- {vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/tests/test_empty.py +0 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: Vease-Viewer
|
|
3
|
+
Version: 2.3.15
|
|
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
|
|
15
|
+
Requires-Dist: aiohttp~=3.12
|
|
16
|
+
Requires-Dist: aiosignal~=1.4
|
|
17
|
+
Requires-Dist: attrs~=25.3
|
|
18
|
+
Requires-Dist: blinker~=1.9
|
|
19
|
+
Requires-Dist: click~=8.3
|
|
20
|
+
Requires-Dist: contourpy~=1.3
|
|
21
|
+
Requires-Dist: cycler~=0.12
|
|
22
|
+
Requires-Dist: fastjsonschema~=2.21
|
|
23
|
+
Requires-Dist: flask~=3.1
|
|
24
|
+
Requires-Dist: flask-sqlalchemy~=3.1
|
|
25
|
+
Requires-Dist: fonttools~=4.60
|
|
26
|
+
Requires-Dist: frozenlist~=1.7
|
|
27
|
+
Requires-Dist: greenlet~=3.2
|
|
28
|
+
Requires-Dist: idna==3.10
|
|
29
|
+
Requires-Dist: itsdangerous~=2.2
|
|
30
|
+
Requires-Dist: jinja2~=3.1
|
|
31
|
+
Requires-Dist: kiwisolver~=1.4
|
|
32
|
+
Requires-Dist: markupsafe~=3.0
|
|
33
|
+
Requires-Dist: matplotlib~=3.10
|
|
34
|
+
Requires-Dist: multidict~=6.6
|
|
35
|
+
Requires-Dist: numpy~=2.3
|
|
36
|
+
Requires-Dist: opengeodeweb-microservice~=1.0
|
|
37
|
+
Requires-Dist: opengeodeweb-viewer>=1.11.0,~=1.11
|
|
38
|
+
Requires-Dist: packaging==25.0
|
|
39
|
+
Requires-Dist: pillow~=11.3
|
|
40
|
+
Requires-Dist: propcache~=0.3
|
|
41
|
+
Requires-Dist: pyparsing~=3.2
|
|
42
|
+
Requires-Dist: python-dateutil==2.9.0.post0
|
|
43
|
+
Requires-Dist: six~=1.17
|
|
44
|
+
Requires-Dist: sqlalchemy~=2.0
|
|
45
|
+
Requires-Dist: typing-extensions~=4.15
|
|
46
|
+
Requires-Dist: vtk~=9.5
|
|
47
|
+
Requires-Dist: websocket-client~=1.8
|
|
48
|
+
Requires-Dist: werkzeug~=3.1
|
|
49
|
+
Requires-Dist: wslink~=1.12
|
|
50
|
+
Requires-Dist: yarl~=1.20
|
|
51
|
+
Dynamic: license-file
|
|
52
|
+
|
|
53
|
+
# Vease-Viewer
|
|
@@ -2,84 +2,84 @@
|
|
|
2
2
|
# This file is autogenerated by pip-compile with Python 3.12
|
|
3
3
|
# by the following command:
|
|
4
4
|
#
|
|
5
|
-
# pip-compile --output-file=./requirements.txt
|
|
5
|
+
# pip-compile --output-file=./requirements.txt ./requirements-internal.in ./requirements.in
|
|
6
6
|
#
|
|
7
|
-
aiohappyeyeballs~=2.
|
|
7
|
+
aiohappyeyeballs~=2.6
|
|
8
8
|
# via
|
|
9
9
|
# aiohttp
|
|
10
10
|
# opengeodeweb-viewer
|
|
11
|
-
aiohttp~=3.
|
|
11
|
+
aiohttp~=3.12
|
|
12
12
|
# via
|
|
13
13
|
# opengeodeweb-viewer
|
|
14
14
|
# wslink
|
|
15
|
-
aiosignal~=1.
|
|
15
|
+
aiosignal~=1.4
|
|
16
16
|
# via
|
|
17
17
|
# aiohttp
|
|
18
18
|
# opengeodeweb-viewer
|
|
19
|
-
attrs~=25.
|
|
19
|
+
attrs~=25.3
|
|
20
20
|
# via
|
|
21
21
|
# aiohttp
|
|
22
22
|
# opengeodeweb-viewer
|
|
23
|
-
blinker~=1.
|
|
23
|
+
blinker~=1.9
|
|
24
24
|
# via
|
|
25
25
|
# flask
|
|
26
26
|
# opengeodeweb-microservice
|
|
27
27
|
# opengeodeweb-viewer
|
|
28
|
-
click~=8.
|
|
28
|
+
click~=8.3
|
|
29
29
|
# via
|
|
30
30
|
# flask
|
|
31
31
|
# opengeodeweb-microservice
|
|
32
32
|
# opengeodeweb-viewer
|
|
33
|
-
contourpy~=1.
|
|
33
|
+
contourpy~=1.3
|
|
34
34
|
# via
|
|
35
35
|
# matplotlib
|
|
36
36
|
# opengeodeweb-viewer
|
|
37
|
-
cycler~=0.
|
|
37
|
+
cycler~=0.12
|
|
38
38
|
# via
|
|
39
39
|
# matplotlib
|
|
40
40
|
# opengeodeweb-viewer
|
|
41
|
-
fastjsonschema~=2.
|
|
41
|
+
fastjsonschema~=2.21
|
|
42
42
|
# via
|
|
43
43
|
# opengeodeweb-microservice
|
|
44
44
|
# opengeodeweb-viewer
|
|
45
|
-
flask~=3.
|
|
45
|
+
flask~=3.1
|
|
46
46
|
# via
|
|
47
47
|
# flask-sqlalchemy
|
|
48
48
|
# opengeodeweb-microservice
|
|
49
49
|
# opengeodeweb-viewer
|
|
50
|
-
flask-sqlalchemy~=3.
|
|
50
|
+
flask-sqlalchemy~=3.1
|
|
51
51
|
# via
|
|
52
52
|
# opengeodeweb-microservice
|
|
53
53
|
# opengeodeweb-viewer
|
|
54
|
-
fonttools~=4.
|
|
54
|
+
fonttools~=4.60
|
|
55
55
|
# via
|
|
56
56
|
# matplotlib
|
|
57
57
|
# opengeodeweb-viewer
|
|
58
|
-
frozenlist~=1.
|
|
58
|
+
frozenlist~=1.7
|
|
59
59
|
# via
|
|
60
60
|
# aiohttp
|
|
61
61
|
# aiosignal
|
|
62
62
|
# opengeodeweb-viewer
|
|
63
|
-
greenlet~=3.
|
|
63
|
+
greenlet~=3.2
|
|
64
64
|
# via
|
|
65
65
|
# opengeodeweb-microservice
|
|
66
66
|
# opengeodeweb-viewer
|
|
67
67
|
# sqlalchemy
|
|
68
|
-
idna
|
|
68
|
+
idna==3.10
|
|
69
69
|
# via
|
|
70
70
|
# opengeodeweb-viewer
|
|
71
71
|
# yarl
|
|
72
|
-
itsdangerous~=2.
|
|
72
|
+
itsdangerous~=2.2
|
|
73
73
|
# via
|
|
74
74
|
# flask
|
|
75
75
|
# opengeodeweb-microservice
|
|
76
76
|
# opengeodeweb-viewer
|
|
77
|
-
jinja2~=3.
|
|
77
|
+
jinja2~=3.1
|
|
78
78
|
# via
|
|
79
79
|
# flask
|
|
80
80
|
# opengeodeweb-microservice
|
|
81
81
|
# opengeodeweb-viewer
|
|
82
|
-
kiwisolver~=1.
|
|
82
|
+
kiwisolver~=1.4
|
|
83
83
|
# via
|
|
84
84
|
# matplotlib
|
|
85
85
|
# opengeodeweb-viewer
|
|
@@ -90,38 +90,38 @@ markupsafe~=3.0
|
|
|
90
90
|
# opengeodeweb-microservice
|
|
91
91
|
# opengeodeweb-viewer
|
|
92
92
|
# werkzeug
|
|
93
|
-
matplotlib~=3.
|
|
93
|
+
matplotlib~=3.10
|
|
94
94
|
# via
|
|
95
95
|
# opengeodeweb-viewer
|
|
96
96
|
# vtk
|
|
97
|
-
multidict~=6.
|
|
97
|
+
multidict~=6.6
|
|
98
98
|
# via
|
|
99
99
|
# aiohttp
|
|
100
100
|
# opengeodeweb-viewer
|
|
101
101
|
# yarl
|
|
102
|
-
numpy~=2.
|
|
102
|
+
numpy~=2.3
|
|
103
103
|
# via
|
|
104
104
|
# contourpy
|
|
105
105
|
# matplotlib
|
|
106
106
|
# opengeodeweb-viewer
|
|
107
107
|
opengeodeweb-microservice~=1.0
|
|
108
108
|
# via opengeodeweb-viewer
|
|
109
|
-
opengeodeweb-viewer~=1.0
|
|
109
|
+
opengeodeweb-viewer~=1.11,>=1.11.0
|
|
110
110
|
# via -r requirements-internal.in
|
|
111
|
-
packaging
|
|
111
|
+
packaging==25.0
|
|
112
112
|
# via
|
|
113
113
|
# matplotlib
|
|
114
114
|
# opengeodeweb-viewer
|
|
115
|
-
pillow~=11.
|
|
115
|
+
pillow~=11.3
|
|
116
116
|
# via
|
|
117
117
|
# matplotlib
|
|
118
118
|
# opengeodeweb-viewer
|
|
119
|
-
propcache~=0.
|
|
119
|
+
propcache~=0.3
|
|
120
120
|
# via
|
|
121
121
|
# aiohttp
|
|
122
122
|
# opengeodeweb-viewer
|
|
123
123
|
# yarl
|
|
124
|
-
pyparsing~=3.
|
|
124
|
+
pyparsing~=3.2
|
|
125
125
|
# via
|
|
126
126
|
# matplotlib
|
|
127
127
|
# opengeodeweb-viewer
|
|
@@ -129,7 +129,7 @@ python-dateutil==2.9.0.post0
|
|
|
129
129
|
# via
|
|
130
130
|
# matplotlib
|
|
131
131
|
# opengeodeweb-viewer
|
|
132
|
-
six~=1.
|
|
132
|
+
six~=1.17
|
|
133
133
|
# via
|
|
134
134
|
# opengeodeweb-viewer
|
|
135
135
|
# python-dateutil
|
|
@@ -138,24 +138,24 @@ sqlalchemy~=2.0
|
|
|
138
138
|
# flask-sqlalchemy
|
|
139
139
|
# opengeodeweb-microservice
|
|
140
140
|
# opengeodeweb-viewer
|
|
141
|
-
typing-extensions~=4.
|
|
141
|
+
typing-extensions~=4.15
|
|
142
142
|
# via
|
|
143
143
|
# aiosignal
|
|
144
144
|
# opengeodeweb-microservice
|
|
145
145
|
# opengeodeweb-viewer
|
|
146
146
|
# sqlalchemy
|
|
147
|
-
vtk~=9.
|
|
147
|
+
vtk~=9.5
|
|
148
148
|
# via opengeodeweb-viewer
|
|
149
|
-
websocket-client~=1.
|
|
149
|
+
websocket-client~=1.8
|
|
150
150
|
# via opengeodeweb-viewer
|
|
151
|
-
werkzeug~=3.
|
|
151
|
+
werkzeug~=3.1
|
|
152
152
|
# via
|
|
153
153
|
# flask
|
|
154
154
|
# opengeodeweb-microservice
|
|
155
155
|
# opengeodeweb-viewer
|
|
156
|
-
wslink~=1.
|
|
156
|
+
wslink~=1.12
|
|
157
157
|
# via opengeodeweb-viewer
|
|
158
|
-
yarl~=1.
|
|
158
|
+
yarl~=1.20
|
|
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.15
|
|
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
|
|
15
|
+
Requires-Dist: aiohttp~=3.12
|
|
16
|
+
Requires-Dist: aiosignal~=1.4
|
|
17
|
+
Requires-Dist: attrs~=25.3
|
|
18
|
+
Requires-Dist: blinker~=1.9
|
|
19
|
+
Requires-Dist: click~=8.3
|
|
20
|
+
Requires-Dist: contourpy~=1.3
|
|
21
|
+
Requires-Dist: cycler~=0.12
|
|
22
|
+
Requires-Dist: fastjsonschema~=2.21
|
|
23
|
+
Requires-Dist: flask~=3.1
|
|
24
|
+
Requires-Dist: flask-sqlalchemy~=3.1
|
|
25
|
+
Requires-Dist: fonttools~=4.60
|
|
26
|
+
Requires-Dist: frozenlist~=1.7
|
|
27
|
+
Requires-Dist: greenlet~=3.2
|
|
28
|
+
Requires-Dist: idna==3.10
|
|
29
|
+
Requires-Dist: itsdangerous~=2.2
|
|
30
|
+
Requires-Dist: jinja2~=3.1
|
|
31
|
+
Requires-Dist: kiwisolver~=1.4
|
|
32
|
+
Requires-Dist: markupsafe~=3.0
|
|
33
|
+
Requires-Dist: matplotlib~=3.10
|
|
34
|
+
Requires-Dist: multidict~=6.6
|
|
35
|
+
Requires-Dist: numpy~=2.3
|
|
36
|
+
Requires-Dist: opengeodeweb-microservice~=1.0
|
|
37
|
+
Requires-Dist: opengeodeweb-viewer>=1.11.0,~=1.11
|
|
38
|
+
Requires-Dist: packaging==25.0
|
|
39
|
+
Requires-Dist: pillow~=11.3
|
|
40
|
+
Requires-Dist: propcache~=0.3
|
|
41
|
+
Requires-Dist: pyparsing~=3.2
|
|
42
|
+
Requires-Dist: python-dateutil==2.9.0.post0
|
|
43
|
+
Requires-Dist: six~=1.17
|
|
44
|
+
Requires-Dist: sqlalchemy~=2.0
|
|
45
|
+
Requires-Dist: typing-extensions~=4.15
|
|
46
|
+
Requires-Dist: vtk~=9.5
|
|
47
|
+
Requires-Dist: websocket-client~=1.8
|
|
48
|
+
Requires-Dist: werkzeug~=3.1
|
|
49
|
+
Requires-Dist: wslink~=1.12
|
|
50
|
+
Requires-Dist: yarl~=1.20
|
|
51
|
+
Dynamic: license-file
|
|
52
|
+
|
|
53
|
+
# Vease-Viewer
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
aiohappyeyeballs~=2.6
|
|
2
|
+
aiohttp~=3.12
|
|
3
|
+
aiosignal~=1.4
|
|
4
|
+
attrs~=25.3
|
|
5
|
+
blinker~=1.9
|
|
6
|
+
click~=8.3
|
|
7
|
+
contourpy~=1.3
|
|
8
|
+
cycler~=0.12
|
|
9
|
+
fastjsonschema~=2.21
|
|
10
|
+
flask~=3.1
|
|
11
|
+
flask-sqlalchemy~=3.1
|
|
12
|
+
fonttools~=4.60
|
|
13
|
+
frozenlist~=1.7
|
|
14
|
+
greenlet~=3.2
|
|
15
|
+
idna==3.10
|
|
16
|
+
itsdangerous~=2.2
|
|
17
|
+
jinja2~=3.1
|
|
18
|
+
kiwisolver~=1.4
|
|
19
|
+
markupsafe~=3.0
|
|
20
|
+
matplotlib~=3.10
|
|
21
|
+
multidict~=6.6
|
|
22
|
+
numpy~=2.3
|
|
23
|
+
opengeodeweb-microservice~=1.0
|
|
24
|
+
opengeodeweb-viewer>=1.11.0,~=1.11
|
|
25
|
+
packaging==25.0
|
|
26
|
+
pillow~=11.3
|
|
27
|
+
propcache~=0.3
|
|
28
|
+
pyparsing~=3.2
|
|
29
|
+
python-dateutil==2.9.0.post0
|
|
30
|
+
six~=1.17
|
|
31
|
+
sqlalchemy~=2.0
|
|
32
|
+
typing-extensions~=4.15
|
|
33
|
+
vtk~=9.5
|
|
34
|
+
websocket-client~=1.8
|
|
35
|
+
werkzeug~=3.1
|
|
36
|
+
wslink~=1.12
|
|
37
|
+
yarl~=1.20
|
vease_viewer-2.3.14rc18/PKG-INFO
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: Vease-Viewer
|
|
3
|
-
Version: 2.3.14rc18
|
|
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,53 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: Vease-Viewer
|
|
3
|
-
Version: 2.3.14rc18
|
|
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,37 +0,0 @@
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vease_viewer-2.3.14rc18 → vease_viewer-2.3.15}/src/Vease_Viewer.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|