OpenGeodeWeb-Back 5.6.0rc2__tar.gz → 5.6.1rc1__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.
Files changed (41) hide show
  1. {opengeodeweb_back-5.6.0rc2/src/OpenGeodeWeb_Back.egg-info → opengeodeweb_back-5.6.1rc1}/PKG-INFO +4 -4
  2. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/pyproject.toml +1 -1
  3. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/requirements.txt +4 -4
  4. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1/src/OpenGeodeWeb_Back.egg-info}/PKG-INFO +4 -4
  5. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/OpenGeodeWeb_Back.egg-info/requires.txt +3 -3
  6. opengeodeweb_back-5.6.1rc1/src/opengeodeweb_back/routes/schemas/allowed_objects.json +24 -0
  7. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/routes/schemas/create_point.json +2 -1
  8. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/routes/schemas/geode_objects_and_output_extensions.json +12 -5
  9. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/routes/schemas/geographic_coordinate_systems.json +9 -4
  10. opengeodeweb_back-5.6.1rc1/src/opengeodeweb_back/routes/schemas/inspect_file.json +22 -0
  11. opengeodeweb_back-5.6.1rc1/src/opengeodeweb_back/routes/schemas/missing_files.json +22 -0
  12. opengeodeweb_back-5.6.1rc1/src/opengeodeweb_back/routes/schemas/polygon_attribute_names.json +22 -0
  13. opengeodeweb_back-5.6.1rc1/src/opengeodeweb_back/routes/schemas/polyhedron_attribute_names.json +22 -0
  14. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/routes/schemas/save_viewable_file.json +4 -2
  15. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/routes/schemas/texture_coordinates.json +4 -6
  16. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/routes/schemas/upload_file.json +7 -3
  17. opengeodeweb_back-5.6.1rc1/src/opengeodeweb_back/routes/schemas/vertex_attribute_names.json +22 -0
  18. opengeodeweb_back-5.6.0rc2/src/opengeodeweb_back/routes/schemas/allowed_objects.json +0 -15
  19. opengeodeweb_back-5.6.0rc2/src/opengeodeweb_back/routes/schemas/inspect_file.json +0 -15
  20. opengeodeweb_back-5.6.0rc2/src/opengeodeweb_back/routes/schemas/missing_files.json +0 -15
  21. opengeodeweb_back-5.6.0rc2/src/opengeodeweb_back/routes/schemas/polygon_attribute_names.json +0 -15
  22. opengeodeweb_back-5.6.0rc2/src/opengeodeweb_back/routes/schemas/polyhedron_attribute_names.json +0 -15
  23. opengeodeweb_back-5.6.0rc2/src/opengeodeweb_back/routes/schemas/vertex_attribute_names.json +0 -15
  24. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/LICENSE +0 -0
  25. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/README.md +0 -0
  26. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/setup.cfg +0 -0
  27. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/OpenGeodeWeb_Back.egg-info/SOURCES.txt +0 -0
  28. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/OpenGeodeWeb_Back.egg-info/dependency_links.txt +0 -0
  29. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/OpenGeodeWeb_Back.egg-info/top_level.txt +0 -0
  30. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/__init__.py +0 -0
  31. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/app_config.py +0 -0
  32. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/geode_functions.py +0 -0
  33. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/geode_objects.py +0 -0
  34. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/routes/blueprint_routes.py +0 -0
  35. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/routes/schemas/allowed_files.json +0 -0
  36. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/routes/schemas/ping.json +0 -0
  37. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/test_utils.py +0 -0
  38. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/src/opengeodeweb_back/utils_functions.py +0 -0
  39. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/tests/test_geode_functions.py +0 -0
  40. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/tests/test_routes.py +0 -0
  41. {opengeodeweb_back-5.6.0rc2 → opengeodeweb_back-5.6.1rc1}/tests/test_utils_functions.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: OpenGeodeWeb-Back
3
- Version: 5.6.0rc2
3
+ Version: 5.6.1rc1
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
@@ -18,19 +18,19 @@ 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
20
  Requires-Dist: geode-background==8.9.4
21
- Requires-Dist: geode-common==33.5.1rc1
21
+ Requires-Dist: geode-common==33.5.0
22
22
  Requires-Dist: geode-conversion==6.1.6
23
23
  Requires-Dist: geode-explicit==6.1.28
24
24
  Requires-Dist: geode-implicit==3.5.2
25
25
  Requires-Dist: geode-numerics==5.2.5
26
- Requires-Dist: geode-simplex==9.0.12rc1
26
+ Requires-Dist: geode-simplex==9.0.11
27
27
  Requires-Dist: geode-viewables==3.0.10
28
28
  Requires-Dist: itsdangerous==2.2.0
29
29
  Requires-Dist: jinja2==3.1.5
30
30
  Requires-Dist: jsonschema==4.23.0
31
31
  Requires-Dist: jsonschema-specifications==2024.10.1
32
32
  Requires-Dist: markupsafe==3.0.2
33
- Requires-Dist: opengeode-core==15.13.0rc1
33
+ Requires-Dist: opengeode-core==15.12.0
34
34
  Requires-Dist: opengeode-geosciences==8.2.2
35
35
  Requires-Dist: opengeode-geosciencesio==5.3.6
36
36
  Requires-Dist: opengeode-inspector==6.3.7
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "OpenGeodeWeb-Back"
8
- version = "5.6.0-rc.2"
8
+ version = "5.6.1-rc.1"
9
9
  dynamic = ["dependencies"]
10
10
  authors = [
11
11
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -2,7 +2,7 @@
2
2
  # This file is autogenerated by pip-compile with Python 3.10
3
3
  # by the following command:
4
4
  #
5
- # pip-compile --pre requirements.in
5
+ # pip-compile requirements.in
6
6
  #
7
7
  asgiref==3.8.1
8
8
  # via flask
@@ -25,7 +25,7 @@ geode-background==8.9.4
25
25
  # geode-explicit
26
26
  # geode-implicit
27
27
  # geode-simplex
28
- geode-common==33.5.1rc1
28
+ geode-common==33.5.0
29
29
  # via
30
30
  # -r requirements.in
31
31
  # geode-background
@@ -51,7 +51,7 @@ geode-numerics==5.2.5
51
51
  # -r requirements.in
52
52
  # geode-implicit
53
53
  # geode-simplex
54
- geode-simplex==9.0.12rc1
54
+ geode-simplex==9.0.11
55
55
  # via
56
56
  # -r requirements.in
57
57
  # geode-implicit
@@ -69,7 +69,7 @@ markupsafe==3.0.2
69
69
  # via
70
70
  # jinja2
71
71
  # werkzeug
72
- opengeode-core==15.13.0rc1
72
+ opengeode-core==15.12.0
73
73
  # via
74
74
  # -r requirements.in
75
75
  # geode-background
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: OpenGeodeWeb-Back
3
- Version: 5.6.0rc2
3
+ Version: 5.6.1rc1
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
@@ -18,19 +18,19 @@ 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
20
  Requires-Dist: geode-background==8.9.4
21
- Requires-Dist: geode-common==33.5.1rc1
21
+ Requires-Dist: geode-common==33.5.0
22
22
  Requires-Dist: geode-conversion==6.1.6
23
23
  Requires-Dist: geode-explicit==6.1.28
24
24
  Requires-Dist: geode-implicit==3.5.2
25
25
  Requires-Dist: geode-numerics==5.2.5
26
- Requires-Dist: geode-simplex==9.0.12rc1
26
+ Requires-Dist: geode-simplex==9.0.11
27
27
  Requires-Dist: geode-viewables==3.0.10
28
28
  Requires-Dist: itsdangerous==2.2.0
29
29
  Requires-Dist: jinja2==3.1.5
30
30
  Requires-Dist: jsonschema==4.23.0
31
31
  Requires-Dist: jsonschema-specifications==2024.10.1
32
32
  Requires-Dist: markupsafe==3.0.2
33
- Requires-Dist: opengeode-core==15.13.0rc1
33
+ Requires-Dist: opengeode-core==15.12.0
34
34
  Requires-Dist: opengeode-geosciences==8.2.2
35
35
  Requires-Dist: opengeode-geosciencesio==5.3.6
36
36
  Requires-Dist: opengeode-inspector==6.3.7
@@ -5,19 +5,19 @@ click==8.1.8
5
5
  flask[async]==3.1.0
6
6
  flask-cors==5.0.1
7
7
  geode-background==8.9.4
8
- geode-common==33.5.1rc1
8
+ geode-common==33.5.0
9
9
  geode-conversion==6.1.6
10
10
  geode-explicit==6.1.28
11
11
  geode-implicit==3.5.2
12
12
  geode-numerics==5.2.5
13
- geode-simplex==9.0.12rc1
13
+ geode-simplex==9.0.11
14
14
  geode-viewables==3.0.10
15
15
  itsdangerous==2.2.0
16
16
  jinja2==3.1.5
17
17
  jsonschema==4.23.0
18
18
  jsonschema-specifications==2024.10.1
19
19
  markupsafe==3.0.2
20
- opengeode-core==15.13.0rc1
20
+ opengeode-core==15.12.0
21
21
  opengeode-geosciences==8.2.2
22
22
  opengeode-geosciencesio==5.3.6
23
23
  opengeode-inspector==6.3.7
@@ -0,0 +1,24 @@
1
+ {
2
+ "route": "/allowed_objects",
3
+ "methods": [
4
+ "POST"
5
+ ],
6
+ "type": "object",
7
+ "properties": {
8
+ "filename": {
9
+ "type": "string",
10
+ "minLength": 1
11
+ },
12
+ "supported_feature": {
13
+ "type": [
14
+ "string",
15
+ "null"
16
+ ]
17
+ }
18
+ },
19
+ "required": [
20
+ "filename",
21
+ "supported_feature"
22
+ ],
23
+ "additionalProperties": false
24
+ }
@@ -6,7 +6,8 @@
6
6
  "type": "object",
7
7
  "properties": {
8
8
  "title": {
9
- "type": "string"
9
+ "type": "string",
10
+ "minLength": 1
10
11
  },
11
12
  "x": {
12
13
  "type": "number"
@@ -1,15 +1,22 @@
1
1
  {
2
2
  "route": "/geode_objects_and_output_extensions",
3
- "methods": ["POST"],
3
+ "methods": [
4
+ "POST"
5
+ ],
4
6
  "type": "object",
5
7
  "properties": {
6
8
  "input_geode_object": {
7
- "type": "string"
9
+ "type": "string",
10
+ "minLength": 1
8
11
  },
9
12
  "filename": {
10
- "type": "string"
13
+ "type": "string",
14
+ "minLength": 1
11
15
  }
12
16
  },
13
- "required": ["input_geode_object", "filename"],
17
+ "required": [
18
+ "input_geode_object",
19
+ "filename"
20
+ ],
14
21
  "additionalProperties": false
15
- }
22
+ }
@@ -1,12 +1,17 @@
1
1
  {
2
2
  "route": "/geographic_coordinate_systems",
3
- "methods": ["POST"],
3
+ "methods": [
4
+ "POST"
5
+ ],
4
6
  "type": "object",
5
7
  "properties": {
6
8
  "input_geode_object": {
7
- "type": "string"
9
+ "type": "string",
10
+ "minLength": 1
8
11
  }
9
12
  },
10
- "required": ["input_geode_object"],
13
+ "required": [
14
+ "input_geode_object"
15
+ ],
11
16
  "additionalProperties": false
12
- }
17
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "route": "/inspect_file",
3
+ "methods": [
4
+ "POST"
5
+ ],
6
+ "type": "object",
7
+ "properties": {
8
+ "filename": {
9
+ "type": "string",
10
+ "minLength": 1
11
+ },
12
+ "input_geode_object": {
13
+ "type": "string",
14
+ "minLength": 1
15
+ }
16
+ },
17
+ "required": [
18
+ "filename",
19
+ "input_geode_object"
20
+ ],
21
+ "additionalProperties": false
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "route": "/missing_files",
3
+ "methods": [
4
+ "POST"
5
+ ],
6
+ "type": "object",
7
+ "properties": {
8
+ "input_geode_object": {
9
+ "type": "string",
10
+ "minLength": 1
11
+ },
12
+ "filename": {
13
+ "type": "string",
14
+ "minLength": 1
15
+ }
16
+ },
17
+ "required": [
18
+ "input_geode_object",
19
+ "filename"
20
+ ],
21
+ "additionalProperties": false
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "route": "/polygon_attribute_names",
3
+ "methods": [
4
+ "POST"
5
+ ],
6
+ "type": "object",
7
+ "properties": {
8
+ "input_geode_object": {
9
+ "type": "string",
10
+ "minLength": 1
11
+ },
12
+ "filename": {
13
+ "type": "string",
14
+ "minLength": 1
15
+ }
16
+ },
17
+ "required": [
18
+ "input_geode_object",
19
+ "filename"
20
+ ],
21
+ "additionalProperties": false
22
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "route": "/polyhedron_attribute_names",
3
+ "methods": [
4
+ "POST"
5
+ ],
6
+ "type": "object",
7
+ "properties": {
8
+ "input_geode_object": {
9
+ "type": "string",
10
+ "minLength": 1
11
+ },
12
+ "filename": {
13
+ "type": "string",
14
+ "minLength": 1
15
+ }
16
+ },
17
+ "required": [
18
+ "input_geode_object",
19
+ "filename"
20
+ ],
21
+ "additionalProperties": false
22
+ }
@@ -6,10 +6,12 @@
6
6
  "type": "object",
7
7
  "properties": {
8
8
  "input_geode_object": {
9
- "type": "string"
9
+ "type": "string",
10
+ "minLength": 1
10
11
  },
11
12
  "filename": {
12
- "type": "string"
13
+ "type": "string",
14
+ "minLength": 1
13
15
  }
14
16
  },
15
17
  "required": [
@@ -6,14 +6,12 @@
6
6
  "type": "object",
7
7
  "properties": {
8
8
  "input_geode_object": {
9
- "type": [
10
- "string"
11
- ]
9
+ "type": "string",
10
+ "minLength": 1
12
11
  },
13
12
  "filename": {
14
- "type": [
15
- "string"
16
- ]
13
+ "type": "string",
14
+ "minLength": 1
17
15
  }
18
16
  },
19
17
  "required": [
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "route": "/upload_file",
3
- "methods": ["OPTIONS", "PUT"],
3
+ "methods": [
4
+ "OPTIONS",
5
+ "PUT"
6
+ ],
4
7
  "type": "object",
5
8
  "properties": {
6
9
  "filename": {
7
- "type": "string"
10
+ "type": "string",
11
+ "minLength": 1
8
12
  }
9
13
  },
10
14
  "additionalProperties": false
11
- }
15
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "route": "/vertex_attribute_names",
3
+ "methods": [
4
+ "POST"
5
+ ],
6
+ "type": "object",
7
+ "properties": {
8
+ "input_geode_object": {
9
+ "type": "string",
10
+ "minLength": 1
11
+ },
12
+ "filename": {
13
+ "type": "string",
14
+ "minLength": 1
15
+ }
16
+ },
17
+ "required": [
18
+ "input_geode_object",
19
+ "filename"
20
+ ],
21
+ "additionalProperties": false
22
+ }
@@ -1,15 +0,0 @@
1
- {
2
- "route": "/allowed_objects",
3
- "methods": ["POST"],
4
- "type": "object",
5
- "properties": {
6
- "filename": {
7
- "type": "string"
8
- },
9
- "supported_feature": {
10
- "type": ["string", "null"]
11
- }
12
- },
13
- "required": ["filename", "supported_feature"],
14
- "additionalProperties": false
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "route": "/inspect_file",
3
- "methods": ["POST"],
4
- "type": "object",
5
- "properties": {
6
- "filename": {
7
- "type": "string"
8
- },
9
- "input_geode_object": {
10
- "type": "string"
11
- }
12
- },
13
- "required": ["filename", "input_geode_object"],
14
- "additionalProperties": false
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "route": "/missing_files",
3
- "methods": ["POST"],
4
- "type": "object",
5
- "properties": {
6
- "input_geode_object": {
7
- "type": "string"
8
- },
9
- "filename": {
10
- "type": "string"
11
- }
12
- },
13
- "required": ["input_geode_object", "filename"],
14
- "additionalProperties": false
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "route": "/polygon_attribute_names",
3
- "methods": ["POST"],
4
- "type": "object",
5
- "properties": {
6
- "input_geode_object": {
7
- "type": "string"
8
- },
9
- "filename": {
10
- "type": "string"
11
- }
12
- },
13
- "required": ["input_geode_object", "filename"],
14
- "additionalProperties": false
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "route": "/polyhedron_attribute_names",
3
- "methods": ["POST"],
4
- "type": "object",
5
- "properties": {
6
- "input_geode_object": {
7
- "type": "string"
8
- },
9
- "filename": {
10
- "type": "string"
11
- }
12
- },
13
- "required": ["input_geode_object", "filename"],
14
- "additionalProperties": false
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "route": "/vertex_attribute_names",
3
- "methods": ["POST"],
4
- "type": "object",
5
- "properties": {
6
- "input_geode_object": {
7
- "type": "string"
8
- },
9
- "filename": {
10
- "type": "string"
11
- }
12
- },
13
- "required": ["input_geode_object", "filename"],
14
- "additionalProperties": false
15
- }