File: control

package info (click to toggle)
python-nest-asyncio 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: python: 251; makefile: 4; sh: 4
file content (26 lines) | stat: -rw-r--r-- 1,022 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
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-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               python3-pytest
Standards-Version: 4.7.2
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-pybuild
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.