Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkodeepsen/openapi-gen-wrapper
A Python tool for generating OpenAPI specs
https://github.com/arkodeepsen/openapi-gen-wrapper
openapi openapi-generator pypi pypi-package python python-api python-package python-wrapper wrapper wrapper-api
Last synced: about 2 months ago
JSON representation
A Python tool for generating OpenAPI specs
- Host: GitHub
- URL: https://github.com/arkodeepsen/openapi-gen-wrapper
- Owner: arkodeepsen
- License: mit
- Created: 2024-11-20T07:09:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T09:04:32.000Z (about 2 months ago)
- Last Synced: 2024-11-20T09:06:51.442Z (about 2 months ago)
- Topics: openapi, openapi-generator, pypi, pypi-package, python, python-api, python-package, python-wrapper, wrapper, wrapper-api
- Language: Python
- Homepage: https://pypi.org/project/openapi-gen-wrapper/
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAPI Gen Wrapper
[![Publish Python π distribution](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)
## DescriptionA 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
```