OpenGeodeWeb-Back 5.10.3rc18__py3-none-any.whl → 5.10.4rc1__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.
Potentially problematic release.
This version of OpenGeodeWeb-Back might be problematic. Click here for more details.
- opengeodeweb_back/utils_functions.py +1 -1
- {opengeodeweb_back-5.10.3rc18.dist-info → opengeodeweb_back-5.10.4rc1.dist-info}/METADATA +2 -2
- {opengeodeweb_back-5.10.3rc18.dist-info → opengeodeweb_back-5.10.4rc1.dist-info}/RECORD +7 -7
- {opengeodeweb_back-5.10.3rc18.dist-info → opengeodeweb_back-5.10.4rc1.dist-info}/WHEEL +0 -0
- {opengeodeweb_back-5.10.3rc18.dist-info → opengeodeweb_back-5.10.4rc1.dist-info}/entry_points.txt +0 -0
- {opengeodeweb_back-5.10.3rc18.dist-info → opengeodeweb_back-5.10.4rc1.dist-info}/licenses/LICENSE +0 -0
- {opengeodeweb_back-5.10.3rc18.dist-info → opengeodeweb_back-5.10.4rc1.dist-info}/top_level.txt +0 -0
|
@@ -213,7 +213,7 @@ def save_all_viewables_and_return_info(
|
|
|
213
213
|
"object_type": geode_functions.get_object_type(geode_object),
|
|
214
214
|
"binary_light_viewable": binary_light_viewable.decode("utf-8"),
|
|
215
215
|
"geode_object": data_entry.geode_object,
|
|
216
|
-
"
|
|
216
|
+
"input_file": data_entry.input_file,
|
|
217
217
|
"additional_files": data_entry.additional_files,
|
|
218
218
|
}
|
|
219
219
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: OpenGeodeWeb-Back
|
|
3
|
-
Version: 5.10.
|
|
3
|
+
Version: 5.10.4rc1
|
|
4
4
|
Summary: OpenGeodeWeb-Back is an open source framework that proposes handy python functions and wrappers for the OpenGeode ecosystem
|
|
5
5
|
Author-email: Geode-solutions <team-web@geode-solutions.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/Geode-solutions/OpenGeodeWeb-Back
|
|
@@ -27,7 +27,7 @@ Requires-Dist: opengeode-geosciencesio==5.8.0
|
|
|
27
27
|
Requires-Dist: opengeode-inspector==6.8.1
|
|
28
28
|
Requires-Dist: opengeode-io==7.4.0
|
|
29
29
|
Requires-Dist: werkzeug==3.1.2
|
|
30
|
-
Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.
|
|
30
|
+
Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.4
|
|
31
31
|
Dynamic: license-file
|
|
32
32
|
|
|
33
33
|
<h1 align="center">OpenGeodeWeb-Back<sup><i>by Geode-solutions</i></sup></h1>
|
|
@@ -5,7 +5,7 @@ opengeodeweb_back/geode_functions.py,sha256=NzELy9s6AETDnm7tyA_uM2N89zrfeLdblRhz
|
|
|
5
5
|
opengeodeweb_back/geode_objects.py,sha256=_NclGPa024kCwUHdORkFuXYtiZBmQpgq6sO3LRkBhe8,27776
|
|
6
6
|
opengeodeweb_back/py.typed,sha256=la67KBlbjXN-_-DfGNcdOcjYumVpKG_Tkw-8n5dnGB4,8
|
|
7
7
|
opengeodeweb_back/test_utils.py,sha256=18AbRW9-tfKkPcmRGilTTHXI7S3armYyV7Vdy5UvUKM,794
|
|
8
|
-
opengeodeweb_back/utils_functions.py,sha256=
|
|
8
|
+
opengeodeweb_back/utils_functions.py,sha256=1rpvfJF2qUinjUffSo2A2t6cQ2Dd-dbTLf_RzLFIkWg,9110
|
|
9
9
|
opengeodeweb_back/routes/blueprint_routes.py,sha256=19W90mI3-jL80prgOU3aq8mBp3TM5-TO1rg244eZg2k,11394
|
|
10
10
|
opengeodeweb_back/routes/models/blueprint_models.py,sha256=Jo9pUDeu1nO3_IbBiuHGk57cc4_fhwxjM0EKNyv1FT0,1874
|
|
11
11
|
opengeodeweb_back/routes/models/schemas/mesh_components.json,sha256=JmQUvpy7HpGS6FlThZLx1YjHqiInRTqUZ_Ft5MfOzEE,239
|
|
@@ -25,9 +25,9 @@ opengeodeweb_back/routes/schemas/save_viewable_file.json,sha256=pvvEdaC7bNASPMrl
|
|
|
25
25
|
opengeodeweb_back/routes/schemas/texture_coordinates.json,sha256=2uQueIl1jOmxFG_gIi_vJETR4IurrwuSf8GAnzphk9g,237
|
|
26
26
|
opengeodeweb_back/routes/schemas/upload_file.json,sha256=LJ3U3L5ApKuQDVFIpVT_y2alq4HW_suTvZ3HUucNbhg,219
|
|
27
27
|
opengeodeweb_back/routes/schemas/vertex_attribute_names.json,sha256=ECIflohiqPZNsflAdkfEzksL4we0JvZhIxUd84Ubctg,240
|
|
28
|
-
opengeodeweb_back-5.10.
|
|
29
|
-
opengeodeweb_back-5.10.
|
|
30
|
-
opengeodeweb_back-5.10.
|
|
31
|
-
opengeodeweb_back-5.10.
|
|
32
|
-
opengeodeweb_back-5.10.
|
|
33
|
-
opengeodeweb_back-5.10.
|
|
28
|
+
opengeodeweb_back-5.10.4rc1.dist-info/licenses/LICENSE,sha256=LoTB-aqQvzTGxoTRXNnhNV0LKiqdk2bQv6MB34l8zkI,1079
|
|
29
|
+
opengeodeweb_back-5.10.4rc1.dist-info/METADATA,sha256=Xqwl-aMPwSAKyaRsiRMWpE-QFTcMBLcfuf08VRp1lyg,2665
|
|
30
|
+
opengeodeweb_back-5.10.4rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
opengeodeweb_back-5.10.4rc1.dist-info/entry_points.txt,sha256=3W_t5GFc9ROHSIZ55IGvYU3DLHUFQmYOM4Bm9u3Z0cE,71
|
|
32
|
+
opengeodeweb_back-5.10.4rc1.dist-info/top_level.txt,sha256=tN1FZeLIVBrdja2-pbmhg5-tK-JILmmT9OeIBnhlUrQ,18
|
|
33
|
+
opengeodeweb_back-5.10.4rc1.dist-info/RECORD,,
|
|
File without changes
|
{opengeodeweb_back-5.10.3rc18.dist-info → opengeodeweb_back-5.10.4rc1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{opengeodeweb_back-5.10.3rc18.dist-info → opengeodeweb_back-5.10.4rc1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{opengeodeweb_back-5.10.3rc18.dist-info → opengeodeweb_back-5.10.4rc1.dist-info}/top_level.txt
RENAMED
|
File without changes
|