mainframe.dependencies¶
Functions¶
|
|
|
|
|
|
|
Return the process-local cached queue monitor. |
Return the process-local cached performance monitor. |
|
|
Module Contents¶
- mainframe.dependencies.get_pypi_client() mainframe.pypi.PyPIClient[source]¶
- mainframe.dependencies.get_rules(request: fastapi.Request) mainframe.rules.Rules[source]¶
- mainframe.dependencies.get_queue_monitor(request: fastapi.Request) mainframe.queue_monitor.QueueMonitor[source]¶
Return the process-local cached queue monitor.
- mainframe.dependencies.get_performance_monitor(request: fastapi.Request) mainframe.performance_monitor.PerformanceMonitor[source]¶
Return the process-local cached performance monitor.
- mainframe.dependencies.validate_token(token: Annotated[str, Depends(get_access_token)]) mainframe.json_web_token.AuthenticationData[source]¶