OpenGeodeWeb-Back 3.0.0rc3__tar.gz → 3.0.0rc5__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-3.0.0rc3/src/OpenGeodeWeb_Back.egg-info → OpenGeodeWeb-Back-3.0.0rc5}/PKG-INFO +12 -12
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/pyproject.toml +1 -1
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/requirements.txt +12 -12
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5/src/OpenGeodeWeb_Back.egg-info}/PKG-INFO +12 -12
- OpenGeodeWeb-Back-3.0.0rc5/src/OpenGeodeWeb_Back.egg-info/requires.txt +24 -0
- OpenGeodeWeb-Back-3.0.0rc3/src/OpenGeodeWeb_Back.egg-info/requires.txt +0 -24
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/LICENSE +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/README.md +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/setup.cfg +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/OpenGeodeWeb_Back.egg-info/SOURCES.txt +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/OpenGeodeWeb_Back.egg-info/dependency_links.txt +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/OpenGeodeWeb_Back.egg-info/top_level.txt +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/opengeodeweb_back/__init__.py +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/opengeodeweb_back/geode_functions.py +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/opengeodeweb_back/geode_objects.py +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/opengeodeweb_back/inspector_functions.py +0 -0
- {OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/tests/test_functions.py +0 -0
{OpenGeodeWeb-Back-3.0.0rc3/src/OpenGeodeWeb_Back.egg-info → OpenGeodeWeb-Back-3.0.0rc5}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: OpenGeodeWeb-Back
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.0rc5
|
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,21 +17,21 @@ Requires-Dist: blinker==1.7.0
|
|
17
17
|
Requires-Dist: click==8.1.7
|
18
18
|
Requires-Dist: colorama==0.4.6
|
19
19
|
Requires-Dist: flask[async]==3.0.0
|
20
|
-
Requires-Dist: geode-common==30.0.
|
21
|
-
Requires-Dist: geode-viewables==2.1.
|
22
|
-
Requires-Dist: importlib-metadata==
|
20
|
+
Requires-Dist: geode-common==30.0.3
|
21
|
+
Requires-Dist: geode-viewables==2.1.7
|
22
|
+
Requires-Dist: importlib-metadata==7.0.0
|
23
23
|
Requires-Dist: itsdangerous==2.1.2
|
24
24
|
Requires-Dist: jinja2==3.1.2
|
25
25
|
Requires-Dist: jsonschema==4.20.0
|
26
|
-
Requires-Dist: jsonschema-specifications==2023.11.
|
26
|
+
Requires-Dist: jsonschema-specifications==2023.11.2
|
27
27
|
Requires-Dist: markupsafe==2.1.3
|
28
|
-
Requires-Dist: opengeode-core==14.10.
|
29
|
-
Requires-Dist: opengeode-geosciences==7.3.
|
30
|
-
Requires-Dist: opengeode-geosciencesio==4.5.
|
31
|
-
Requires-Dist: opengeode-inspector==4.0.
|
32
|
-
Requires-Dist: opengeode-io==6.2.
|
33
|
-
Requires-Dist: referencing==0.31.
|
34
|
-
Requires-Dist: rpds-py==0.13.
|
28
|
+
Requires-Dist: opengeode-core==14.10.2
|
29
|
+
Requires-Dist: opengeode-geosciences==7.3.2
|
30
|
+
Requires-Dist: opengeode-geosciencesio==4.5.4
|
31
|
+
Requires-Dist: opengeode-inspector==4.0.3
|
32
|
+
Requires-Dist: opengeode-io==6.2.4
|
33
|
+
Requires-Dist: referencing==0.31.1
|
34
|
+
Requires-Dist: rpds-py==0.13.2
|
35
35
|
Requires-Dist: typing-extensions==4.8.0
|
36
36
|
Requires-Dist: werkzeug==3.0.1
|
37
37
|
Requires-Dist: zipp==3.17.0
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file is autogenerated by pip-compile with Python 3.9
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
|
-
# pip-compile
|
5
|
+
# pip-compile requirements.in
|
6
6
|
#
|
7
7
|
asgiref==3.7.2
|
8
8
|
# via flask
|
@@ -18,11 +18,11 @@ colorama==0.4.6
|
|
18
18
|
# via click
|
19
19
|
flask[async]==3.0.0
|
20
20
|
# via -r requirements.in
|
21
|
-
geode-common==30.0.
|
21
|
+
geode-common==30.0.3
|
22
22
|
# via geode-viewables
|
23
|
-
geode-viewables==2.1.
|
23
|
+
geode-viewables==2.1.7
|
24
24
|
# via -r requirements.in
|
25
|
-
importlib-metadata==
|
25
|
+
importlib-metadata==7.0.0
|
26
26
|
# via flask
|
27
27
|
itsdangerous==2.1.2
|
28
28
|
# via flask
|
@@ -30,13 +30,13 @@ jinja2==3.1.2
|
|
30
30
|
# via flask
|
31
31
|
jsonschema==4.20.0
|
32
32
|
# via -r requirements.in
|
33
|
-
jsonschema-specifications==2023.11.
|
33
|
+
jsonschema-specifications==2023.11.2
|
34
34
|
# via jsonschema
|
35
35
|
markupsafe==2.1.3
|
36
36
|
# via
|
37
37
|
# jinja2
|
38
38
|
# werkzeug
|
39
|
-
opengeode-core==14.10.
|
39
|
+
opengeode-core==14.10.2
|
40
40
|
# via
|
41
41
|
# -r requirements.in
|
42
42
|
# geode-common
|
@@ -45,28 +45,28 @@ opengeode-core==14.10.0rc2
|
|
45
45
|
# opengeode-geosciencesio
|
46
46
|
# opengeode-inspector
|
47
47
|
# opengeode-io
|
48
|
-
opengeode-geosciences==7.3.
|
48
|
+
opengeode-geosciences==7.3.2
|
49
49
|
# via
|
50
50
|
# -r requirements.in
|
51
51
|
# geode-viewables
|
52
52
|
# opengeode-geosciencesio
|
53
53
|
# opengeode-inspector
|
54
|
-
opengeode-geosciencesio==4.5.
|
54
|
+
opengeode-geosciencesio==4.5.4
|
55
55
|
# via
|
56
56
|
# -r requirements.in
|
57
57
|
# opengeode-inspector
|
58
|
-
opengeode-inspector==4.0.
|
58
|
+
opengeode-inspector==4.0.3
|
59
59
|
# via -r requirements.in
|
60
|
-
opengeode-io==6.2.
|
60
|
+
opengeode-io==6.2.4
|
61
61
|
# via
|
62
62
|
# -r requirements.in
|
63
63
|
# geode-viewables
|
64
64
|
# opengeode-inspector
|
65
|
-
referencing==0.31.
|
65
|
+
referencing==0.31.1
|
66
66
|
# via
|
67
67
|
# jsonschema
|
68
68
|
# jsonschema-specifications
|
69
|
-
rpds-py==0.13.
|
69
|
+
rpds-py==0.13.2
|
70
70
|
# via
|
71
71
|
# jsonschema
|
72
72
|
# referencing
|
{OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5/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: 3.0.
|
3
|
+
Version: 3.0.0rc5
|
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,21 +17,21 @@ Requires-Dist: blinker==1.7.0
|
|
17
17
|
Requires-Dist: click==8.1.7
|
18
18
|
Requires-Dist: colorama==0.4.6
|
19
19
|
Requires-Dist: flask[async]==3.0.0
|
20
|
-
Requires-Dist: geode-common==30.0.
|
21
|
-
Requires-Dist: geode-viewables==2.1.
|
22
|
-
Requires-Dist: importlib-metadata==
|
20
|
+
Requires-Dist: geode-common==30.0.3
|
21
|
+
Requires-Dist: geode-viewables==2.1.7
|
22
|
+
Requires-Dist: importlib-metadata==7.0.0
|
23
23
|
Requires-Dist: itsdangerous==2.1.2
|
24
24
|
Requires-Dist: jinja2==3.1.2
|
25
25
|
Requires-Dist: jsonschema==4.20.0
|
26
|
-
Requires-Dist: jsonschema-specifications==2023.11.
|
26
|
+
Requires-Dist: jsonschema-specifications==2023.11.2
|
27
27
|
Requires-Dist: markupsafe==2.1.3
|
28
|
-
Requires-Dist: opengeode-core==14.10.
|
29
|
-
Requires-Dist: opengeode-geosciences==7.3.
|
30
|
-
Requires-Dist: opengeode-geosciencesio==4.5.
|
31
|
-
Requires-Dist: opengeode-inspector==4.0.
|
32
|
-
Requires-Dist: opengeode-io==6.2.
|
33
|
-
Requires-Dist: referencing==0.31.
|
34
|
-
Requires-Dist: rpds-py==0.13.
|
28
|
+
Requires-Dist: opengeode-core==14.10.2
|
29
|
+
Requires-Dist: opengeode-geosciences==7.3.2
|
30
|
+
Requires-Dist: opengeode-geosciencesio==4.5.4
|
31
|
+
Requires-Dist: opengeode-inspector==4.0.3
|
32
|
+
Requires-Dist: opengeode-io==6.2.4
|
33
|
+
Requires-Dist: referencing==0.31.1
|
34
|
+
Requires-Dist: rpds-py==0.13.2
|
35
35
|
Requires-Dist: typing-extensions==4.8.0
|
36
36
|
Requires-Dist: werkzeug==3.0.1
|
37
37
|
Requires-Dist: zipp==3.17.0
|
@@ -0,0 +1,24 @@
|
|
1
|
+
asgiref==3.7.2
|
2
|
+
attrs==23.1.0
|
3
|
+
blinker==1.7.0
|
4
|
+
click==8.1.7
|
5
|
+
colorama==0.4.6
|
6
|
+
flask[async]==3.0.0
|
7
|
+
geode-common==30.0.3
|
8
|
+
geode-viewables==2.1.7
|
9
|
+
importlib-metadata==7.0.0
|
10
|
+
itsdangerous==2.1.2
|
11
|
+
jinja2==3.1.2
|
12
|
+
jsonschema==4.20.0
|
13
|
+
jsonschema-specifications==2023.11.2
|
14
|
+
markupsafe==2.1.3
|
15
|
+
opengeode-core==14.10.2
|
16
|
+
opengeode-geosciences==7.3.2
|
17
|
+
opengeode-geosciencesio==4.5.4
|
18
|
+
opengeode-inspector==4.0.3
|
19
|
+
opengeode-io==6.2.4
|
20
|
+
referencing==0.31.1
|
21
|
+
rpds-py==0.13.2
|
22
|
+
typing-extensions==4.8.0
|
23
|
+
werkzeug==3.0.1
|
24
|
+
zipp==3.17.0
|
@@ -1,24 +0,0 @@
|
|
1
|
-
asgiref==3.7.2
|
2
|
-
attrs==23.1.0
|
3
|
-
blinker==1.7.0
|
4
|
-
click==8.1.7
|
5
|
-
colorama==0.4.6
|
6
|
-
flask[async]==3.0.0
|
7
|
-
geode-common==30.0.0rc10
|
8
|
-
geode-viewables==2.1.4rc2
|
9
|
-
importlib-metadata==6.8.0
|
10
|
-
itsdangerous==2.1.2
|
11
|
-
jinja2==3.1.2
|
12
|
-
jsonschema==4.20.0
|
13
|
-
jsonschema-specifications==2023.11.1
|
14
|
-
markupsafe==2.1.3
|
15
|
-
opengeode-core==14.10.0rc2
|
16
|
-
opengeode-geosciences==7.3.0rc2
|
17
|
-
opengeode-geosciencesio==4.5.2rc3
|
18
|
-
opengeode-inspector==4.0.1rc2
|
19
|
-
opengeode-io==6.2.2rc3
|
20
|
-
referencing==0.31.0
|
21
|
-
rpds-py==0.13.1
|
22
|
-
typing-extensions==4.8.0
|
23
|
-
werkzeug==3.0.1
|
24
|
-
zipp==3.17.0
|
File without changes
|
File without changes
|
File without changes
|
{OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/OpenGeodeWeb_Back.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/opengeodeweb_back/geode_functions.py
RENAMED
File without changes
|
{OpenGeodeWeb-Back-3.0.0rc3 → OpenGeodeWeb-Back-3.0.0rc5}/src/opengeodeweb_back/geode_objects.py
RENAMED
File without changes
|
File without changes
|
File without changes
|