OpenGeodeWeb-Back 5.7.0rc1__py3-none-any.whl → 5.7.0rc3__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.
@@ -0,0 +1,20 @@
1
+ {
2
+ "route": "/mesh_components",
3
+ "methods": [
4
+ "POST"
5
+ ],
6
+ "type": "object",
7
+ "properties": {
8
+ "filename": {
9
+ "type": "string"
10
+ },
11
+ "geode_object": {
12
+ "type": "string"
13
+ }
14
+ },
15
+ "required": [
16
+ "filename",
17
+ "geode_object"
18
+ ],
19
+ "additionalProperties": false
20
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "route": "/vtm_component_indices",
3
+ "methods": [
4
+ "POST"
5
+ ],
6
+ "type": "object",
7
+ "properties": {
8
+ "id": {
9
+ "type": "string"
10
+ }
11
+ },
12
+ "required": [
13
+ "id"
14
+ ],
15
+ "additionalProperties": false
16
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OpenGeodeWeb-Back
3
- Version: 5.7.0rc1
3
+ Version: 5.7.0rc3
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
@@ -17,24 +17,24 @@ Requires-Dist: blinker==1.9.0
17
17
  Requires-Dist: click==8.1.8
18
18
  Requires-Dist: flask[async]==3.1.0
19
19
  Requires-Dist: flask-cors==5.0.1
20
- Requires-Dist: geode-background==9.2.0
21
- Requires-Dist: geode-common==33.7.5
22
- Requires-Dist: geode-conversion==6.2.9
23
- Requires-Dist: geode-explicit==6.1.37
24
- Requires-Dist: geode-implicit==3.7.6
25
- Requires-Dist: geode-numerics==6.0.3
26
- Requires-Dist: geode-simplex==9.2.6
27
- Requires-Dist: geode-viewables==3.1.0
20
+ Requires-Dist: geode-background==9.2.3
21
+ Requires-Dist: geode-common==33.7.6
22
+ Requires-Dist: geode-conversion==6.2.11
23
+ Requires-Dist: geode-explicit==6.1.38
24
+ Requires-Dist: geode-implicit==3.7.8
25
+ Requires-Dist: geode-numerics==6.0.6
26
+ Requires-Dist: geode-simplex==9.2.8
27
+ Requires-Dist: geode-viewables==3.1.1
28
28
  Requires-Dist: itsdangerous==2.2.0
29
29
  Requires-Dist: jinja2==3.1.6
30
30
  Requires-Dist: jsonschema==4.23.0
31
- Requires-Dist: jsonschema-specifications==2024.10.1
31
+ Requires-Dist: jsonschema-specifications==2025.4.1
32
32
  Requires-Dist: markupsafe==3.0.2
33
- Requires-Dist: opengeode-core==15.17.12
34
- Requires-Dist: opengeode-geosciences==8.4.4
35
- Requires-Dist: opengeode-geosciencesio==5.3.8
36
- Requires-Dist: opengeode-inspector==6.3.11
37
- Requires-Dist: opengeode-io==7.1.5
33
+ Requires-Dist: opengeode-core==15.17.14
34
+ Requires-Dist: opengeode-geosciences==8.4.6
35
+ Requires-Dist: opengeode-geosciencesio==5.3.9
36
+ Requires-Dist: opengeode-inspector==6.4.0
37
+ Requires-Dist: opengeode-io==7.2.0
38
38
  Requires-Dist: referencing==0.36.2
39
39
  Requires-Dist: rpds-py==0.24.0
40
40
  Requires-Dist: typing-extensions==4.13.2
@@ -6,6 +6,8 @@ opengeodeweb_back/test_utils.py,sha256=gvRPOzin4nI5TKuB-AFgIxcekTOYM4h7yUYk0tYIZ
6
6
  opengeodeweb_back/utils_functions.py,sha256=otjE6XAZ_KXbaPipad3ivqFsTGGr8lqz1AhqPWgeE9g,4096
7
7
  opengeodeweb_back/routes/blueprint_routes.py,sha256=-LuLb-LEomF4i33Th2pgJGHDQ9Q-0rzA8uAdFYU3LvQ,14040
8
8
  opengeodeweb_back/routes/models/blueprint_models.py,sha256=zH97zPB0bVtOtKWPNmY22d52zzp0rL8jho8wA0ku1Vo,2305
9
+ opengeodeweb_back/routes/models/schemas/mesh_components.json,sha256=3hgNqkxKDv691JGgjgMoqI_WgH2m7AtEFfjsOIqAz5Y,295
10
+ opengeodeweb_back/routes/models/schemas/vtm_component_indices.json,sha256=0km8gzawPj-eFodhaGzAgNZjAEOl4wLy24f_Bs3pBlw,217
9
11
  opengeodeweb_back/routes/schemas/allowed_files.json,sha256=pRsGf39LiJpl3zEGLg4IqvRtm7iUx3Wq4Tb4tSFXGV0,234
10
12
  opengeodeweb_back/routes/schemas/allowed_objects.json,sha256=oy_YYpFzgDICx-keWqNIUpQM3zzB4eE3H6mPNxH9rWc,361
11
13
  opengeodeweb_back/routes/schemas/create_point.json,sha256=XjmXLMkr4jgWYHUKSwAhsxz1oLDZi8r8J0SY-QuEvks,386
@@ -20,8 +22,8 @@ opengeodeweb_back/routes/schemas/save_viewable_file.json,sha256=pvvEdaC7bNASPMrl
20
22
  opengeodeweb_back/routes/schemas/texture_coordinates.json,sha256=m0EqxlvKojXVxK5Csucodu3rq1YMVJPwXJN_Wreb3qc,355
21
23
  opengeodeweb_back/routes/schemas/upload_file.json,sha256=LJ3U3L5ApKuQDVFIpVT_y2alq4HW_suTvZ3HUucNbhg,219
22
24
  opengeodeweb_back/routes/schemas/vertex_attribute_names.json,sha256=bya9KGtTmHFWjD-ur0_0UAY2yf3KkMeuNrk6E1UkjLM,358
23
- opengeodeweb_back-5.7.0rc1.dist-info/licenses/LICENSE,sha256=LoTB-aqQvzTGxoTRXNnhNV0LKiqdk2bQv6MB34l8zkI,1079
24
- opengeodeweb_back-5.7.0rc1.dist-info/METADATA,sha256=XK55oDmc4a_5bUbrLQju116x8edggDul0sKQlShgjQk,3081
25
- opengeodeweb_back-5.7.0rc1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
26
- opengeodeweb_back-5.7.0rc1.dist-info/top_level.txt,sha256=tN1FZeLIVBrdja2-pbmhg5-tK-JILmmT9OeIBnhlUrQ,18
27
- opengeodeweb_back-5.7.0rc1.dist-info/RECORD,,
25
+ opengeodeweb_back-5.7.0rc3.dist-info/licenses/LICENSE,sha256=LoTB-aqQvzTGxoTRXNnhNV0LKiqdk2bQv6MB34l8zkI,1079
26
+ opengeodeweb_back-5.7.0rc3.dist-info/METADATA,sha256=MsFmbHlWGcMf3yypu6PeYx1sLJflHWjzqk0woTMVMFA,3080
27
+ opengeodeweb_back-5.7.0rc3.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
28
+ opengeodeweb_back-5.7.0rc3.dist-info/top_level.txt,sha256=tN1FZeLIVBrdja2-pbmhg5-tK-JILmmT9OeIBnhlUrQ,18
29
+ opengeodeweb_back-5.7.0rc3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5