List Scout APM as a third party package (#710)

This commit is contained in:
Adam Johnson 2019-11-12 13:47:35 +00:00 committed by Tom Christie
parent 3cc5168ec0
commit 78220391c2
1 changed files with 17 additions and 11 deletions

View File

@ -20,16 +20,6 @@ Simple APISpec integration for Starlette.
Document your REST API built with Starlette by declaring OpenAPI (Swagger)
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
<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.
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
<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).
### 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
<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).
## Frameworks
### Responder