[ Источник: starlette ]
Пакет: python3-starlette (0.14.1-1)
Ссылки для python3-starlette
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код starlette:
Сопровождающие:
Внешние ресурсы:
- Сайт [www.starlette.io]
Подобные пакеты:
ASGI library ideal for building high performance asyncio services
Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) 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.
Example:
from starlette.applications import Starlette from starlette.responses import JSONResponse from starlette.routing import Route
async def homepage(request): return JSONResponse({'hello': 'world'})
app = Starlette(debug=True, routes=[ Route('/', homepage), ])
Другие пакеты, относящиеся к python3-starlette
|
|
|
|
-
- dep: python3
- интерактивный высокоуровневый объектно-ориентированный язык (версия python3 по умолчанию)
-
- rec: python3-aiofiles
- support for Python asyncio file operations
-
- rec: python3-graphene
- Пакет недоступен
-
- rec: python3-h11
- Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)
-
- rec: python3-itsdangerous
- Various helpers to pass trusted data to untrusted environment - Python 3.x
-
- rec: python3-jinja2
- small but fast and easy to use stand-alone template engine
-
- rec: python3-uvicorn
- ASGI server implementation, using uvloop and httptools (Python3 version)
- или python3-daphne
- Django Channels HTTP/WebSocket server (Python3 version)
-
- rec: python3-yaml
- YAML parser and emitter for Python3
-
- sug: python3-databases
- async database support for Python's asyncio
-
- sug: python3-multipart
- streaming multipart parser for Python
Загрузка python3-starlette
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 41,4 Кб | 230,0 Кб | [список файлов] |