Skip to content
/ stamp Public

A tool to generate static webpages from a given OpenAPI specification using Jinja templates.

Notifications You must be signed in to change notification settings

Sirusblk/stamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STAMP - Static API Markup Processor

A tool to generate static webpages from a given OpenAPI specification using Jinja templates.

Usage

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/

Development

I recommend using a python virtual environment:

python -m venv ./venv/
. ./venv/Scripts/activate

About

A tool to generate static webpages from a given OpenAPI specification using Jinja templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published