Vease-Viewer 2.3.14rc2__tar.gz → 2.3.14rc4__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.
- {vease_viewer-2.3.14rc2/src/Vease_Viewer.egg-info → vease_viewer-2.3.14rc4}/PKG-INFO +15 -1
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/pyproject.toml +2 -2
- vease_viewer-2.3.14rc4/requirements.txt +57 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4/src/Vease_Viewer.egg-info}/PKG-INFO +15 -1
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/src/Vease_Viewer.egg-info/SOURCES.txt +1 -0
- vease_viewer-2.3.14rc4/src/Vease_Viewer.egg-info/requires.txt +20 -0
- vease_viewer-2.3.14rc2/src/Vease_Viewer.egg-info/requires.txt +0 -6
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/LICENSE +0 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/README.md +0 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/setup.cfg +0 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/src/vease_viewer/app.py +0 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/src/vease_viewer/rpc/protocols.py +0 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/src/vease_viewer/rpc/schemas/microservice_version.json +0 -0
- {vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/tests/test_empty.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: Vease-Viewer
|
3
|
-
Version: 2.3.
|
3
|
+
Version: 2.3.14rc4
|
4
4
|
Summary: Vease-Viewer is the viewer microservice of Vease
|
5
5
|
Author-email: Geode-solutions <team-web@geode-solutions.com>
|
6
6
|
Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
|
@@ -11,6 +11,20 @@ Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: <3.13,>=3.9
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
License-File: LICENSE
|
14
|
+
Requires-Dist: aiohappyeyeballs==2.6.1
|
15
|
+
Requires-Dist: aiohttp==3.12.15
|
16
|
+
Requires-Dist: aiosignal==1.4.0
|
17
|
+
Requires-Dist: attrs==25.3.0
|
18
|
+
Requires-Dist: fastjsonschema==2.21.1
|
19
|
+
Requires-Dist: frozenlist==1.7.0
|
20
|
+
Requires-Dist: idna==3.10
|
21
|
+
Requires-Dist: multidict==6.6.3
|
22
|
+
Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc2
|
23
|
+
Requires-Dist: propcache==0.3.2
|
24
|
+
Requires-Dist: typing-extensions==4.14.1
|
25
|
+
Requires-Dist: websocket-client==1.8.0
|
26
|
+
Requires-Dist: wslink==1.12.4
|
27
|
+
Requires-Dist: yarl==1.20.1
|
14
28
|
Provides-Extra: gpu
|
15
29
|
Requires-Dist: vtk==9.3.1; extra == "gpu"
|
16
30
|
Provides-Extra: cpu
|
@@ -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.4"
|
8
8
|
dynamic = ["dependencies"]
|
9
9
|
authors = [
|
10
10
|
{ name="Geode-solutions", email="team-web@geode-solutions.com" },
|
@@ -31,7 +31,7 @@ vease-viewer = "vease_viewer.app:run_viewer"
|
|
31
31
|
|
32
32
|
|
33
33
|
[tool.setuptools.dynamic]
|
34
|
-
dependencies = {file = ["
|
34
|
+
dependencies = {file = ["requirements.txt"]}
|
35
35
|
|
36
36
|
[tool.setuptools.packages.find]
|
37
37
|
where = ["src"]
|
@@ -0,0 +1,57 @@
|
|
1
|
+
#
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.12
|
3
|
+
# by the following command:
|
4
|
+
#
|
5
|
+
# pip-compile --pre requirements.in
|
6
|
+
#
|
7
|
+
aiohappyeyeballs==2.6.1
|
8
|
+
# via
|
9
|
+
# aiohttp
|
10
|
+
# opengeodeweb-viewer
|
11
|
+
aiohttp==3.12.15
|
12
|
+
# via
|
13
|
+
# opengeodeweb-viewer
|
14
|
+
# wslink
|
15
|
+
aiosignal==1.4.0
|
16
|
+
# via
|
17
|
+
# aiohttp
|
18
|
+
# opengeodeweb-viewer
|
19
|
+
attrs==25.3.0
|
20
|
+
# via
|
21
|
+
# aiohttp
|
22
|
+
# opengeodeweb-viewer
|
23
|
+
fastjsonschema==2.21.1
|
24
|
+
# via opengeodeweb-viewer
|
25
|
+
frozenlist==1.7.0
|
26
|
+
# via
|
27
|
+
# aiohttp
|
28
|
+
# aiosignal
|
29
|
+
# opengeodeweb-viewer
|
30
|
+
idna==3.10
|
31
|
+
# via
|
32
|
+
# opengeodeweb-viewer
|
33
|
+
# yarl
|
34
|
+
multidict==6.6.3
|
35
|
+
# via
|
36
|
+
# aiohttp
|
37
|
+
# opengeodeweb-viewer
|
38
|
+
# yarl
|
39
|
+
opengeodeweb-viewer==1.*,>=1.11.0rc2
|
40
|
+
# via -r requirements.in
|
41
|
+
propcache==0.3.2
|
42
|
+
# via
|
43
|
+
# aiohttp
|
44
|
+
# opengeodeweb-viewer
|
45
|
+
# yarl
|
46
|
+
typing-extensions==4.14.1
|
47
|
+
# via
|
48
|
+
# aiosignal
|
49
|
+
# opengeodeweb-viewer
|
50
|
+
websocket-client==1.8.0
|
51
|
+
# via opengeodeweb-viewer
|
52
|
+
wslink==1.12.4
|
53
|
+
# via opengeodeweb-viewer
|
54
|
+
yarl==1.20.1
|
55
|
+
# via
|
56
|
+
# aiohttp
|
57
|
+
# opengeodeweb-viewer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: Vease-Viewer
|
3
|
-
Version: 2.3.
|
3
|
+
Version: 2.3.14rc4
|
4
4
|
Summary: Vease-Viewer is the viewer microservice of Vease
|
5
5
|
Author-email: Geode-solutions <team-web@geode-solutions.com>
|
6
6
|
Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
|
@@ -11,6 +11,20 @@ Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: <3.13,>=3.9
|
12
12
|
Description-Content-Type: text/markdown
|
13
13
|
License-File: LICENSE
|
14
|
+
Requires-Dist: aiohappyeyeballs==2.6.1
|
15
|
+
Requires-Dist: aiohttp==3.12.15
|
16
|
+
Requires-Dist: aiosignal==1.4.0
|
17
|
+
Requires-Dist: attrs==25.3.0
|
18
|
+
Requires-Dist: fastjsonschema==2.21.1
|
19
|
+
Requires-Dist: frozenlist==1.7.0
|
20
|
+
Requires-Dist: idna==3.10
|
21
|
+
Requires-Dist: multidict==6.6.3
|
22
|
+
Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc2
|
23
|
+
Requires-Dist: propcache==0.3.2
|
24
|
+
Requires-Dist: typing-extensions==4.14.1
|
25
|
+
Requires-Dist: websocket-client==1.8.0
|
26
|
+
Requires-Dist: wslink==1.12.4
|
27
|
+
Requires-Dist: yarl==1.20.1
|
14
28
|
Provides-Extra: gpu
|
15
29
|
Requires-Dist: vtk==9.3.1; extra == "gpu"
|
16
30
|
Provides-Extra: cpu
|
@@ -0,0 +1,20 @@
|
|
1
|
+
aiohappyeyeballs==2.6.1
|
2
|
+
aiohttp==3.12.15
|
3
|
+
aiosignal==1.4.0
|
4
|
+
attrs==25.3.0
|
5
|
+
fastjsonschema==2.21.1
|
6
|
+
frozenlist==1.7.0
|
7
|
+
idna==3.10
|
8
|
+
multidict==6.6.3
|
9
|
+
opengeodeweb-viewer==1.*,>=1.11.0rc2
|
10
|
+
propcache==0.3.2
|
11
|
+
typing-extensions==4.14.1
|
12
|
+
websocket-client==1.8.0
|
13
|
+
wslink==1.12.4
|
14
|
+
yarl==1.20.1
|
15
|
+
|
16
|
+
[cpu]
|
17
|
+
vtk-osmesa==9.3.1
|
18
|
+
|
19
|
+
[gpu]
|
20
|
+
vtk==9.3.1
|
File without changes
|
File without changes
|
File without changes
|
{vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/src/Vease_Viewer.egg-info/dependency_links.txt
RENAMED
File without changes
|
{vease_viewer-2.3.14rc2 → vease_viewer-2.3.14rc4}/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
|