[ Source: starlette ]
Package: python3-starlette (0.26.1-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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-anyio
- Asynchronous compatibility layer (Python 3)
-
- dep: python3-typing-extensions
- Tilbageporteret og eksperimentelle typefif for Python
- or python3 (>> 3.10)
- interactive high-level object-oriented language (default python3 version)
-
- rec: python3-aiofiles
- Understøttelse for Python asyncio-filoperationer
-
- rec: python3-h11
- Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)
-
- rec: python3-itsdangerous
- Diverse hjælpeprogrammer til at sende troværdige data til utroværdige miljøer - Python 3.x
-
- rec: python3-jinja2
- Lille men hurtigt og letanvendelig enkeltstående skabelon-generator
-
- rec: python3-multipart
- Fortolker til udsendelse via flere dele for Python
-
- rec: python3-uvicorn
- ASGI-serverimplementering, der bruger uvloop og httptools - Python 3-version
- or python3-daphne
- Django Channels HTTP/WebSocket server (Python3 version)
-
- rec: python3-yaml
- YAML-fortolker og udleder for Python 3
-
- sug: python3-databases
- async database support for Python's asyncio
Download python3-starlette
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 47.4 kB | 272.0 kB | [list of files] |