[ Source: starlette ]
Package: python3-starlette (0.41.2-1)
Links for python3-starlette
Debian Resources:
Download Source Package starlette:
Maintainers:
External Resources:
- Homepage [www.starlette.io]
Similar packages:
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), ])
Other Packages Related to python3-starlette
|
|
|
|
-
- dep: python3
- linguaggio interattivo di alto livello orientato agli oggetti (versione python3 predefinita)
-
- dep: python3-anyio
- livello per compatibilità asincrona (Python 3)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
- or python3-supported-min (>= 3.10)
- Package not available
-
- rec: python3-aiofiles
- supporto per operazioni su file con Python asyncio
-
- rec: python3-h11
- Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)
-
- rec: python3-itsdangerous
- vari strumenti ausiliari per passare dati fidati ad ambienti non fidati - Python 3.x
-
- rec: python3-jinja2
- motore per modelli autonomo e piccolo ma veloce e facile da usare
-
- rec: python3-multipart
- analizzatore multiparte in streaming per Python
-
- rec: python3-uvicorn
- ASGI server implementation, using uvloop and httptools (Python3 version)
- or python3-daphne
- server HTTP/WebSocket per Django Channels (versione per Python 3)
-
- rec: python3-yaml
- analizzatore ed emettitore YAML per Python 3
-
- sug: python3-databases
- supporto asincrono per database per asyncio di Python
Download python3-starlette
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 49.9 kB | 291.0 kB | [list of files] |