mirror of https://github.com/encode/starlette.git
List Scout APM as a third party package (#710)
This commit is contained in:
parent
3cc5168ec0
commit
78220391c2
|
@ -20,16 +20,6 @@ Simple APISpec integration for Starlette.
|
||||||
Document your REST API built with Starlette by declaring OpenAPI (Swagger)
|
Document your REST API built with Starlette by declaring OpenAPI (Swagger)
|
||||||
schemas in YAML format in your endpoint's docstrings.
|
schemas in YAML format in your endpoint's docstrings.
|
||||||
|
|
||||||
### webargs-starlette
|
|
||||||
|
|
||||||
<a href="https://github.com/sloria/webargs-starlette" target="_blank">GitHub</a>
|
|
||||||
|
|
||||||
Declarative request parsing and validation for Starlette, built on top
|
|
||||||
of [webargs](https://github.com/marshmallow-code/webargs).
|
|
||||||
|
|
||||||
Allows you to parse querystring, JSON, form, headers, and cookies using
|
|
||||||
type annotations.
|
|
||||||
|
|
||||||
### Mangum
|
### Mangum
|
||||||
|
|
||||||
<a href="https://github.com/erm/mangum" target="_blank">GitHub</a>
|
<a href="https://github.com/erm/mangum" target="_blank">GitHub</a>
|
||||||
|
@ -43,12 +33,29 @@ Serverless ASGI adapter for AWS Lambda & API Gateway.
|
||||||
Manage and send messages to groups of channels using websockets.
|
Manage and send messages to groups of channels using websockets.
|
||||||
Checkout <a href="https://github.com/taoufik07/nejma-chat" target="_blank">nejma-chat</a>, a simple chat application built using `nejma` and `starlette`.
|
Checkout <a href="https://github.com/taoufik07/nejma-chat" target="_blank">nejma-chat</a>, a simple chat application built using `nejma` and `starlette`.
|
||||||
|
|
||||||
|
### Scout APM
|
||||||
|
|
||||||
|
<a href="https://github.com/scoutapp/scout_apm_python" target="_blank">GitHub</a>
|
||||||
|
|
||||||
|
An APM (Application Performance Monitoring) solution that can
|
||||||
|
instrument your application to find performance bottlenecks.
|
||||||
|
|
||||||
### Starlette Prometheus
|
### Starlette Prometheus
|
||||||
|
|
||||||
<a href="https://github.com/perdy/starlette-prometheus" target="_blank">GitHub</a>
|
<a href="https://github.com/perdy/starlette-prometheus" target="_blank">GitHub</a>
|
||||||
|
|
||||||
A plugin for providing an endpoint that exposes [Prometheus](https://prometheus.io/) metrics based on its [official python client](https://github.com/prometheus/client_python).
|
A plugin for providing an endpoint that exposes [Prometheus](https://prometheus.io/) metrics based on its [official python client](https://github.com/prometheus/client_python).
|
||||||
|
|
||||||
|
### webargs-starlette
|
||||||
|
|
||||||
|
<a href="https://github.com/sloria/webargs-starlette" target="_blank">GitHub</a>
|
||||||
|
|
||||||
|
Declarative request parsing and validation for Starlette, built on top
|
||||||
|
of [webargs](https://github.com/marshmallow-code/webargs).
|
||||||
|
|
||||||
|
Allows you to parse querystring, JSON, form, headers, and cookies using
|
||||||
|
type annotations.
|
||||||
|
|
||||||
### Authlib
|
### Authlib
|
||||||
|
|
||||||
<a href="https://github.com/lepture/Authlib" target="_blank">GitHub</a> |
|
<a href="https://github.com/lepture/Authlib" target="_blank">GitHub</a> |
|
||||||
|
@ -56,7 +63,6 @@ A plugin for providing an endpoint that exposes [Prometheus](https://prometheus.
|
||||||
|
|
||||||
The ultimate Python library in building OAuth and OpenID Connect clients and servers. Check out how to integrate with [Starlette](https://docs.authlib.org/en/latest/client/starlette.html).
|
The ultimate Python library in building OAuth and OpenID Connect clients and servers. Check out how to integrate with [Starlette](https://docs.authlib.org/en/latest/client/starlette.html).
|
||||||
|
|
||||||
|
|
||||||
## Frameworks
|
## Frameworks
|
||||||
|
|
||||||
### Responder
|
### Responder
|
||||||
|
|
Loading…
Reference in New Issue