mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 14:50:56 +00:00
9 lines
354 B
YAML
9 lines
354 B
YAML
generatorName: python
|
|
outputDir: samples/openapi3/client/petstore/python-aiohttp
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/python/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/python
|
|
library: asyncio
|
|
additionalProperties:
|
|
packageName: petstore_api
|
|
mapNumberTo: float
|