OpenGeodeWeb-Back 0.0.3__py3-none-any.whl → 0.0.5__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.
- {OpenGeodeWeb_Back-0.0.3.dist-info → OpenGeodeWeb_Back-0.0.5.dist-info}/METADATA +1 -1
- OpenGeodeWeb_Back-0.0.5.dist-info/RECORD +8 -0
- opengeodeweb_back/geode_functions.py +8 -4
- OpenGeodeWeb_Back-0.0.3.dist-info/RECORD +0 -8
- {OpenGeodeWeb_Back-0.0.3.dist-info → OpenGeodeWeb_Back-0.0.5.dist-info}/LICENSE +0 -0
- {OpenGeodeWeb_Back-0.0.3.dist-info → OpenGeodeWeb_Back-0.0.5.dist-info}/WHEEL +0 -0
- {OpenGeodeWeb_Back-0.0.3.dist-info → OpenGeodeWeb_Back-0.0.5.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: OpenGeodeWeb-Back
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.5
|
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 <contact@geode-solutions.com>
|
6
6
|
Project-URL: Homepage, https://github.com/Geode-solutions/OpenGeodeWeb-Back
|
@@ -0,0 +1,8 @@
|
|
1
|
+
opengeodeweb_back/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
opengeodeweb_back/geode_functions.py,sha256=m9RXqMWn2zdQUucxOwMWMxnXPSFwRrDe37jZZ-zrea8,7392
|
3
|
+
opengeodeweb_back/geode_objects.py,sha256=xZt2c0HBl6XL_-r2vlbjLtLmiIYQgCFvH6W9pSiUces,14018
|
4
|
+
OpenGeodeWeb_Back-0.0.5.dist-info/LICENSE,sha256=d-icw4NmOEwW-hCOcEjYmvoBZW_cEqiC4VL3cxZMe6Y,1072
|
5
|
+
OpenGeodeWeb_Back-0.0.5.dist-info/METADATA,sha256=q9DnHV2ctKBkqfSUSE3HCyeDM820EmhkstbWX46duBw,2042
|
6
|
+
OpenGeodeWeb_Back-0.0.5.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
7
|
+
OpenGeodeWeb_Back-0.0.5.dist-info/top_level.txt,sha256=tN1FZeLIVBrdja2-pbmhg5-tK-JILmmT9OeIBnhlUrQ,18
|
8
|
+
OpenGeodeWeb_Back-0.0.5.dist-info/RECORD,,
|
@@ -1,13 +1,17 @@
|
|
1
|
+
# Standard library imports
|
1
2
|
import base64
|
2
|
-
import geode_objects
|
3
3
|
import os
|
4
|
-
import pkg_resources
|
5
|
-
import werkzeug
|
6
|
-
import flask
|
7
4
|
import uuid
|
8
5
|
|
6
|
+
# Third party imports
|
7
|
+
import flask
|
9
8
|
import opengeode_geosciences as og_gs
|
10
9
|
import opengeode as og
|
10
|
+
import pkg_resources
|
11
|
+
import werkzeug
|
12
|
+
|
13
|
+
# Local application imports
|
14
|
+
from .geode_objects import objects_list
|
11
15
|
|
12
16
|
|
13
17
|
def list_objects_input_extensions(
|
@@ -1,8 +0,0 @@
|
|
1
|
-
opengeodeweb_back/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
opengeodeweb_back/geode_functions.py,sha256=cjDgBR92oaZ4FVdauvKLQM6oNxGnYmleqKwFx_zebrU,7295
|
3
|
-
opengeodeweb_back/geode_objects.py,sha256=xZt2c0HBl6XL_-r2vlbjLtLmiIYQgCFvH6W9pSiUces,14018
|
4
|
-
OpenGeodeWeb_Back-0.0.3.dist-info/LICENSE,sha256=d-icw4NmOEwW-hCOcEjYmvoBZW_cEqiC4VL3cxZMe6Y,1072
|
5
|
-
OpenGeodeWeb_Back-0.0.3.dist-info/METADATA,sha256=wloBY_4MgTn7Sg1BHEqLl6W7jjLfiNPsSw5XGA7Ioa4,2042
|
6
|
-
OpenGeodeWeb_Back-0.0.3.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
7
|
-
OpenGeodeWeb_Back-0.0.3.dist-info/top_level.txt,sha256=tN1FZeLIVBrdja2-pbmhg5-tK-JILmmT9OeIBnhlUrQ,18
|
8
|
-
OpenGeodeWeb_Back-0.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|