Vease-Viewer 2.3.14rc15__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.

Files changed (19) hide show
  1. vease_viewer-2.3.14rc16/PKG-INFO +53 -0
  2. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/pyproject.toml +1 -1
  3. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/requirements.txt +32 -32
  4. vease_viewer-2.3.14rc16/src/Vease_Viewer.egg-info/PKG-INFO +53 -0
  5. vease_viewer-2.3.14rc16/src/Vease_Viewer.egg-info/requires.txt +37 -0
  6. vease_viewer-2.3.14rc15/PKG-INFO +0 -53
  7. vease_viewer-2.3.14rc15/src/Vease_Viewer.egg-info/PKG-INFO +0 -53
  8. vease_viewer-2.3.14rc15/src/Vease_Viewer.egg-info/requires.txt +0 -37
  9. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/LICENSE +0 -0
  10. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/README.md +0 -0
  11. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/setup.cfg +0 -0
  12. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
  13. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
  14. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
  15. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
  16. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/src/vease_viewer/app.py +0 -0
  17. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/src/vease_viewer/rpc/protocols.py +0 -0
  18. {vease_viewer-2.3.14rc15 → vease_viewer-2.3.14rc16}/src/vease_viewer/rpc/schemas/microservice_version.json +0 -0
  19. {vease_viewer-2.3.14rc15 → 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,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "Vease-Viewer"
7
- version = "2.3.14-rc.15"
7
+ version = "2.3.14-rc.16"
8
8
  dynamic = ["dependencies"]
9
9
  authors = [
10
10
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -4,63 +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.0
8
8
  # via
9
9
  # aiohttp
10
10
  # opengeodeweb-viewer
11
- aiohttp==3.*
11
+ aiohttp~=3.0
12
12
  # via
13
13
  # opengeodeweb-viewer
14
14
  # wslink
15
- aiosignal==1.*
15
+ aiosignal~=1.0
16
16
  # via
17
17
  # aiohttp
18
18
  # opengeodeweb-viewer
19
- attrs==25.*
19
+ attrs~=25.0
20
20
  # via
21
21
  # aiohttp
22
22
  # opengeodeweb-viewer
23
- blinker==1.*
23
+ blinker~=1.0
24
24
  # via
25
25
  # flask
26
26
  # opengeodeweb-microservice
27
27
  # opengeodeweb-viewer
28
- click==8.*
28
+ click~=8.0
29
29
  # via
30
30
  # flask
31
31
  # opengeodeweb-microservice
32
32
  # opengeodeweb-viewer
33
- contourpy==1.*
33
+ contourpy~=1.0
34
34
  # via
35
35
  # matplotlib
36
36
  # opengeodeweb-viewer
37
- cycler==0.*
37
+ cycler~=0.0
38
38
  # via
39
39
  # matplotlib
40
40
  # opengeodeweb-viewer
41
- fastjsonschema==2.*
41
+ fastjsonschema~=2.0
42
42
  # via
43
43
  # opengeodeweb-microservice
44
44
  # opengeodeweb-viewer
45
- flask==3.*
45
+ flask~=3.0
46
46
  # via
47
47
  # flask-sqlalchemy
48
48
  # opengeodeweb-microservice
49
49
  # opengeodeweb-viewer
50
- flask-sqlalchemy==3.*
50
+ flask-sqlalchemy~=3.0
51
51
  # via
52
52
  # opengeodeweb-microservice
53
53
  # opengeodeweb-viewer
54
- fonttools==4.*
54
+ fonttools~=4.0
55
55
  # via
56
56
  # matplotlib
57
57
  # opengeodeweb-viewer
58
- frozenlist==1.*
58
+ frozenlist~=1.0
59
59
  # via
60
60
  # aiohttp
61
61
  # aiosignal
62
62
  # opengeodeweb-viewer
63
- greenlet==3.*
63
+ greenlet~=3.0
64
64
  # via
65
65
  # opengeodeweb-microservice
66
66
  # opengeodeweb-viewer
@@ -69,12 +69,12 @@ idna==3.10
69
69
  # via
70
70
  # opengeodeweb-viewer
71
71
  # yarl
72
- itsdangerous==2.*
72
+ itsdangerous~=2.0
73
73
  # via
74
74
  # flask
75
75
  # opengeodeweb-microservice
76
76
  # opengeodeweb-viewer
77
- jinja2==3.*
77
+ jinja2~=3.0
78
78
  # via
79
79
  # flask
80
80
  # opengeodeweb-microservice
@@ -83,40 +83,40 @@ kiwisolver==1.4.10rc0
83
83
  # via
84
84
  # matplotlib
85
85
  # opengeodeweb-viewer
86
- markupsafe==3.*
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==3.*
93
+ matplotlib~=3.0
94
94
  # via
95
95
  # opengeodeweb-viewer
96
96
  # vtk
97
- multidict==6.*
97
+ multidict~=6.0
98
98
  # via
99
99
  # aiohttp
100
100
  # opengeodeweb-viewer
101
101
  # yarl
102
- numpy==2.*
102
+ numpy~=2.0
103
103
  # via
104
104
  # contourpy
105
105
  # matplotlib
106
106
  # opengeodeweb-viewer
107
- opengeodeweb-microservice==1.0.1rc2
107
+ opengeodeweb-microservice==1.0.1rc3
108
108
  # via opengeodeweb-viewer
109
- opengeodeweb-viewer==1.11.0rc10
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==11.*
115
+ pillow~=11.0
116
116
  # via
117
117
  # matplotlib
118
118
  # opengeodeweb-viewer
119
- propcache==0.*
119
+ propcache~=0.0
120
120
  # via
121
121
  # aiohttp
122
122
  # opengeodeweb-viewer
@@ -129,33 +129,33 @@ python-dateutil==2.9.0.post0
129
129
  # via
130
130
  # matplotlib
131
131
  # opengeodeweb-viewer
132
- six==1.*
132
+ six~=1.0
133
133
  # via
134
134
  # opengeodeweb-viewer
135
135
  # python-dateutil
136
- sqlalchemy==2.*
136
+ sqlalchemy~=2.0
137
137
  # via
138
138
  # flask-sqlalchemy
139
139
  # opengeodeweb-microservice
140
140
  # opengeodeweb-viewer
141
- typing-extensions==4.*
141
+ typing-extensions~=4.0
142
142
  # via
143
143
  # aiosignal
144
144
  # opengeodeweb-microservice
145
145
  # opengeodeweb-viewer
146
146
  # sqlalchemy
147
- vtk==9.*
147
+ vtk~=9.0
148
148
  # via opengeodeweb-viewer
149
- websocket-client==1.*
149
+ websocket-client~=1.0
150
150
  # via opengeodeweb-viewer
151
- werkzeug==3.*
151
+ werkzeug~=3.0
152
152
  # via
153
153
  # flask
154
154
  # opengeodeweb-microservice
155
155
  # opengeodeweb-viewer
156
- wslink==1.*
156
+ wslink~=1.0
157
157
  # via opengeodeweb-viewer
158
- yarl==1.*
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
@@ -1,53 +0,0 @@
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
@@ -1,53 +0,0 @@
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
@@ -1,37 +0,0 @@
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.*