Vease-Viewer 2.3.7rc1__py3-none-any.whl → 2.3.8__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  # Standard library imports
2
2
  import os
3
- import pkg_resources
3
+ import importlib.metadata as metadata
4
4
 
5
5
  # Third party imports
6
6
  from opengeodeweb_viewer.utils_functions import get_schemas_dict, validate_schema
@@ -21,4 +21,4 @@ class VtkVeaseViewerView(vtk_protocols.vtkWebProtocol):
21
21
  print(self.prefix + self.schemas_dict["microservice_version"]["rpc"], f"{params=}", flush=True)
22
22
  validate_schema(params, self.schemas_dict["microservice_version"])
23
23
 
24
- return {"microservice_version": pkg_resources.get_distribution("vease_viewer").version}
24
+ return {"microservice_version": metadata.distribution("vease_viewer").version}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Vease-Viewer
3
- Version: 2.3.7rc1
3
+ Version: 2.3.8
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
@@ -8,7 +8,7 @@ Project-URL: Bug Tracker, https://github.com/Geode-solutions/Vease-Viewer/issues
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Operating System :: OS Independent
11
- Requires-Python: >=3.8
11
+ Requires-Python: <3.13,>=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: aiohttp==3.9.3
@@ -0,0 +1,9 @@
1
+ vease_viewer/app.py,sha256=7ZVoW6741GjmR7CA592TAFSZUJIdkPM0BQameOlDKRs,460
2
+ vease_viewer/rpc/protocols.py,sha256=aVrx5U-AaLgr8SL8lxw7Fj0m9VNqNUElEcPtGsfqREA,903
3
+ vease_viewer/rpc/schemas/microservice_version.json,sha256=AjOLp1fuLNcP_4YpQIQRSSNDPznfTUkf6kbqBjIPo0o,126
4
+ vease_viewer-2.3.8.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
5
+ vease_viewer-2.3.8.dist-info/METADATA,sha256=nktt2dEVNsrr6HsKDn3IiSHeTOYWb57YUfnYH5fzig0,1590
6
+ vease_viewer-2.3.8.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
7
+ vease_viewer-2.3.8.dist-info/entry_points.txt,sha256=n39U_EW4l0moq5yJ-yavxNP3WHf_L5AITJpez8H2TWg,61
8
+ vease_viewer-2.3.8.dist-info/top_level.txt,sha256=ulf1U3rlf8f1kleu7P2T6vZIhVgwi5aS1_qgNaSwiwA,13
9
+ vease_viewer-2.3.8.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- vease_viewer/app.py,sha256=7ZVoW6741GjmR7CA592TAFSZUJIdkPM0BQameOlDKRs,460
2
- vease_viewer/rpc/protocols.py,sha256=y8RkBzxin_1Y_olICLLzk2GjUbZf9EJBa_CXHr5bDHY,895
3
- vease_viewer/rpc/schemas/microservice_version.json,sha256=AjOLp1fuLNcP_4YpQIQRSSNDPznfTUkf6kbqBjIPo0o,126
4
- vease_viewer-2.3.7rc1.dist-info/licenses/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
5
- vease_viewer-2.3.7rc1.dist-info/METADATA,sha256=b6LY2yNRQXnhp7FIDlsE5iEgaXDX3jx7lM3H-m-9AKE,1587
6
- vease_viewer-2.3.7rc1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
7
- vease_viewer-2.3.7rc1.dist-info/entry_points.txt,sha256=n39U_EW4l0moq5yJ-yavxNP3WHf_L5AITJpez8H2TWg,61
8
- vease_viewer-2.3.7rc1.dist-info/top_level.txt,sha256=ulf1U3rlf8f1kleu7P2T6vZIhVgwi5aS1_qgNaSwiwA,13
9
- vease_viewer-2.3.7rc1.dist-info/RECORD,,