Skip to content

Installation

Runtime install

pip install fastapi-inspector

Development install

pip install -e ".[test,docs,dev]"

Run tests locally

pytest -q --cov=fastapi_inspector --cov-report=term-missing --cov-report=xml

Run multi-version tests with tox

tox

Build docs

mkdocs build --strict
mkdocs serve