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