Metadata-Version: 2.2
Name: openapi_description_generator
Version: 3.1.1.0
Summary: A framework agnostic library to generate openapi description files
Author-email: Michael <michael.smith.ok@gmail.com>
Project-URL: Homepage, https://github.com/smwa/openapi_description_generator
Project-URL: Issues, https://github.com/smwa/openapi_description_generator/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# OpenAPI Description Generator

A python library to agnostically generate an OpenAPI Description file, whether you want to define it all at once or throughout whatever framework you wish to use.

The goal is to always target the most up to date version of the OpenAPI specification.

We currently target OAS 3.1.1

`pip install openapi_description_generator`
