A tool to generate static webpages from a given OpenAPI specification using Jinja templates.
Using the Petstore OpenAPI example with the basic template
curl https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml -o petstore.yaml
./stamp.py petstore.yaml templates/basic/
I recommend using a python virtual environment:
python -m venv ./venv/
. ./venv/Scripts/activate