Metadata-Version: 2.4
Name: openapi-docs
Version: 1.1.0
Summary: Generate high-quality DOCS.md from OpenAPI specs
Requires-Python: >=3.10
Requires-Dist: jinja2>=3.1.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: typer>=0.12.0
Description-Content-Type: text/markdown

# openapi-docs

Generate readable `DOCS.md` files from OpenAPI specs (JSON or YAML).

```bash
pip install openapi-docs
openapi-docs path/to/openapi.json -o DOCS.md
```
