mirror of https://github.com/encode/starlette.git
GitHub has a capital H (#478)
This commit is contained in:
parent
115fc2f73a
commit
e37ec7e561
|
@ -8,13 +8,13 @@ Here are some of those third party packages:
|
||||||
|
|
||||||
### Python 3.5 port
|
### Python 3.5 port
|
||||||
|
|
||||||
<a href="https://github.com/em92/starlette" target="_blank">Github</a>
|
<a href="https://github.com/em92/starlette" target="_blank">GitHub</a>
|
||||||
|
|
||||||
## Plugins
|
## Plugins
|
||||||
|
|
||||||
### Starlette APISpec
|
### Starlette APISpec
|
||||||
|
|
||||||
<a href="https://github.com/Woile/starlette-apispec" target="_blank">Github</a>
|
<a href="https://github.com/Woile/starlette-apispec" target="_blank">GitHub</a>
|
||||||
|
|
||||||
Simple APISpec integration for Starlette.
|
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)
|
||||||
|
@ -22,14 +22,14 @@ schemas in YAML format in your endpoint's docstrings.
|
||||||
|
|
||||||
### Starlette API
|
### Starlette API
|
||||||
|
|
||||||
<a href="https://github.com/PeRDy/starlette-api" target="_blank">Github</a>
|
<a href="https://github.com/PeRDy/starlette-api" target="_blank">GitHub</a>
|
||||||
|
|
||||||
That library aims to bring a layer on top of Starlette framework to provide useful mechanism for building APIs. Based on API Star. Some featuers: marshmallow schemas, dependency injection, auto generated api schemas,
|
That library aims to bring a layer on top of Starlette framework to provide useful mechanism for building APIs. Based on API Star. Some featuers: marshmallow schemas, dependency injection, auto generated api schemas,
|
||||||
auto generated docs.
|
auto generated docs.
|
||||||
|
|
||||||
### webargs-starlette
|
### webargs-starlette
|
||||||
|
|
||||||
<a href="https://github.com/sloria/webargs-starlette" target="_blank">Github</a>
|
<a href="https://github.com/sloria/webargs-starlette" target="_blank">GitHub</a>
|
||||||
|
|
||||||
Declarative request parsing and validation for Starlette, built on top
|
Declarative request parsing and validation for Starlette, built on top
|
||||||
of [webargs](https://github.com/marshmallow-code/webargs).
|
of [webargs](https://github.com/marshmallow-code/webargs).
|
||||||
|
@ -39,13 +39,13 @@ 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>
|
||||||
|
|
||||||
Serverless ASGI adapter for AWS Lambda & API Gateway.
|
Serverless ASGI adapter for AWS Lambda & API Gateway.
|
||||||
|
|
||||||
### Nejma ⭐
|
### Nejma ⭐
|
||||||
|
|
||||||
<a href="https://github.com/taoufik07/nejma" target="_blank">Github</a>
|
<a href="https://github.com/taoufik07/nejma" target="_blank">GitHub</a>
|
||||||
|
|
||||||
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`.
|
||||||
|
@ -54,7 +54,7 @@ Checkout <a href="https://github.com/taoufik07/nejma-chat" target="_blank">nejma
|
||||||
|
|
||||||
### Responder
|
### Responder
|
||||||
|
|
||||||
<a href="https://github.com/kennethreitz/responder" target="_blank">Github</a> |
|
<a href="https://github.com/kennethreitz/responder" target="_blank">GitHub</a> |
|
||||||
<a href="https://python-responder.org/en/latest/" target="_blank">Documentation</a>
|
<a href="https://python-responder.org/en/latest/" target="_blank">Documentation</a>
|
||||||
|
|
||||||
Async web service framework. Some Features: flask-style route expression,
|
Async web service framework. Some Features: flask-style route expression,
|
||||||
|
@ -62,7 +62,7 @@ yaml support, OpenAPI schema generation, background tasks, graphql.
|
||||||
|
|
||||||
### FastAPI
|
### FastAPI
|
||||||
|
|
||||||
<a href="https://github.com/tiangolo/fastapi" target="_blank">Github</a> |
|
<a href="https://github.com/tiangolo/fastapi" target="_blank">GitHub</a> |
|
||||||
<a href="https://fastapi.tiangolo.com/" target="_blank">Documentation</a>
|
<a href="https://fastapi.tiangolo.com/" target="_blank">Documentation</a>
|
||||||
|
|
||||||
High performance, easy to learn, fast to code, ready for production web API framework.
|
High performance, easy to learn, fast to code, ready for production web API framework.
|
||||||
|
@ -70,7 +70,7 @@ Inspired by **APIStar**'s previous server system with type declarations for rout
|
||||||
|
|
||||||
### Bocadillo
|
### Bocadillo
|
||||||
|
|
||||||
<a href="https://github.com/bocadilloproject/bocadillo" target="_blank">Github</a> |
|
<a href="https://github.com/bocadilloproject/bocadillo" target="_blank">GitHub</a> |
|
||||||
<a href="https://bocadilloproject.github.io" target="_blank">Documentation</a>
|
<a href="https://bocadilloproject.github.io" target="_blank">Documentation</a>
|
||||||
|
|
||||||
A modern Python web framework filled with asynchronous salsa.
|
A modern Python web framework filled with asynchronous salsa.
|
||||||
|
|
Loading…
Reference in New Issue