Provides Scalar UI integration for flask-openapi3, allowing OpenAPI documentation to be rendered with Scalar's modern UI. Current version: 1.44.15. Release cadence: frequent updates.
pip install flask-openapi3-scalarVerified import paths — ran on the pinned version, not inferred.
Quickstart: create a Flask app with OpenAPI and register ScalarUI to serve interactive documentation at /scalar.
Use 'from flask_openapi3_scalar import ScalarUI' instead of hyphens.
Always pass the spec object: ScalarUI(spec, ...) where spec is obtained from api.get_spec().
Use the current parameter name as per documentation; if deprecated, use the new name.