freebsd-ports/www/py-starlette/pkg-descr
Sunpoet Po-Chuan Hsieh 3cf9e33d39 Add py-starlette 0.11.2
Starlette is a lightweight ASGI framework/toolkit, which is ideal for building
high performance asyncio services.

It is production-ready, and gives you the following:
- Seriously impressive performance.
- WebSocket support.
- GraphQL support.
- In-process background tasks.
- Startup and shutdown events.
- Test client built on requests.
- CORS, GZip, Static Files, Streaming responses.
- Session and Cookie support.
- 100% test coverage.
- 100% type annotated codebase.
- Zero hard dependencies.

WWW: https://github.com/encode/starlette
2019-02-24 17:55:57 +00:00

17 lines
540 B
Text

Starlette is a lightweight ASGI framework/toolkit, which is ideal for building
high performance asyncio services.
It is production-ready, and gives you the following:
- Seriously impressive performance.
- WebSocket support.
- GraphQL support.
- In-process background tasks.
- Startup and shutdown events.
- Test client built on requests.
- CORS, GZip, Static Files, Streaming responses.
- Session and Cookie support.
- 100% test coverage.
- 100% type annotated codebase.
- Zero hard dependencies.
WWW: https://github.com/encode/starlette