File: control

package info (click to toggle)
python-a2wsgi 1.10.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: python: 1,187; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: python-a2wsgi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-asgiref,
 python3-httpx,
 python3-pdm-backend,
 python3-pytest,
 python3-pytest-asyncio,
 python3-setuptools,
 python3-starlette,
Standards-Version: 4.7.0
Homepage: https://github.com/abersheeran/a2wsgi
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-a2wsgi
Vcs-Git: https://salsa.debian.org/python-team/packages/python-a2wsgi.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-a2wsgi
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Convert between ASGI and WSGI apps (Python3 version)
 Convert WSGI app to ASGI app or ASGI app to WSGI app in pure Python with no
 dependencies outside the standard library.
 .
 Compared with other converters, the advantage is that a2wsgi will not
 accumulate the requested content or response content in the memory, so you
 don't have to worry about the memory limit. This problem exists in converters
 implemented by uvicorn/startlette or hypercorn.
 .
 This package contains the Python 3 version of the library.