ab-openapi-python-generator 2.1.3__py3-none-any.whl → 2.1.4.dev1768280320__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.
@@ -1,27 +1,32 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.1
2
2
  Name: ab-openapi-python-generator
3
- Version: 2.1.3
3
+ Version: 2.1.4.dev1768280320
4
4
  Summary: Openapi Python Generator
5
- Project-URL: Homepage, https://github.com/auth-broker/openapi-python-generator
6
- Project-URL: Repository, https://github.com/auth-broker/openapi-python-generator
7
- Project-URL: Documentation, https://openapi-python-generator.readthedocs.io
8
- Project-URL: Changelog, https://github.com/auth-broker/openapi-python-generator/releases
9
- Author-email: Marco Müllner <muellnermarco@gmail.com>, Matt Coulter <mattcoul7@gmail.com>
10
- License-Expression: MIT
11
- License-File: LICENSE
12
- Keywords: Generator,OpenAPI,Python,async
5
+ Home-page: https://github.com/auth-broker/openapi-python-generator
6
+ License: MIT
7
+ Keywords: OpenAPI,Generator,Python,async
8
+ Author: Marco Müllner
9
+ Author-email: muellnermarco@gmail.com
10
+ Requires-Python: >=3.9,<4.0
13
11
  Classifier: Development Status :: 3 - Alpha
14
- Requires-Python: <4,>=3.9
15
- Requires-Dist: black>=21.10b0
16
- Requires-Dist: click<9,>=8.1.3
17
- Requires-Dist: httpx[all]<0.29,>=0.28.0
18
- Requires-Dist: importlib-metadata<9,>=8.7.0
19
- Requires-Dist: isort>=5.10.1
20
- Requires-Dist: jinja2<4,>=3.1.2
21
- Requires-Dist: openapi-pydantic<0.6,>=0.5.1
22
- Requires-Dist: orjson<4,>=3.9.15
23
- Requires-Dist: pydantic<3,>=2.10.2
24
- Requires-Dist: pyyaml<7,>=6.0.2
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.9
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
18
+ Requires-Dist: black (>=21.10b0)
19
+ Requires-Dist: click (>=8.1.3,<9.0.0)
20
+ Requires-Dist: httpx[all] (>=0.28.0,<0.29.0)
21
+ Requires-Dist: importlib-metadata (>=8.7.0,<9.0.0)
22
+ Requires-Dist: isort (>=5.10.1)
23
+ Requires-Dist: openapi-pydantic (>=0.5.1,<0.6.0)
24
+ Requires-Dist: orjson (>=3.9.15,<4.0.0)
25
+ Requires-Dist: pydantic (>=2.10.2,<3.0.0)
26
+ Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
27
+ Project-URL: Changelog, https://github.com/auth-broker/openapi-python-generator/releases
28
+ Project-URL: Documentation, https://openapi-python-generator.readthedocs.io
29
+ Project-URL: Repository, https://github.com/auth-broker/openapi-python-generator
25
30
  Description-Content-Type: text/markdown
26
31
 
27
32
  # Openapi Python Generator
@@ -123,3 +128,4 @@ This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter]
123
128
  [license]: https://github.com/MarcoMuellner/openapi-python-generator/blob/main/LICENSE
124
129
  [contributor guide]: https://github.com/MarcoMuellner/openapi-python-generator/blob/main/CONTRIBUTING.md
125
130
  [Quick start page]: https://marcomuellner.github.io/openapi-python-generator/quick_start/
131
+
@@ -0,0 +1,6 @@
1
+ ab_openapi_python_generator/__init__.py,sha256=E3Rg8oVmW0_-8KPCxfvgdo8n6w205qFYfUyrgnjilVc,450
2
+ ab_openapi_python_generator-2.1.4.dev1768280320.dist-info/LICENSE,sha256=0myanGwJ2vUOZN12aN95o0My6XEysnnVlbKikYw3pHg,1070
3
+ ab_openapi_python_generator-2.1.4.dev1768280320.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
4
+ ab_openapi_python_generator-2.1.4.dev1768280320.dist-info/entry_points.txt,sha256=hqE8T8yX5Pkeb2g__7yQrEazkBPwNgTbEHmoOkaYh80,83
5
+ ab_openapi_python_generator-2.1.4.dev1768280320.dist-info/METADATA,sha256=7yWKoxTDuK7aoN18VpfxM6w0-1411GpUuEhBlYZe0Dc,5437
6
+ ab_openapi_python_generator-2.1.4.dev1768280320.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.28.0
2
+ Generator: poetry-core 1.4.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ openapi-python-generator=openapi_python_generator.__main__:main
3
+
@@ -1,6 +0,0 @@
1
- ab_openapi_python_generator/__init__.py,sha256=E3Rg8oVmW0_-8KPCxfvgdo8n6w205qFYfUyrgnjilVc,450
2
- ab_openapi_python_generator-2.1.3.dist-info/METADATA,sha256=KI7vHJPpoc4cuOhtNxdAtUsgD6WSNTX35ObPTFCFot8,5186
3
- ab_openapi_python_generator-2.1.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
4
- ab_openapi_python_generator-2.1.3.dist-info/entry_points.txt,sha256=PEj7XvWXySYNGFON0vd_a7nOCGF_QJ2RofwFDeS1ve4,84
5
- ab_openapi_python_generator-2.1.3.dist-info/licenses/LICENSE,sha256=0myanGwJ2vUOZN12aN95o0My6XEysnnVlbKikYw3pHg,1070
6
- ab_openapi_python_generator-2.1.3.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- openapi-python-generator = openapi_python_generator.__main__:main