Path to this page:
Subject: CVS commit: pkgsrc/www/py-starlette
From: Thomas Klausner
Date: 2024-12-10 08:54:25
Message id: 20241210075425.77142FC1C@cvs.NetBSD.org
Log Message:
www/py-starlette: import py-starlette-0.41.3
Starlette is a lightweight ASGI framework/toolkit, which is ideal
for building async web services in Python.
It is production-ready, and gives you the following:
* A lightweight, low-complexity HTTP web framework.
* 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.
* Few hard dependencies.
* Compatible with asyncio and trio backends.
* Great overall performance against independent benchmarks.
Files: