File: control

package info (click to toggle)
python-nest-asyncio 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: python: 255; sh: 7; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 970 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
Source: python-nest-asyncio
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Diego M. Rodriguez <diego@moreda.io>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pytest
Standards-Version: 4.6.0
Homepage: https://github.com/erdewit/nest_asyncio
Vcs-Git: https://salsa.debian.org/python-team/packages/python-nest-asyncio.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-nest-asyncio
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-nest-asyncio
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Patch asyncio to allow nested event loops
 By design, asyncio does not allow for nested event loops. This module
 provides a function that patches asyncio in order to allow nested use
 of asyncio.run and loop.run_until_complete.