ogc-na 0.2.30__tar.gz → 0.2.31__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.
Potentially problematic release.
This version of ogc-na might be problematic. Click here for more details.
- {ogc_na-0.2.30 → ogc_na-0.2.31}/PKG-INFO +1 -1
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/util.py +3 -1
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc_na.egg-info/PKG-INFO +1 -1
- {ogc_na-0.2.30 → ogc_na-0.2.31}/.github/workflows/python-publish.yml +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/.gitignore +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/MANIFEST.in +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/README.md +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/docs/examples.md +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/docs/gen_ref_pages.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/docs/index.md +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/docs/tutorials.md +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/mkdocs.yml +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/__init__.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/annotate_schema.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/domain_config.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/download.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/gsp.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/ingest_json.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/input_filters/__init__.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/input_filters/csv.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/profile.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/provenance.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/update_vocabs.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc/na/validation.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc_na.egg-info/SOURCES.txt +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc_na.egg-info/dependency_links.txt +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc_na.egg-info/requires.txt +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/ogc_na.egg-info/top_level.txt +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/pyproject.toml +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/rdf/catalog-v001.xml +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/rdf/domaincfg.vocab.ttl +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/requirements.txt +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/setup.cfg +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/setup.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/__init__.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/data/empty.ttl +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/data/headers.csv +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/data/no-headers.csv +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/data/profile_tree.ttl +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/data/profile_tree_cyclic.ttl +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/data/sample-context.jsonld +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/data/sample-schema-prop-c.yml +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/data/sample-schema.yml +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/data/uplift_context_valid.yml +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/test_annotate_schema.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/test_ingest_json.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/test_input_filters_csv.py +0 -0
- {ogc_na-0.2.30 → ogc_na-0.2.31}/test/test_profile.py +0 -0
|
@@ -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/
|
|
@@ -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/
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|