Skip to content

arkodeepsen/openapi-gen-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAPI Gen Wrapper

Publish Python 🐍 distribution

Description

A Python wrapper for generating OpenAPI specifications from routes in a Python project.

Installation

pip install openapi-gen-wrapper

Usage

Here’s how you can use the wrapper:

from openapi_gen_wrapper import generate_openapi_spec

Example usage

generate_openapi_spec(routes=["/hello", "/goodbye"])

License

MIT License