Metadata-Version: 2.1
Name: openapi-gen-wrapper
Version: 0.1.2
Summary: A Python tool for generating OpenAPI specs
Home-page: https://github.com/arkodeepsen/openapi-gen
Author: Arkodeep Sen
Author-email: arkodeepsen72@gmail.com.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: pyyaml

# OpenAPI Gen Wrapper
[![Upload Python Package](https://github.com/arkodeepsen/openapi-gen-wrapper/actions/workflows/python-publish.yml/badge.svg)](https://github.com/arkodeepsen/openapi-gen-wrapper/actions/workflows/python-publish.yml)
## Description

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

## Installation

```bash
pip install openapi-gen-wrapper
```

## Usage
Here’s how you can use the wrapper:

```python
from openapi_gen_wrapper import generate_openapi_spec
```

# Example usage
```
generate_openapi_spec(routes=["/hello", "/goodbye"])
```
License
```
MIT License
```
