[ Zdroj: starlette ]
Balík: python3-starlette (0.26.1-1)
Odkazy pre python3-starlette
Zdroje Debian:
Stiahnuť zdrojový balík starlette:
Správcovia:
Externé zdroje:
- Domovská stránka [www.starlette.io]
Podobné balíky:
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), ])
Ostatné balíky súvisiace s balíkom 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
- Backported and Experimental Type Hints for Python
- alebo python3 (>> 3.10)
- interactive high-level object-oriented language (default python3 version)
-
- rec: python3-aiofiles
- podpora asyncio operácií so súbormi pre Python
-
- rec: python3-h11
- Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)
-
- rec: python3-itsdangerous
- rôzne pomocné funkcie na odovzdanie dôveryhodných dát do nedôveryhodného prostredia - Python 3.x
-
- rec: python3-jinja2
- malé, ale rýchle a jednoducho použiteľné samostatné šablónovacie jadro
-
- rec: python3-multipart
- streaming multipart parser for Python
-
- rec: python3-uvicorn
- ASGI server implementation, using uvloop and httptools (Python3 version)
- alebo python3-daphne
- Django Channels HTTP/WebSocket server (Python3 version)
-
- rec: python3-yaml
- spracovanie a tvorbu YAML v jazyku Python 3
-
- sug: python3-databases
- async database support for Python's asyncio
Stiahnuť python3-starlette
Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
---|---|---|---|
all | 47.4 kB | 272.0 kB | [zoznam súborov] |