Provides RapiDoc UI for Flask-OpenAPI3. Current version is 9.3.8. Released as part of the flask-openapi3-plugins monorepo, with frequent updates aligned with Flask-OpenAPI3 releases.
pip install flask-openapi3-rapidocNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal setup integrating RapiDoc UI with Flask-OpenAPI3.
Use the import as shown in the quickstart. If upgrading from a very old version, refer to changelog.
Instantiate RapidocUI(api) after api = OpenAPI(app, ...).
Install flask-openapi3 via pip.