OpenGeodeWeb-Back 4.2.0rc1__tar.gz → 4.2.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 (25) hide show
  1. {opengeodeweb_back-4.2.0rc1/src/OpenGeodeWeb_Back.egg-info → opengeodeweb_back-4.2.1rc1}/PKG-INFO +20 -21
  2. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/pyproject.toml +1 -1
  3. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/requirements.txt +20 -22
  4. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1/src/OpenGeodeWeb_Back.egg-info}/PKG-INFO +20 -21
  5. opengeodeweb_back-4.2.1rc1/src/OpenGeodeWeb_Back.egg-info/requires.txt +27 -0
  6. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/geode_objects.py +4 -4
  7. opengeodeweb_back-4.2.0rc1/src/OpenGeodeWeb_Back.egg-info/requires.txt +0 -28
  8. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/LICENSE +0 -0
  9. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/README.md +0 -0
  10. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/setup.cfg +0 -0
  11. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/OpenGeodeWeb_Back.egg-info/SOURCES.txt +0 -0
  12. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/OpenGeodeWeb_Back.egg-info/dependency_links.txt +0 -0
  13. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/OpenGeodeWeb_Back.egg-info/top_level.txt +0 -0
  14. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/__init__.py +0 -0
  15. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/geode_functions.py +0 -0
  16. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/routes/blueprint_routes.py +0 -0
  17. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/routes/schemas/allowed_files.json +0 -0
  18. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/routes/schemas/allowed_objects.json +0 -0
  19. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/routes/schemas/geode_objects_and_output_extensions.json +0 -0
  20. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/routes/schemas/geographic_coordinate_systems.json +0 -0
  21. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/routes/schemas/inspect_file.json +0 -0
  22. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/routes/schemas/missing_files.json +0 -0
  23. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/src/opengeodeweb_back/routes/schemas/upload_file.json +0 -0
  24. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/tests/test_functions.py +0 -0
  25. {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1rc1}/tests/test_routes.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: OpenGeodeWeb-Back
3
- Version: 4.2.0rc1
3
+ Version: 4.2.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
@@ -13,32 +13,31 @@ Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: asgiref==3.8.1
15
15
  Requires-Dist: attrs==23.2.0
16
- Requires-Dist: blinker==1.8.1
16
+ Requires-Dist: blinker==1.8.2
17
17
  Requires-Dist: click==8.1.7
18
18
  Requires-Dist: flask[async]==3.0.3
19
- Requires-Dist: flask-cors==4.0.0
20
- Requires-Dist: geode-background==7.9.8
21
- Requires-Dist: geode-common==31.0.8
22
- Requires-Dist: geode-conversion==5.2.8
23
- Requires-Dist: geode-explicit==4.7.5
24
- Requires-Dist: geode-implicit==2.8.6
25
- Requires-Dist: geode-numerics==4.3.3
26
- Requires-Dist: geode-simplex==6.7.4
27
- Requires-Dist: geode-viewables==2.2.2
19
+ Requires-Dist: flask-cors==4.0.1
20
+ Requires-Dist: geode-background==7.12.0
21
+ Requires-Dist: geode-common==31.2.1
22
+ Requires-Dist: geode-conversion==5.4.1
23
+ Requires-Dist: geode-explicit==4.8.3
24
+ Requires-Dist: geode-implicit==2.8.7
25
+ Requires-Dist: geode-numerics==4.4.0
26
+ Requires-Dist: geode-simplex==6.8.3
27
+ Requires-Dist: geode-viewables==2.2.3
28
28
  Requires-Dist: itsdangerous==2.2.0
29
- Requires-Dist: jinja2==3.1.3
30
- Requires-Dist: jsonschema==4.21.1
29
+ Requires-Dist: jinja2==3.1.4
30
+ Requires-Dist: jsonschema==4.22.0
31
31
  Requires-Dist: jsonschema-specifications==2023.12.1
32
32
  Requires-Dist: markupsafe==2.1.5
33
- Requires-Dist: opengeode-core==14.19.2
34
- Requires-Dist: opengeode-geosciences==7.6.4
35
- Requires-Dist: opengeode-geosciencesio==4.7.6
36
- Requires-Dist: opengeode-inspector==5.1.3
33
+ Requires-Dist: opengeode-core==14.21.3
34
+ Requires-Dist: opengeode-geosciences==7.7.0
35
+ Requires-Dist: opengeode-geosciencesio==4.7.7
36
+ Requires-Dist: opengeode-inspector==5.1.4
37
37
  Requires-Dist: opengeode-io==6.5.1
38
- Requires-Dist: referencing==0.35.0
39
- Requires-Dist: rpds-py==0.18.0
40
- Requires-Dist: typing-extensions==4.12.0
41
- Requires-Dist: werkzeug==3.0.2
38
+ Requires-Dist: referencing==0.35.1
39
+ Requires-Dist: rpds-py==0.18.1
40
+ Requires-Dist: werkzeug==3.0.3
42
41
 
43
42
  <h1 align="center">OpenGeodeWeb-Back<sup><i>by Geode-solutions</i></sup></h1>
44
43
  <h3 align="center">OpenSource Python framework based on OpenGeode</h3>
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "OpenGeodeWeb-Back"
8
- version = "4.2.0-rc.1"
8
+ version = "4.2.1-rc.1"
9
9
  dynamic = ["dependencies"]
10
10
  authors = [
11
11
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -1,5 +1,5 @@
1
1
  #
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
3
  # by the following command:
4
4
  #
5
5
  # pip-compile requirements.in
@@ -10,7 +10,7 @@ attrs==23.2.0
10
10
  # via
11
11
  # jsonschema
12
12
  # referencing
13
- blinker==1.8.1
13
+ blinker==1.8.2
14
14
  # via flask
15
15
  click==8.1.7
16
16
  # via flask
@@ -18,14 +18,14 @@ flask[async]==3.0.3
18
18
  # via
19
19
  # -r requirements.in
20
20
  # flask-cors
21
- flask-cors==4.0.0
21
+ flask-cors==4.0.1
22
22
  # via -r requirements.in
23
- geode-background==7.9.8
23
+ geode-background==7.12.0
24
24
  # via
25
25
  # geode-explicit
26
26
  # geode-implicit
27
27
  # geode-simplex
28
- geode-common==31.0.8
28
+ geode-common==31.2.1
29
29
  # via
30
30
  # -r requirements.in
31
31
  # geode-background
@@ -34,30 +34,30 @@ geode-common==31.0.8
34
34
  # geode-numerics
35
35
  # geode-simplex
36
36
  # geode-viewables
37
- geode-conversion==5.2.8
37
+ geode-conversion==5.4.1
38
38
  # via
39
39
  # geode-explicit
40
40
  # geode-implicit
41
- geode-explicit==4.7.5
41
+ geode-explicit==4.8.3
42
42
  # via
43
43
  # -r requirements.in
44
44
  # geode-implicit
45
- geode-implicit==2.8.6
45
+ geode-implicit==2.8.7
46
46
  # via -r requirements.in
47
- geode-numerics==4.3.3
47
+ geode-numerics==4.4.0
48
48
  # via
49
49
  # -r requirements.in
50
50
  # geode-implicit
51
51
  # geode-simplex
52
- geode-simplex==6.7.4
52
+ geode-simplex==6.8.3
53
53
  # via -r requirements.in
54
- geode-viewables==2.2.2
54
+ geode-viewables==2.2.3
55
55
  # via -r requirements.in
56
56
  itsdangerous==2.2.0
57
57
  # via flask
58
- jinja2==3.1.3
58
+ jinja2==3.1.4
59
59
  # via flask
60
- jsonschema==4.21.1
60
+ jsonschema==4.22.0
61
61
  # via -r requirements.in
62
62
  jsonschema-specifications==2023.12.1
63
63
  # via jsonschema
@@ -65,7 +65,7 @@ markupsafe==2.1.5
65
65
  # via
66
66
  # jinja2
67
67
  # werkzeug
68
- opengeode-core==14.19.2
68
+ opengeode-core==14.21.3
69
69
  # via
70
70
  # -r requirements.in
71
71
  # geode-background
@@ -80,17 +80,17 @@ opengeode-core==14.19.2
80
80
  # opengeode-geosciencesio
81
81
  # opengeode-inspector
82
82
  # opengeode-io
83
- opengeode-geosciences==7.6.4
83
+ opengeode-geosciences==7.7.0
84
84
  # via
85
85
  # -r requirements.in
86
86
  # geode-implicit
87
87
  # geode-viewables
88
88
  # opengeode-geosciencesio
89
- opengeode-geosciencesio==4.7.6
89
+ opengeode-geosciencesio==4.7.7
90
90
  # via
91
91
  # -r requirements.in
92
92
  # geode-implicit
93
- opengeode-inspector==5.1.3
93
+ opengeode-inspector==5.1.4
94
94
  # via
95
95
  # -r requirements.in
96
96
  # geode-explicit
@@ -102,17 +102,15 @@ opengeode-io==6.5.1
102
102
  # geode-implicit
103
103
  # geode-viewables
104
104
  # opengeode-geosciencesio
105
- referencing==0.35.0
105
+ referencing==0.35.1
106
106
  # via
107
107
  # jsonschema
108
108
  # jsonschema-specifications
109
- rpds-py==0.18.0
109
+ rpds-py==0.18.1
110
110
  # via
111
111
  # jsonschema
112
112
  # referencing
113
- typing-extensions==4.12.0
114
- # via asgiref
115
- werkzeug==3.0.2
113
+ werkzeug==3.0.3
116
114
  # via
117
115
  # -r requirements.in
118
116
  # flask
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: OpenGeodeWeb-Back
3
- Version: 4.2.0rc1
3
+ Version: 4.2.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
@@ -13,32 +13,31 @@ Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: asgiref==3.8.1
15
15
  Requires-Dist: attrs==23.2.0
16
- Requires-Dist: blinker==1.8.1
16
+ Requires-Dist: blinker==1.8.2
17
17
  Requires-Dist: click==8.1.7
18
18
  Requires-Dist: flask[async]==3.0.3
19
- Requires-Dist: flask-cors==4.0.0
20
- Requires-Dist: geode-background==7.9.8
21
- Requires-Dist: geode-common==31.0.8
22
- Requires-Dist: geode-conversion==5.2.8
23
- Requires-Dist: geode-explicit==4.7.5
24
- Requires-Dist: geode-implicit==2.8.6
25
- Requires-Dist: geode-numerics==4.3.3
26
- Requires-Dist: geode-simplex==6.7.4
27
- Requires-Dist: geode-viewables==2.2.2
19
+ Requires-Dist: flask-cors==4.0.1
20
+ Requires-Dist: geode-background==7.12.0
21
+ Requires-Dist: geode-common==31.2.1
22
+ Requires-Dist: geode-conversion==5.4.1
23
+ Requires-Dist: geode-explicit==4.8.3
24
+ Requires-Dist: geode-implicit==2.8.7
25
+ Requires-Dist: geode-numerics==4.4.0
26
+ Requires-Dist: geode-simplex==6.8.3
27
+ Requires-Dist: geode-viewables==2.2.3
28
28
  Requires-Dist: itsdangerous==2.2.0
29
- Requires-Dist: jinja2==3.1.3
30
- Requires-Dist: jsonschema==4.21.1
29
+ Requires-Dist: jinja2==3.1.4
30
+ Requires-Dist: jsonschema==4.22.0
31
31
  Requires-Dist: jsonschema-specifications==2023.12.1
32
32
  Requires-Dist: markupsafe==2.1.5
33
- Requires-Dist: opengeode-core==14.19.2
34
- Requires-Dist: opengeode-geosciences==7.6.4
35
- Requires-Dist: opengeode-geosciencesio==4.7.6
36
- Requires-Dist: opengeode-inspector==5.1.3
33
+ Requires-Dist: opengeode-core==14.21.3
34
+ Requires-Dist: opengeode-geosciences==7.7.0
35
+ Requires-Dist: opengeode-geosciencesio==4.7.7
36
+ Requires-Dist: opengeode-inspector==5.1.4
37
37
  Requires-Dist: opengeode-io==6.5.1
38
- Requires-Dist: referencing==0.35.0
39
- Requires-Dist: rpds-py==0.18.0
40
- Requires-Dist: typing-extensions==4.12.0
41
- Requires-Dist: werkzeug==3.0.2
38
+ Requires-Dist: referencing==0.35.1
39
+ Requires-Dist: rpds-py==0.18.1
40
+ Requires-Dist: werkzeug==3.0.3
42
41
 
43
42
  <h1 align="center">OpenGeodeWeb-Back<sup><i>by Geode-solutions</i></sup></h1>
44
43
  <h3 align="center">OpenSource Python framework based on OpenGeode</h3>
@@ -0,0 +1,27 @@
1
+ asgiref==3.8.1
2
+ attrs==23.2.0
3
+ blinker==1.8.2
4
+ click==8.1.7
5
+ flask[async]==3.0.3
6
+ flask-cors==4.0.1
7
+ geode-background==7.12.0
8
+ geode-common==31.2.1
9
+ geode-conversion==5.4.1
10
+ geode-explicit==4.8.3
11
+ geode-implicit==2.8.7
12
+ geode-numerics==4.4.0
13
+ geode-simplex==6.8.3
14
+ geode-viewables==2.2.3
15
+ itsdangerous==2.2.0
16
+ jinja2==3.1.4
17
+ jsonschema==4.22.0
18
+ jsonschema-specifications==2023.12.1
19
+ markupsafe==2.1.5
20
+ opengeode-core==14.21.3
21
+ opengeode-geosciences==7.7.0
22
+ opengeode-geosciencesio==4.7.7
23
+ opengeode-inspector==5.1.4
24
+ opengeode-io==6.5.1
25
+ referencing==0.35.1
26
+ rpds-py==0.18.1
27
+ werkzeug==3.0.3
@@ -67,7 +67,7 @@ def geode_objects_dict():
67
67
  "is_3D": False,
68
68
  "is_viewable": True,
69
69
  "save_viewable": g_v.save_viewable_edged_curve2D,
70
- "inspector": og_inspector.inspect_edgedcurve2D,
70
+ "inspector": og_inspector.inspect_edged_curve2D,
71
71
  },
72
72
  "EdgedCurve3D": {
73
73
  "input_factory": og.EdgedCurveInputFactory3D,
@@ -87,7 +87,7 @@ def geode_objects_dict():
87
87
  "is_3D": True,
88
88
  "is_viewable": True,
89
89
  "save_viewable": g_v.save_viewable_edged_curve3D,
90
- "inspector": og_inspector.inspect_edgedcurve3D,
90
+ "inspector": og_inspector.inspect_edged_curve3D,
91
91
  },
92
92
  "Graph": {
93
93
  "input_factory": og.GraphInputFactory,
@@ -166,7 +166,7 @@ def geode_objects_dict():
166
166
  "is_3D": False,
167
167
  "is_viewable": True,
168
168
  "save_viewable": g_v.save_viewable_point_set2D,
169
- "inspector": og_inspector.inspect_pointset2D,
169
+ "inspector": og_inspector.inspect_point_set2D,
170
170
  },
171
171
  "PointSet3D": {
172
172
  "input_factory": og.PointSetInputFactory3D,
@@ -186,7 +186,7 @@ def geode_objects_dict():
186
186
  "is_3D": True,
187
187
  "is_viewable": True,
188
188
  "save_viewable": g_v.save_viewable_point_set3D,
189
- "inspector": og_inspector.inspect_pointset3D,
189
+ "inspector": og_inspector.inspect_point_set3D,
190
190
  },
191
191
  "PolygonalSurface2D": {
192
192
  "input_factory": og.PolygonalSurfaceInputFactory2D,
@@ -1,28 +0,0 @@
1
- asgiref==3.8.1
2
- attrs==23.2.0
3
- blinker==1.8.1
4
- click==8.1.7
5
- flask[async]==3.0.3
6
- flask-cors==4.0.0
7
- geode-background==7.9.8
8
- geode-common==31.0.8
9
- geode-conversion==5.2.8
10
- geode-explicit==4.7.5
11
- geode-implicit==2.8.6
12
- geode-numerics==4.3.3
13
- geode-simplex==6.7.4
14
- geode-viewables==2.2.2
15
- itsdangerous==2.2.0
16
- jinja2==3.1.3
17
- jsonschema==4.21.1
18
- jsonschema-specifications==2023.12.1
19
- markupsafe==2.1.5
20
- opengeode-core==14.19.2
21
- opengeode-geosciences==7.6.4
22
- opengeode-geosciencesio==4.7.6
23
- opengeode-inspector==5.1.3
24
- opengeode-io==6.5.1
25
- referencing==0.35.0
26
- rpds-py==0.18.0
27
- typing-extensions==4.12.0
28
- werkzeug==3.0.2