OpenGeodeWeb-Back 4.2.0rc1__tar.gz → 4.2.1__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.
- {opengeodeweb_back-4.2.0rc1/src/OpenGeodeWeb_Back.egg-info → opengeodeweb_back-4.2.1}/PKG-INFO +20 -21
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/pyproject.toml +1 -1
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/requirements.txt +20 -22
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1/src/OpenGeodeWeb_Back.egg-info}/PKG-INFO +20 -21
- opengeodeweb_back-4.2.1/src/OpenGeodeWeb_Back.egg-info/requires.txt +27 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/geode_objects.py +4 -4
- opengeodeweb_back-4.2.0rc1/src/OpenGeodeWeb_Back.egg-info/requires.txt +0 -28
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/LICENSE +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/README.md +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/setup.cfg +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/OpenGeodeWeb_Back.egg-info/SOURCES.txt +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/OpenGeodeWeb_Back.egg-info/dependency_links.txt +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/OpenGeodeWeb_Back.egg-info/top_level.txt +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/__init__.py +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/geode_functions.py +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/routes/blueprint_routes.py +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/routes/schemas/allowed_files.json +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/routes/schemas/allowed_objects.json +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/routes/schemas/geode_objects_and_output_extensions.json +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/routes/schemas/geographic_coordinate_systems.json +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/routes/schemas/inspect_file.json +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/routes/schemas/missing_files.json +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/routes/schemas/upload_file.json +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/tests/test_functions.py +0 -0
- {opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/tests/test_routes.py +0 -0
{opengeodeweb_back-4.2.0rc1/src/OpenGeodeWeb_Back.egg-info → opengeodeweb_back-4.2.1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: OpenGeodeWeb-Back
|
3
|
-
Version: 4.2.
|
3
|
+
Version: 4.2.1
|
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.
|
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.
|
20
|
-
Requires-Dist: geode-background==7.
|
21
|
-
Requires-Dist: geode-common==31.
|
22
|
-
Requires-Dist: geode-conversion==5.
|
23
|
-
Requires-Dist: geode-explicit==4.
|
24
|
-
Requires-Dist: geode-implicit==2.8.
|
25
|
-
Requires-Dist: geode-numerics==4.
|
26
|
-
Requires-Dist: geode-simplex==6.
|
27
|
-
Requires-Dist: geode-viewables==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.
|
30
|
-
Requires-Dist: jsonschema==4.
|
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.
|
34
|
-
Requires-Dist: opengeode-geosciences==7.
|
35
|
-
Requires-Dist: opengeode-geosciencesio==4.7.
|
36
|
-
Requires-Dist: opengeode-inspector==5.1.
|
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.
|
39
|
-
Requires-Dist: rpds-py==0.18.
|
40
|
-
Requires-Dist:
|
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>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
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.
|
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.
|
21
|
+
flask-cors==4.0.1
|
22
22
|
# via -r requirements.in
|
23
|
-
geode-background==7.
|
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.
|
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.
|
37
|
+
geode-conversion==5.4.1
|
38
38
|
# via
|
39
39
|
# geode-explicit
|
40
40
|
# geode-implicit
|
41
|
-
geode-explicit==4.
|
41
|
+
geode-explicit==4.8.3
|
42
42
|
# via
|
43
43
|
# -r requirements.in
|
44
44
|
# geode-implicit
|
45
|
-
geode-implicit==2.8.
|
45
|
+
geode-implicit==2.8.7
|
46
46
|
# via -r requirements.in
|
47
|
-
geode-numerics==4.
|
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.
|
52
|
+
geode-simplex==6.8.3
|
53
53
|
# via -r requirements.in
|
54
|
-
geode-viewables==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.
|
58
|
+
jinja2==3.1.4
|
59
59
|
# via flask
|
60
|
-
jsonschema==4.
|
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.
|
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.
|
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.
|
89
|
+
opengeode-geosciencesio==4.7.7
|
90
90
|
# via
|
91
91
|
# -r requirements.in
|
92
92
|
# geode-implicit
|
93
|
-
opengeode-inspector==5.1.
|
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.
|
105
|
+
referencing==0.35.1
|
106
106
|
# via
|
107
107
|
# jsonschema
|
108
108
|
# jsonschema-specifications
|
109
|
-
rpds-py==0.18.
|
109
|
+
rpds-py==0.18.1
|
110
110
|
# via
|
111
111
|
# jsonschema
|
112
112
|
# referencing
|
113
|
-
|
114
|
-
# via asgiref
|
115
|
-
werkzeug==3.0.2
|
113
|
+
werkzeug==3.0.3
|
116
114
|
# via
|
117
115
|
# -r requirements.in
|
118
116
|
# flask
|
{opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1/src/OpenGeodeWeb_Back.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: OpenGeodeWeb-Back
|
3
|
-
Version: 4.2.
|
3
|
+
Version: 4.2.1
|
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.
|
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.
|
20
|
-
Requires-Dist: geode-background==7.
|
21
|
-
Requires-Dist: geode-common==31.
|
22
|
-
Requires-Dist: geode-conversion==5.
|
23
|
-
Requires-Dist: geode-explicit==4.
|
24
|
-
Requires-Dist: geode-implicit==2.8.
|
25
|
-
Requires-Dist: geode-numerics==4.
|
26
|
-
Requires-Dist: geode-simplex==6.
|
27
|
-
Requires-Dist: geode-viewables==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.
|
30
|
-
Requires-Dist: jsonschema==4.
|
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.
|
34
|
-
Requires-Dist: opengeode-geosciences==7.
|
35
|
-
Requires-Dist: opengeode-geosciencesio==4.7.
|
36
|
-
Requires-Dist: opengeode-inspector==5.1.
|
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.
|
39
|
-
Requires-Dist: rpds-py==0.18.
|
40
|
-
Requires-Dist:
|
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
|
{opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/geode_objects.py
RENAMED
@@ -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.
|
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.
|
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.
|
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.
|
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
|
File without changes
|
File without changes
|
File without changes
|
{opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/OpenGeodeWeb_Back.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/OpenGeodeWeb_Back.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
{opengeodeweb_back-4.2.0rc1 → opengeodeweb_back-4.2.1}/src/opengeodeweb_back/geode_functions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|