OpenGeodeWeb-Back 5.10.0rc2__py3-none-any.whl → 5.10.0rc4__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.
- opengeodeweb_back/geode_functions.py +5 -1
- {opengeodeweb_back-5.10.0rc2.dist-info → opengeodeweb_back-5.10.0rc4.dist-info}/METADATA +1 -1
- {opengeodeweb_back-5.10.0rc2.dist-info → opengeodeweb_back-5.10.0rc4.dist-info}/RECORD +6 -6
- {opengeodeweb_back-5.10.0rc2.dist-info → opengeodeweb_back-5.10.0rc4.dist-info}/WHEEL +0 -0
- {opengeodeweb_back-5.10.0rc2.dist-info → opengeodeweb_back-5.10.0rc4.dist-info}/licenses/LICENSE +0 -0
- {opengeodeweb_back-5.10.0rc2.dist-info → opengeodeweb_back-5.10.0rc4.dist-info}/top_level.txt +0 -0
@@ -188,7 +188,11 @@ def list_geode_objects(
|
|
188
188
|
for geode_object in geode_objects_filtered_list:
|
189
189
|
if has_creator(geode_object, file_extension):
|
190
190
|
loadability_score = is_loadable(geode_object, file_absolute_path)
|
191
|
-
|
191
|
+
priority_score = object_priority(geode_object, file_absolute_path)
|
192
|
+
return_dict[geode_object] = {
|
193
|
+
"is_loadable": loadability_score,
|
194
|
+
"object_priority": priority_score,
|
195
|
+
}
|
192
196
|
return return_dict
|
193
197
|
|
194
198
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: OpenGeodeWeb-Back
|
3
|
-
Version: 5.10.
|
3
|
+
Version: 5.10.0rc4
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
opengeodeweb_back/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
opengeodeweb_back/app_config.py,sha256=gJfYxDJOa_PYLqjqgdXacp3W3F109uujE9LGPvzHOkc,728
|
3
|
-
opengeodeweb_back/geode_functions.py,sha256=
|
3
|
+
opengeodeweb_back/geode_functions.py,sha256=lYcDTFUbp3mMqvbaMEwPW4RiMt4O0cDH0Z9mxbZKs-4,10176
|
4
4
|
opengeodeweb_back/geode_objects.py,sha256=PdHsntULIQPQdibQVNzZgHqREb6Ez_bx5TcMCeiC_Ho,27686
|
5
5
|
opengeodeweb_back/test_utils.py,sha256=18AbRW9-tfKkPcmRGilTTHXI7S3armYyV7Vdy5UvUKM,794
|
6
6
|
opengeodeweb_back/utils_functions.py,sha256=j9swpKiA7Wo4rSX4_Vy_Vi6OmiqUTkQqZShawgs14DA,7099
|
@@ -22,8 +22,8 @@ opengeodeweb_back/routes/schemas/save_viewable_file.json,sha256=pvvEdaC7bNASPMrl
|
|
22
22
|
opengeodeweb_back/routes/schemas/texture_coordinates.json,sha256=oW84Vh34KfleK935fmMXnqJXy-vaLDd7g87O_PtSzfY,429
|
23
23
|
opengeodeweb_back/routes/schemas/upload_file.json,sha256=LJ3U3L5ApKuQDVFIpVT_y2alq4HW_suTvZ3HUucNbhg,219
|
24
24
|
opengeodeweb_back/routes/schemas/vertex_attribute_names.json,sha256=bmXG0pzVHMUTZY_0iu6ruX7eMUVk8wr2H1o4eEtBlg0,432
|
25
|
-
opengeodeweb_back-5.10.
|
26
|
-
opengeodeweb_back-5.10.
|
27
|
-
opengeodeweb_back-5.10.
|
28
|
-
opengeodeweb_back-5.10.
|
29
|
-
opengeodeweb_back-5.10.
|
25
|
+
opengeodeweb_back-5.10.0rc4.dist-info/licenses/LICENSE,sha256=LoTB-aqQvzTGxoTRXNnhNV0LKiqdk2bQv6MB34l8zkI,1079
|
26
|
+
opengeodeweb_back-5.10.0rc4.dist-info/METADATA,sha256=S-Ne4h3shLkhx7a6OsDdevzvpKGAzsW6h2AVxUoejXc,2676
|
27
|
+
opengeodeweb_back-5.10.0rc4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
28
|
+
opengeodeweb_back-5.10.0rc4.dist-info/top_level.txt,sha256=tN1FZeLIVBrdja2-pbmhg5-tK-JILmmT9OeIBnhlUrQ,18
|
29
|
+
opengeodeweb_back-5.10.0rc4.dist-info/RECORD,,
|
File without changes
|
{opengeodeweb_back-5.10.0rc2.dist-info → opengeodeweb_back-5.10.0rc4.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{opengeodeweb_back-5.10.0rc2.dist-info → opengeodeweb_back-5.10.0rc4.dist-info}/top_level.txt
RENAMED
File without changes
|