File: control

package info (click to toggle)
python-sniffio 1.0.0-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 188 kB
  • sloc: python: 159; makefile: 14
file content (19 lines) | stat: -rw-r--r-- 689 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-sniffio
Section: python
Priority: optional
Standards-Version: 4.2.1.2
Maintainer: Robie Basak <robie@justgohome.co.uk>
Build-Depends: debhelper (>= 9~),
               dh-python,
               python3 (>= 3.7~) | python3.7,
               python3-pytest,
               python3-setuptools
X-Python3-Version: >= 3.7
Homepage: https://github.com/python-trio/sniffio

Package: python3-sniffio
Architecture: all
Depends: python3 (>= 3.7~) | python3.7, ${misc:Depends}
Description: detect which async Python library is in use
 Python libraries that support multiple async packages (like Trio, asyncio,
 etc) need to know which is in use. This library provides this information.