Author: Yin-Chi Chan
Warning
This Python package is very preliminary. There will be bugs(!), and not all OpenAPI specifications will be able to be parsed.
Check TODO.md for a list of features to be added.
- Option 1:
uv run
cd /path/to/project uv run openapi <args>
- Option 2: global install with
pipx
(editable)cd /path/to/project pipx install -e . openapi <args>
Run openapi <cmd> -h
to see usage information for each command or openapi -h
for a list of commands.