[ Fonte: starlette ]
Pacote: python3-starlette (0.46.1-3)
Links para python3-starlette
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte starlette:
Mantenedores(as):
Fontes externas:
- Pagina principal [www.starlette.io]
Pacotes similares:
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. * In-process background tasks. * Startup and shutdown events. * Test client built on `httpx`. * 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), ])
Outros pacotes relacionados a python3-starlette
|
|
|
|
-
- dep: python3
- linguagem orientada a objetos de alto nível e interativa (versão python3 padrão)
-
- dep: python3-anyio
- Asynchronous compatibility layer (Python 3)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- ou python3-supported-min (>= 3.10)
- Pacote não disponível
-
- rec: python3-aiofiles
- support for Python asyncio file operations
-
- 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
- motor de modelos independente, pequeno, mas rápido e fácil de usar
-
- rec: python3-multipart (<< 0.1)
- Python multipart/form-data parser
- ou python3-python-multipart
- streaming multipart parser for Python
-
- rec: python3-uvicorn
- ASGI server implementation, using uvloop and httptools (Python3 version)
- ou 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
Download de python3-starlette
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 49.7 kB | 287.0 kB | [lista de arquivos] |