xpublish.plugins.included.module_version.ModuleVersionPlugin#

pydantic model xpublish.plugins.included.module_version.ModuleVersionPlugin[source]#

Share the currently loaded versions of key libraries.

Fields:
field app_router_prefix: str = ''#
field app_router_tags: Sequence[str] = ['module_version']#
field name: str = 'module_version'#
app_router()[source]#

Return a router with module version information.

Return type:

APIRouter