openapi3-parser 1.1.20__tar.gz → 1.1.21__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.
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/PKG-INFO +4 -3
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/setup.py +1 -1
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi3_parser.egg-info/PKG-INFO +4 -3
- openapi3_parser-1.1.21/src/openapi3_parser.egg-info/requires.txt +2 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/__init__.py +1 -1
- openapi3_parser-1.1.20/src/openapi3_parser.egg-info/requires.txt +0 -2
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/license.txt +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/setup.cfg +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi3_parser.egg-info/SOURCES.txt +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi3_parser.egg-info/dependency_links.txt +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi3_parser.egg-info/top_level.txt +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/__init__.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/common.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/content.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/external_doc.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/header.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/info.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/oauth_flow.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/operation.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/parameter.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/path.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/request.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/response.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/schema.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/schemas.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/security.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/server.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/tag.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/enumeration.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/errors.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/loose_types.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/parser.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/py.typed +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/resolver.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/specification.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/tests/test_enumeration.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/tests/test_parser.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/tests/test_parser_options.py +0 -0
- {openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/tests/test_runner.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: openapi3-parser
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.21
|
|
4
4
|
Summary: OpenAPI v3 parser
|
|
5
5
|
Home-page: https://github.com/manchenkoff/openapi3-parser
|
|
6
6
|
Author: Artem Manchenkov
|
|
@@ -17,13 +17,14 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
License-File: license.txt
|
|
19
19
|
Requires-Dist: prance>=0.20.2
|
|
20
|
-
Requires-Dist: openapi-spec-validator
|
|
20
|
+
Requires-Dist: openapi-spec-validator>=0.7.1
|
|
21
21
|
Dynamic: author
|
|
22
22
|
Dynamic: author-email
|
|
23
23
|
Dynamic: classifier
|
|
24
24
|
Dynamic: home-page
|
|
25
25
|
Dynamic: keywords
|
|
26
26
|
Dynamic: license
|
|
27
|
+
Dynamic: license-file
|
|
27
28
|
Dynamic: project-url
|
|
28
29
|
Dynamic: requires-dist
|
|
29
30
|
Dynamic: summary
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: openapi3-parser
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.21
|
|
4
4
|
Summary: OpenAPI v3 parser
|
|
5
5
|
Home-page: https://github.com/manchenkoff/openapi3-parser
|
|
6
6
|
Author: Artem Manchenkov
|
|
@@ -17,13 +17,14 @@ Classifier: Topic :: Software Development :: Libraries
|
|
|
17
17
|
Description-Content-Type: text/markdown
|
|
18
18
|
License-File: license.txt
|
|
19
19
|
Requires-Dist: prance>=0.20.2
|
|
20
|
-
Requires-Dist: openapi-spec-validator
|
|
20
|
+
Requires-Dist: openapi-spec-validator>=0.7.1
|
|
21
21
|
Dynamic: author
|
|
22
22
|
Dynamic: author-email
|
|
23
23
|
Dynamic: classifier
|
|
24
24
|
Dynamic: home-page
|
|
25
25
|
Dynamic: keywords
|
|
26
26
|
Dynamic: license
|
|
27
|
+
Dynamic: license-file
|
|
27
28
|
Dynamic: project-url
|
|
28
29
|
Dynamic: requires-dist
|
|
29
30
|
Dynamic: summary
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi3_parser.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi3_parser.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openapi3_parser-1.1.20 → openapi3_parser-1.1.21}/src/openapi_parser/builders/external_doc.py
RENAMED
|
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
|