Artifact python3-starlette_0.41.0-1_all

Metadata
deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
  Architecture: all
  Breaks: python3-fastapi (<< 0.91.0-1~)
  Depends: python3-anyio, python3-typing-extensions | python3-supported-min (>= 3.10),
    python3:any
  Description: |-
    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),
      ])
  Homepage: https://www.starlette.io/
  Installed-Size: '290'
  Maintainer: "Piotr O\u017Carowski <piotr@debian.org>"
  Package: python3-starlette
  Priority: optional
  Recommends: python3-uvicorn | python3-daphne, python3-aiofiles, python3-h11, python3-itsdangerous,
    python3-jinja2, python3-multipart, python3-yaml
  Section: python
  Source: starlette
  Suggests: python3-databases
  Version: 0.41.0-1
srcpkg_name: starlette
srcpkg_version: 0.41.0-1

File

python3-starlette_0.41.0-1_all.deb
Binary file python3-starlette_0.41.0-1_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package starlette_0.41.0-1

binary package System mirror sid from https://deb.debian.org/debian - 1 day, 21 hours ago 0 minutes
BETA