ogc-na 0.2.29__py3-none-any.whl → 0.2.31__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.
Potentially problematic release.
This version of ogc-na might be problematic. Click here for more details.
- ogc/na/ingest_json.py +5 -1
- ogc/na/util.py +3 -1
- {ogc_na-0.2.29.dist-info → ogc_na-0.2.31.dist-info}/METADATA +1 -1
- {ogc_na-0.2.29.dist-info → ogc_na-0.2.31.dist-info}/RECORD +6 -6
- {ogc_na-0.2.29.dist-info → ogc_na-0.2.31.dist-info}/WHEEL +0 -0
- {ogc_na-0.2.29.dist-info → ogc_na-0.2.31.dist-info}/top_level.txt +0 -0
ogc/na/ingest_json.py
CHANGED
|
@@ -684,7 +684,11 @@ def process(input_files: str | Path | Sequence[str | Path],
|
|
|
684
684
|
remaining_fn: deque = deque()
|
|
685
685
|
for input_file in input_files:
|
|
686
686
|
if isinstance(input_file, str):
|
|
687
|
-
|
|
687
|
+
for x in filter(lambda x: x, input_file.split(',')):
|
|
688
|
+
if '?' in x or '#' in x:
|
|
689
|
+
remaining_fn.extend(workdir.glob(x))
|
|
690
|
+
else:
|
|
691
|
+
remaining_fn.append(x)
|
|
688
692
|
else:
|
|
689
693
|
remaining_fn.append(input_file)
|
|
690
694
|
while remaining_fn:
|
ogc/na/util.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ogc-na
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.31
|
|
4
4
|
Summary: OGC Naming Authority tools
|
|
5
5
|
Author-email: Rob Atkinson <ratkinson@ogc.org>, Piotr Zaborowski <pzaborowski@ogc.org>, Alejandro Villar <avillar@ogc.org>
|
|
6
6
|
Project-URL: Homepage, https://github.com/opengeospatial/ogc-na-tools/
|
|
@@ -3,15 +3,15 @@ ogc/na/annotate_schema.py,sha256=RP4LTP0Xm3VTfd_4YrCAcdV2SMHzcyvX-q7Kou19vXM,244
|
|
|
3
3
|
ogc/na/domain_config.py,sha256=57BR-vue3OAAlj58lHqocco6MAZPBo7VaQt0BFQehcc,13409
|
|
4
4
|
ogc/na/download.py,sha256=2afrLyl4WsAlxkCgXsl47fs9mNKfDmhVpeT2iwNSoq0,3354
|
|
5
5
|
ogc/na/gsp.py,sha256=o_mwUG-FyDqLmA7Mx1eKkXqM7yX8BqxIwHuCS2eE1fo,5626
|
|
6
|
-
ogc/na/ingest_json.py,sha256=
|
|
6
|
+
ogc/na/ingest_json.py,sha256=CLcynrcftEAT4k8G9W2DFN29EYnljuvfYUwl2B-PiuE,34792
|
|
7
7
|
ogc/na/profile.py,sha256=K8ylakfXdmp8mwB_jF06FGuANBvg8XtPQIm05LZ8wXM,16477
|
|
8
8
|
ogc/na/provenance.py,sha256=zm3RwfnjISQfTekYXu1-GlgezGcUJSbmptTkLcitcfs,5446
|
|
9
9
|
ogc/na/update_vocabs.py,sha256=zF1J7hel3iQ6n3NC3g1B_hZvVnpnzQ4diLb5oh0yA1w,18229
|
|
10
|
-
ogc/na/util.py,sha256=
|
|
10
|
+
ogc/na/util.py,sha256=YWANw1xbhcKBsNRmlB6I1XF5HriXS0P_cyqbFq9CmMI,8058
|
|
11
11
|
ogc/na/validation.py,sha256=4cbjNiVWZmHxDuS4fU5YPTHdgJyJkLKI8BNSj3d5ULI,4255
|
|
12
12
|
ogc/na/input_filters/__init__.py,sha256=PvWEI-rj5NNR_Cl903wHtS08oTywjDYEfappY5JtVkI,1169
|
|
13
13
|
ogc/na/input_filters/csv.py,sha256=O2E3ivjP9i5tGtyvb6UjmR4eM7toVkzP58EUm6bxvfw,2530
|
|
14
|
-
ogc_na-0.2.
|
|
15
|
-
ogc_na-0.2.
|
|
16
|
-
ogc_na-0.2.
|
|
17
|
-
ogc_na-0.2.
|
|
14
|
+
ogc_na-0.2.31.dist-info/METADATA,sha256=0KK3l4Nb9DNNvc3z-rS5Nc0YRQZDbDPcnTTofbrgzaU,3557
|
|
15
|
+
ogc_na-0.2.31.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
16
|
+
ogc_na-0.2.31.dist-info/top_level.txt,sha256=Kvy3KhzcIhNPT4_nZuJCmS946ptRr_MDyU4IIhZJhCY,4
|
|
17
|
+
ogc_na-0.2.31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|