File: control

package info (click to toggle)
python-nest-asyncio 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: python: 231; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 989 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 Modules Team <python-modules-team@lists.alioth.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.5.0
Homepage: https://github.com/erdewit/nest_asyncio
Vcs-Git: https://salsa.debian.org/python-team/modules/python-nest-asyncio.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/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.