amati 0.3.1__tar.gz → 0.3.2__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.
- {amati-0.3.1 → amati-0.3.2}/PKG-INFO +1 -1
- {amati-0.3.1 → amati-0.3.2}/amati/_data/files/spdx-licences.json +33 -0
- {amati-0.3.1 → amati-0.3.2}/pyproject.toml +1 -1
- {amati-0.3.1 → amati-0.3.2}/uv.lock +1 -1
- {amati-0.3.1 → amati-0.3.2}/.dockerignore +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/actions/setup/action.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/dependabot.yml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/workflows/checks.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/workflows/codeql.yml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/workflows/coverage.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/workflows/data-refresh.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/workflows/dependency-review.yml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/workflows/publish.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/workflows/scorecards.yml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.github/workflows/tag-and-create-release.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.gitignore +0 -0
- {amati-0.3.1 → amati-0.3.2}/.pre-commit-config.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/.python-version +0 -0
- {amati-0.3.1 → amati-0.3.2}/Dockerfile +0 -0
- {amati-0.3.1 → amati-0.3.2}/LICENSE +0 -0
- {amati-0.3.1 → amati-0.3.2}/README.md +0 -0
- {amati-0.3.1 → amati-0.3.2}/SECURITY.md +0 -0
- {amati-0.3.1 → amati-0.3.2}/TEMPLATE.html +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/__init__.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/files/http-status-codes.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/files/iso9110.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/files/media-types.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/files/schemes.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/files/tlds.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/http_status_code.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/iso9110.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/media_types.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/refresh.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/schemes.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/spdx_licences.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_data/tlds.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_error_handler.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_logging.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/_resolve_forward_references.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/amati.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/exceptions.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/__init__.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/_custom_types.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/commonmark.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/email.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/http_status_codes.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/iso9110.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/json.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/media.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/oas.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/spdx_licences.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/fields/uri.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/file_handler.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/grammars/oas.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/grammars/rfc6901.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/grammars/rfc7159.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/model_validators.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/py.typed +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/validators/__init__.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/validators/generic.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/validators/oas304.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/amati/validators/oas311.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/bin/checks.sh +0 -0
- {amati-0.3.1 → amati-0.3.2}/bin/startup.sh +0 -0
- {amati-0.3.1 → amati-0.3.2}/bin/upgrade-python.sh +0 -0
- {amati-0.3.1 → amati-0.3.2}/bin/uv-upgrade-from-main.sh +0 -0
- {amati-0.3.1 → amati-0.3.2}/scripts/setup_test_specs.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/__init__.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/data/.amati.tests.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/data/DigitalOcean-public.v2.errors.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/data/api.github.com.yaml.errors.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/data/discourse.yml.errors.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/data/invalid-openapi.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/data/next-api.github.com.yaml.errors.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/data/openapi.yaml +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/data/openapi.yaml.gz +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/data/redocly.openapi.yaml.errors.json +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/fields/__init__.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/fields/test_email.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/fields/test_http_status_codes.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/fields/test_iso9110.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/fields/test_media.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/fields/test_oas.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/fields/test_spdx_licences.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/fields/test_uri.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/helpers.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/model_validators/test_all_of.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/model_validators/test_at_least_one.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/model_validators/test_if_then.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/model_validators/test_only_one.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/test_amati.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/test_external_specs.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/test_logging.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/validators/__init__.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/validators/test_generic.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/validators/test_licence_object.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/validators/test_security_scheme_object.py +0 -0
- {amati-0.3.1 → amati-0.3.2}/tests/validators/test_server_variable_object.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amati
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Validates that a .yaml or .json file conforms to the OpenAPI Specifications 3.x.
|
|
5
5
|
Project-URL: Homepage, https://github.com/gwyli/amati
|
|
6
6
|
Project-URL: Issues, https://github.com/gwyli/amati/issues
|
|
@@ -2817,6 +2817,17 @@
|
|
|
2817
2817
|
],
|
|
2818
2818
|
"isOsiApproved": false
|
|
2819
2819
|
},
|
|
2820
|
+
{
|
|
2821
|
+
"reference": "https://spdx.org/licenses/ESA-PL-strong-copyleft-2.4.html",
|
|
2822
|
+
"isDeprecatedLicenseId": false,
|
|
2823
|
+
"detailsUrl": "https://spdx.org/licenses/ESA-PL-strong-copyleft-2.4.json",
|
|
2824
|
+
"name": "European Space Agency Public License (ESA-PL) - V2.4 - Strong Copyleft (Type 1)",
|
|
2825
|
+
"licenseId": "ESA-PL-strong-copyleft-2.4",
|
|
2826
|
+
"seeAlso": [
|
|
2827
|
+
"https://essr.esa.int/license/european-space-agency-public-license-v2-4-strong-copyleft-type-1"
|
|
2828
|
+
],
|
|
2829
|
+
"isOsiApproved": false
|
|
2830
|
+
},
|
|
2820
2831
|
{
|
|
2821
2832
|
"reference": "https://spdx.org/licenses/ESA-PL-weak-copyleft-2.4.html",
|
|
2822
2833
|
"isDeprecatedLicenseId": false,
|
|
@@ -6416,6 +6427,17 @@
|
|
|
6416
6427
|
"isOsiApproved": true,
|
|
6417
6428
|
"isFsfLibre": true
|
|
6418
6429
|
},
|
|
6430
|
+
{
|
|
6431
|
+
"reference": "https://spdx.org/licenses/OSSP.html",
|
|
6432
|
+
"isDeprecatedLicenseId": false,
|
|
6433
|
+
"detailsUrl": "https://spdx.org/licenses/OSSP.json",
|
|
6434
|
+
"name": "OSSP License",
|
|
6435
|
+
"licenseId": "OSSP",
|
|
6436
|
+
"seeAlso": [
|
|
6437
|
+
"https://git.sr.ht/~nabijaczleweli/ossp-var"
|
|
6438
|
+
],
|
|
6439
|
+
"isOsiApproved": false
|
|
6440
|
+
},
|
|
6419
6441
|
{
|
|
6420
6442
|
"reference": "https://spdx.org/licenses/PADL.html",
|
|
6421
6443
|
"isDeprecatedLicenseId": false,
|
|
@@ -6934,6 +6956,17 @@
|
|
|
6934
6956
|
],
|
|
6935
6957
|
"isOsiApproved": false
|
|
6936
6958
|
},
|
|
6959
|
+
{
|
|
6960
|
+
"reference": "https://spdx.org/licenses/SGMLUG-PM.html",
|
|
6961
|
+
"isDeprecatedLicenseId": false,
|
|
6962
|
+
"detailsUrl": "https://spdx.org/licenses/SGMLUG-PM.json",
|
|
6963
|
+
"name": "SGMLUG Parser Materials License",
|
|
6964
|
+
"licenseId": "SGMLUG-PM",
|
|
6965
|
+
"seeAlso": [
|
|
6966
|
+
"https://gitweb.gentoo.org/repo/gentoo.git/tree/licenses/SGMLUG?id=7d999af4a47bf55e53e54713d98d145f935935c1"
|
|
6967
|
+
],
|
|
6968
|
+
"isOsiApproved": false
|
|
6969
|
+
},
|
|
6937
6970
|
{
|
|
6938
6971
|
"reference": "https://spdx.org/licenses/SGP4.html",
|
|
6939
6972
|
"isDeprecatedLicenseId": false,
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|