ab-openapi-python-generator 2.1.3__tar.gz → 2.1.4__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.
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/PKG-INFO +1 -1
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/pyproject.toml +3 -3
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/__main__.py +3 -3
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/common.py +1 -1
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/api_config_generator.py +3 -3
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/generator.py +6 -6
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/model_generator.py +4 -4
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/service_generator.py +5 -5
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/parsers/openapi_30.py +4 -4
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/parsers/openapi_31.py +4 -4
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/conftest.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_11.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_117.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_120.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_17.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_30_87.py +3 -3
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_51.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_55.py +3 -3
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_7.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_71.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/test_issue_illegal_py_symbols.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_api_config.py +1 -1
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_common_normalize_symbol.py +1 -1
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_generate_data.py +6 -6
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_generate_data_negative.py +3 -3
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_generated_code.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_main.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_model_docstring.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_model_generator.py +9 -9
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_model_generator_edges.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_openapi_30.py +3 -3
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_openapi_31.py +3 -3
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_openapi_31_completeness.py +3 -3
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_openapi_31_coverage.py +4 -4
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_openapi_31_schema_features.py +4 -4
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_service_generator.py +5 -5
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_service_generator_edges.py +2 -2
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_swagger_petstore_30.py +4 -4
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_swagger_petstore_31.py +4 -4
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_version_detector_edges.py +1 -1
- ab_openapi_python_generator-2.1.3/src/ab_openapi_python_generator/__init__.py +0 -13
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.envrc.example +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.gitattributes +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.github/dependabot.yml +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.github/workflows/ci.yaml +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.github/workflows/publish.yaml +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.gitignore +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.pre-commit-config.yaml +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.vscode/launch.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.vscode/tasks.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/LICENSE +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/Makefile +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/README.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/acknowledgements/index.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/css/custom.css +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/css/termynal.css +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/index.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/js/custom.js +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/js/termynal.js +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/openapi-definition.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/quick_start.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/references/index.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/references/module_usage.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/tutorial/advanced.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/tutorial/authentication.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/tutorial/index.md +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/logo.png +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/__init__.py +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/generate_data.py +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/__init__.py +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/__init__.py +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/common.py +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/jinja_config.py +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/aiohttp.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/alias_union.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/apiconfig.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/apiconfig_pydantic_2.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/discriminator_enum.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/enum.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/httpx.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/models.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/models_pydantic_2.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/requests.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/language_converters/python/templates/service.jinja2 +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/models.py +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/parsers/__init__.py +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/py.typed +0 -0
- {ab_openapi_python_generator-2.1.3/src/openapi_python_generator → ab_openapi_python_generator-2.1.4/src/ab_openapi_python_generator}/version_detector.py +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/__init__.py +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/build_test_api/api.py +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/__init__.py +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/failing_api.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/gitea_issue_11.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_117.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_120.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_17.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_30_87.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_51.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_55.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_71.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_71_31.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_illegal_character_in_operation_id.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/issue_keyword_parameter_name.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/openapi_gitea_converted.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/swagger_petstore_3_0_4.yaml +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/swagger_petstore_3_1.yaml +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/test_api.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_data/test_api_31.json +0 -0
- {ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ab-openapi-python-generator
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.4
|
|
4
4
|
Summary: Openapi Python Generator
|
|
5
5
|
Project-URL: Homepage, https://github.com/auth-broker/openapi-python-generator
|
|
6
6
|
Project-URL: Repository, https://github.com/auth-broker/openapi-python-generator
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "ab-openapi-python-generator"
|
|
3
|
-
version = "2.1.
|
|
3
|
+
version = "2.1.4"
|
|
4
4
|
description = "Openapi Python Generator"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Marco Müllner", email = "muellnermarco@gmail.com" },
|
|
@@ -36,7 +36,7 @@ Documentation = "https://openapi-python-generator.readthedocs.io"
|
|
|
36
36
|
Changelog = "https://github.com/auth-broker/openapi-python-generator/releases"
|
|
37
37
|
|
|
38
38
|
[project.scripts]
|
|
39
|
-
openapi-python-generator = "
|
|
39
|
+
ab-openapi-python-generator = "ab_openapi_python_generator.__main__:main"
|
|
40
40
|
|
|
41
41
|
[dependency-groups]
|
|
42
42
|
dev = [
|
|
@@ -78,7 +78,7 @@ tests = ["tests", "*/tests"]
|
|
|
78
78
|
|
|
79
79
|
[tool.coverage.run]
|
|
80
80
|
branch = true
|
|
81
|
-
source = ["
|
|
81
|
+
source = ["ab_openapi_python_generator", "tests"]
|
|
82
82
|
|
|
83
83
|
[tool.coverage.report]
|
|
84
84
|
show_missing = true
|
|
@@ -2,9 +2,9 @@ from typing import Optional
|
|
|
2
2
|
|
|
3
3
|
import click
|
|
4
4
|
|
|
5
|
-
from
|
|
6
|
-
from
|
|
7
|
-
from
|
|
5
|
+
from ab_openapi_python_generator import __version__
|
|
6
|
+
from ab_openapi_python_generator.common import Formatter, HTTPLibrary, PydanticVersion
|
|
7
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
@click.command()
|
|
@@ -2,13 +2,13 @@ from typing import Optional
|
|
|
2
2
|
|
|
3
3
|
from openapi_pydantic.v3 import OpenAPI
|
|
4
4
|
|
|
5
|
-
from
|
|
6
|
-
from
|
|
5
|
+
from ab_openapi_python_generator.common import PydanticVersion
|
|
6
|
+
from ab_openapi_python_generator.language_converters.python.jinja_config import (
|
|
7
7
|
API_CONFIG_TEMPLATE,
|
|
8
8
|
API_CONFIG_TEMPLATE_PYDANTIC_V2,
|
|
9
9
|
create_jinja_env,
|
|
10
10
|
)
|
|
11
|
-
from
|
|
11
|
+
from ab_openapi_python_generator.models import APIConfig
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
def generate_api_config(
|
|
@@ -3,18 +3,18 @@ from typing import Optional, Union
|
|
|
3
3
|
from openapi_pydantic.v3.v3_0 import OpenAPI as OpenAPI30
|
|
4
4
|
from openapi_pydantic.v3.v3_1 import OpenAPI as OpenAPI31
|
|
5
5
|
|
|
6
|
-
from
|
|
7
|
-
from
|
|
8
|
-
from
|
|
6
|
+
from ab_openapi_python_generator.common import PydanticVersion
|
|
7
|
+
from ab_openapi_python_generator.language_converters.python import common
|
|
8
|
+
from ab_openapi_python_generator.language_converters.python.api_config_generator import (
|
|
9
9
|
generate_api_config,
|
|
10
10
|
)
|
|
11
|
-
from
|
|
11
|
+
from ab_openapi_python_generator.language_converters.python.model_generator import (
|
|
12
12
|
generate_models,
|
|
13
13
|
)
|
|
14
|
-
from
|
|
14
|
+
from ab_openapi_python_generator.language_converters.python.service_generator import (
|
|
15
15
|
generate_services,
|
|
16
16
|
)
|
|
17
|
-
from
|
|
17
|
+
from ab_openapi_python_generator.models import ConversionResult, LibraryConfig
|
|
18
18
|
|
|
19
19
|
# Type alias for both OpenAPI versions
|
|
20
20
|
OpenAPISpec = Union[OpenAPI30, OpenAPI31]
|
|
@@ -24,9 +24,9 @@ from openapi_pydantic.v3.v3_1 import (
|
|
|
24
24
|
Schema as Schema31,
|
|
25
25
|
)
|
|
26
26
|
|
|
27
|
-
from
|
|
28
|
-
from
|
|
29
|
-
from
|
|
27
|
+
from ab_openapi_python_generator.common import PydanticVersion
|
|
28
|
+
from ab_openapi_python_generator.language_converters.python import common
|
|
29
|
+
from ab_openapi_python_generator.language_converters.python.jinja_config import (
|
|
30
30
|
ENUM_TEMPLATE,
|
|
31
31
|
MODELS_TEMPLATE,
|
|
32
32
|
MODELS_TEMPLATE_PYDANTIC_V2,
|
|
@@ -36,7 +36,7 @@ from openapi_python_generator.language_converters.python.jinja_config import (
|
|
|
36
36
|
)
|
|
37
37
|
from dataclasses import dataclass
|
|
38
38
|
|
|
39
|
-
from
|
|
39
|
+
from ab_openapi_python_generator.models import Model, Property, TypeConversion
|
|
40
40
|
|
|
41
41
|
# Type aliases for compatibility
|
|
42
42
|
Schema = Union[Schema30, Schema31]
|
|
@@ -38,15 +38,15 @@ from openapi_pydantic.v3.v3_1 import (
|
|
|
38
38
|
)
|
|
39
39
|
from openapi_pydantic.v3.v3_1.parameter import Parameter as Parameter31
|
|
40
40
|
|
|
41
|
-
from
|
|
42
|
-
from
|
|
43
|
-
from
|
|
41
|
+
from ab_openapi_python_generator.language_converters.python import common
|
|
42
|
+
from ab_openapi_python_generator.language_converters.python.common import normalize_symbol
|
|
43
|
+
from ab_openapi_python_generator.language_converters.python.jinja_config import (
|
|
44
44
|
create_jinja_env,
|
|
45
45
|
)
|
|
46
|
-
from
|
|
46
|
+
from ab_openapi_python_generator.language_converters.python.model_generator import (
|
|
47
47
|
type_converter,
|
|
48
48
|
)
|
|
49
|
-
from
|
|
49
|
+
from ab_openapi_python_generator.models import (
|
|
50
50
|
LibraryConfig,
|
|
51
51
|
OpReturnType,
|
|
52
52
|
Service,
|
|
@@ -6,11 +6,11 @@ from typing import Optional
|
|
|
6
6
|
|
|
7
7
|
from openapi_pydantic.v3.v3_0 import OpenAPI
|
|
8
8
|
|
|
9
|
-
from
|
|
10
|
-
from
|
|
9
|
+
from ab_openapi_python_generator.common import HTTPLibrary, PydanticVersion
|
|
10
|
+
from ab_openapi_python_generator.language_converters.python.generator import (
|
|
11
11
|
generator as base_generator,
|
|
12
12
|
)
|
|
13
|
-
from
|
|
13
|
+
from ab_openapi_python_generator.models import ConversionResult
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
def parse_openapi_3_0(spec_data: dict) -> OpenAPI:
|
|
@@ -51,7 +51,7 @@ def generate_code_3_0(
|
|
|
51
51
|
Returns:
|
|
52
52
|
ConversionResult: Generated code and metadata
|
|
53
53
|
"""
|
|
54
|
-
from
|
|
54
|
+
from ab_openapi_python_generator.common import library_config_dict
|
|
55
55
|
|
|
56
56
|
library_config = library_config_dict[library]
|
|
57
57
|
|
|
@@ -6,11 +6,11 @@ from typing import Optional
|
|
|
6
6
|
|
|
7
7
|
from openapi_pydantic.v3.v3_1 import OpenAPI
|
|
8
8
|
|
|
9
|
-
from
|
|
10
|
-
from
|
|
9
|
+
from ab_openapi_python_generator.common import HTTPLibrary, PydanticVersion
|
|
10
|
+
from ab_openapi_python_generator.language_converters.python.generator import (
|
|
11
11
|
generator as base_generator,
|
|
12
12
|
)
|
|
13
|
-
from
|
|
13
|
+
from ab_openapi_python_generator.models import ConversionResult
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
def parse_openapi_3_1(spec_data: dict) -> OpenAPI:
|
|
@@ -51,7 +51,7 @@ def generate_code_3_1(
|
|
|
51
51
|
Returns:
|
|
52
52
|
ConversionResult: Generated code and metadata
|
|
53
53
|
"""
|
|
54
|
-
from
|
|
54
|
+
from ab_openapi_python_generator.common import library_config_dict
|
|
55
55
|
|
|
56
56
|
library_config = library_config_dict[library]
|
|
57
57
|
|
|
@@ -6,8 +6,8 @@ from typing import Generator
|
|
|
6
6
|
|
|
7
7
|
import pytest
|
|
8
8
|
|
|
9
|
-
from
|
|
10
|
-
from
|
|
9
|
+
from ab_openapi_python_generator.version_detector import detect_openapi_version
|
|
10
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_0, parse_openapi_3_1
|
|
11
11
|
|
|
12
12
|
test_data_folder = Path(__file__).parent / "test_data"
|
|
13
13
|
test_data_path = test_data_folder / "test_api.json"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from click.testing import CliRunner
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.__main__ import main
|
|
5
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
from tests.conftest import test_result_path
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from click.testing import CliRunner
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.common import HTTPLibrary, library_config_dict
|
|
5
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
from tests.conftest import test_result_path
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from click.testing import CliRunner
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.common import HTTPLibrary, library_config_dict
|
|
5
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
from tests.conftest import test_result_path
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from click.testing import CliRunner
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
5
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
from tests.conftest import test_result_path
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
|
|
3
|
-
from
|
|
4
|
-
from
|
|
5
|
-
from
|
|
3
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
4
|
+
from ab_openapi_python_generator.generate_data import get_open_api
|
|
5
|
+
from ab_openapi_python_generator.parsers import generate_code_3_1
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from click.testing import CliRunner
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
5
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
from tests.conftest import test_result_path
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
|
|
3
|
-
from
|
|
4
|
-
from
|
|
5
|
-
from
|
|
3
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
4
|
+
from ab_openapi_python_generator.generate_data import get_open_api
|
|
5
|
+
from ab_openapi_python_generator.parsers import generate_code_3_1
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from click.testing import CliRunner
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.__main__ import main
|
|
5
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
from tests.conftest import test_result_path
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from click.testing import CliRunner
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
5
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
from tests.conftest import test_result_path
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from click.testing import CliRunner
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.__main__ import main
|
|
5
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
6
6
|
from tests.conftest import test_data_folder
|
|
7
7
|
from tests.conftest import test_result_path
|
|
8
8
|
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_generate_data.py
RENAMED
|
@@ -8,12 +8,12 @@ import yaml
|
|
|
8
8
|
from httpx import ConnectError
|
|
9
9
|
from pydantic import ValidationError
|
|
10
10
|
|
|
11
|
-
from
|
|
12
|
-
from
|
|
13
|
-
from
|
|
14
|
-
from
|
|
15
|
-
from
|
|
16
|
-
from
|
|
11
|
+
from ab_openapi_python_generator.common import FormatOptions, Formatter, HTTPLibrary
|
|
12
|
+
from ab_openapi_python_generator.common import library_config_dict
|
|
13
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
14
|
+
from ab_openapi_python_generator.generate_data import get_open_api
|
|
15
|
+
from ab_openapi_python_generator.generate_data import write_data
|
|
16
|
+
from ab_openapi_python_generator.language_converters.python.generator import generator
|
|
17
17
|
from tests.conftest import test_data_folder
|
|
18
18
|
from tests.conftest import test_data_path
|
|
19
19
|
from tests.conftest import test_result_path
|
|
@@ -4,8 +4,8 @@ from pathlib import Path
|
|
|
4
4
|
import pytest
|
|
5
5
|
from httpx import ConnectError
|
|
6
6
|
|
|
7
|
-
from
|
|
8
|
-
from
|
|
7
|
+
from ab_openapi_python_generator.common import Formatter
|
|
8
|
+
from ab_openapi_python_generator.generate_data import get_open_api
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
def test_get_open_api_file_not_found(tmp_path: Path):
|
|
@@ -32,7 +32,7 @@ def test_generate_data_invalid_version(tmp_path: Path, monkeypatch):
|
|
|
32
32
|
spec_path = tmp_path / "spec.json"
|
|
33
33
|
spec_path.write_text(json.dumps(spec))
|
|
34
34
|
|
|
35
|
-
import
|
|
35
|
+
import ab_openapi_python_generator.generate_data as gd
|
|
36
36
|
|
|
37
37
|
monkeypatch.setattr(gd, "detect_openapi_version", lambda d: "2.5")
|
|
38
38
|
with pytest.raises(ValueError):
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_generated_code.py
RENAMED
|
@@ -7,8 +7,8 @@ import responses
|
|
|
7
7
|
from aiohttp import web
|
|
8
8
|
from urllib.parse import urlparse
|
|
9
9
|
|
|
10
|
-
from
|
|
11
|
-
from
|
|
10
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
11
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
12
12
|
|
|
13
13
|
from .conftest import test_data_path
|
|
14
14
|
from .conftest import test_result_path
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import pytest
|
|
4
4
|
from click.testing import CliRunner
|
|
5
5
|
|
|
6
|
-
from
|
|
7
|
-
from
|
|
6
|
+
from ab_openapi_python_generator.__main__ import main
|
|
7
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
8
8
|
from tests.conftest import test_data_path
|
|
9
9
|
from tests.conftest import test_result_path
|
|
10
10
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
from openapi_pydantic.v3 import Schema, Components, DataType
|
|
2
2
|
|
|
3
|
-
from
|
|
3
|
+
from ab_openapi_python_generator.language_converters.python.model_generator import (
|
|
4
4
|
generate_models,
|
|
5
5
|
)
|
|
6
|
-
from
|
|
6
|
+
from ab_openapi_python_generator.common import PydanticVersion
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
def test_model_docstring_title_used_when_present_and_fallback_to_name():
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from openapi_pydantic.v3 import Schema, Reference, DataType, OpenAPI
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
6
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.common import PydanticVersion
|
|
5
|
+
from ab_openapi_python_generator.language_converters.python import common
|
|
6
|
+
from ab_openapi_python_generator.language_converters.python.model_generator import (
|
|
7
7
|
_generate_property_from_reference,
|
|
8
8
|
)
|
|
9
|
-
from
|
|
9
|
+
from ab_openapi_python_generator.language_converters.python.model_generator import (
|
|
10
10
|
_generate_property_from_schema,
|
|
11
11
|
)
|
|
12
|
-
from
|
|
12
|
+
from ab_openapi_python_generator.language_converters.python.model_generator import (
|
|
13
13
|
generate_models,
|
|
14
14
|
)
|
|
15
|
-
from
|
|
15
|
+
from ab_openapi_python_generator.language_converters.python.model_generator import (
|
|
16
16
|
type_converter,
|
|
17
17
|
)
|
|
18
|
-
from
|
|
19
|
-
from
|
|
20
|
-
from
|
|
18
|
+
from ab_openapi_python_generator.models import Model
|
|
19
|
+
from ab_openapi_python_generator.models import Property
|
|
20
|
+
from ab_openapi_python_generator.models import TypeConversion
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
@pytest.mark.parametrize(
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
from openapi_pydantic.v3 import Schema, DataType
|
|
3
3
|
|
|
4
|
-
from
|
|
5
|
-
from
|
|
4
|
+
from ab_openapi_python_generator.language_converters.python import common
|
|
5
|
+
from ab_openapi_python_generator.language_converters.python.model_generator import (
|
|
6
6
|
type_converter,
|
|
7
7
|
)
|
|
8
8
|
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_openapi_30.py
RENAMED
|
@@ -8,9 +8,9 @@ from pathlib import Path
|
|
|
8
8
|
|
|
9
9
|
import pytest
|
|
10
10
|
|
|
11
|
-
from
|
|
12
|
-
from
|
|
13
|
-
from
|
|
11
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
12
|
+
from ab_openapi_python_generator.version_detector import detect_openapi_version
|
|
13
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_0
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class TestOpenAPI30:
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/test_openapi_31.py
RENAMED
|
@@ -8,9 +8,9 @@ from pathlib import Path
|
|
|
8
8
|
|
|
9
9
|
import pytest
|
|
10
10
|
|
|
11
|
-
from
|
|
12
|
-
from
|
|
13
|
-
from
|
|
11
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
12
|
+
from ab_openapi_python_generator.version_detector import detect_openapi_version
|
|
13
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_1
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class TestOpenAPI31:
|
|
@@ -9,9 +9,9 @@ from pathlib import Path
|
|
|
9
9
|
|
|
10
10
|
import pytest
|
|
11
11
|
|
|
12
|
-
from
|
|
13
|
-
from
|
|
14
|
-
from
|
|
12
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
13
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
14
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_1
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class TestOpenAPI31Completeness:
|
|
@@ -7,9 +7,9 @@ from pathlib import Path
|
|
|
7
7
|
|
|
8
8
|
import pytest
|
|
9
9
|
|
|
10
|
-
from
|
|
11
|
-
from
|
|
12
|
-
from
|
|
10
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
11
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
12
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_1
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
class TestOpenAPI31SupportedFeatures:
|
|
@@ -436,7 +436,7 @@ class TestOpenAPI31Coverage:
|
|
|
436
436
|
},
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
-
from
|
|
439
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_0
|
|
440
440
|
|
|
441
441
|
parsed_30 = parse_openapi_3_0(spec_30_no_const)
|
|
442
442
|
|
|
@@ -10,9 +10,9 @@ from pathlib import Path
|
|
|
10
10
|
|
|
11
11
|
import pytest
|
|
12
12
|
|
|
13
|
-
from
|
|
14
|
-
from
|
|
15
|
-
from
|
|
13
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
14
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
15
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_1
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
@pytest.mark.xfail(
|
|
@@ -426,7 +426,7 @@ def test_31_feature_parsing_vs_30():
|
|
|
426
426
|
},
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
from
|
|
429
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_0
|
|
430
430
|
|
|
431
431
|
try:
|
|
432
432
|
parsed = parse_openapi_3_0(openapi_30_spec)
|
|
@@ -11,9 +11,9 @@ from openapi_pydantic.v3 import (
|
|
|
11
11
|
ParameterLocation,
|
|
12
12
|
)
|
|
13
13
|
|
|
14
|
-
from
|
|
15
|
-
from
|
|
16
|
-
from
|
|
14
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
15
|
+
from ab_openapi_python_generator.common import library_config_dict
|
|
16
|
+
from ab_openapi_python_generator.language_converters.python.service_generator import (
|
|
17
17
|
generate_body_param,
|
|
18
18
|
generate_operation_id,
|
|
19
19
|
generate_params,
|
|
@@ -21,8 +21,8 @@ from openapi_python_generator.language_converters.python.service_generator impor
|
|
|
21
21
|
generate_return_type,
|
|
22
22
|
generate_services,
|
|
23
23
|
)
|
|
24
|
-
from
|
|
25
|
-
from
|
|
24
|
+
from ab_openapi_python_generator.models import OpReturnType
|
|
25
|
+
from ab_openapi_python_generator.models import TypeConversion
|
|
26
26
|
|
|
27
27
|
default_responses = {
|
|
28
28
|
"200": Response(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from openapi_pydantic.v3 import Response, MediaType, Schema, DataType, Operation
|
|
2
|
-
from
|
|
3
|
-
from
|
|
2
|
+
from ab_openapi_python_generator.language_converters.python import service_generator
|
|
3
|
+
from ab_openapi_python_generator.models import OpReturnType
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
def test_is_schema_type_helper():
|
|
@@ -8,10 +8,10 @@ from pathlib import Path
|
|
|
8
8
|
import pytest
|
|
9
9
|
import yaml
|
|
10
10
|
|
|
11
|
-
from
|
|
12
|
-
from
|
|
13
|
-
from
|
|
14
|
-
from
|
|
11
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
12
|
+
from ab_openapi_python_generator.version_detector import detect_openapi_version
|
|
13
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_0
|
|
14
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class TestSwaggerPetstore30:
|
|
@@ -8,10 +8,10 @@ from pathlib import Path
|
|
|
8
8
|
import pytest
|
|
9
9
|
import yaml
|
|
10
10
|
|
|
11
|
-
from
|
|
12
|
-
from
|
|
13
|
-
from
|
|
14
|
-
from
|
|
11
|
+
from ab_openapi_python_generator.generate_data import generate_data
|
|
12
|
+
from ab_openapi_python_generator.version_detector import detect_openapi_version
|
|
13
|
+
from ab_openapi_python_generator.parsers import parse_openapi_3_1
|
|
14
|
+
from ab_openapi_python_generator.common import HTTPLibrary
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
class TestSwaggerPetstore31:
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"""Alias package to preserve imports when distribution renamed.
|
|
2
|
-
|
|
3
|
-
This package re-exports the real package located at
|
|
4
|
-
`openapi_python_generator` so existing imports like
|
|
5
|
-
`import ab_openapi_python_generator` continue to work.
|
|
6
|
-
"""
|
|
7
|
-
from openapi_python_generator import * # noqa: F401,F403
|
|
8
|
-
|
|
9
|
-
# Preserve __all__ if present on the real package
|
|
10
|
-
try:
|
|
11
|
-
__all__ = getattr(__import__("openapi_python_generator"), "__all__")
|
|
12
|
-
except Exception:
|
|
13
|
-
__all__ = []
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.github/dependabot.yml
RENAMED
|
File without changes
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.github/workflows/ci.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/.pre-commit-config.yaml
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
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/css/termynal.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/openapi-definition.md
RENAMED
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/references/index.md
RENAMED
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/tutorial/advanced.md
RENAMED
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/docs/tutorial/index.md
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
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/build_test_api/api.py
RENAMED
|
File without changes
|
{ab_openapi_python_generator-2.1.3 → ab_openapi_python_generator-2.1.4}/tests/regression/__init__.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
|