File: control

package info (click to toggle)
python-trio 0.22.0-0.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,140 kB
  • sloc: python: 20,202; makefile: 13
file content (41 lines) | stat: -rw-r--r-- 1,547 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
41
Source: python-trio
Section: python
Priority: optional
Standards-Version: 4.6.1
Maintainer: Robie Basak <robie@justgohome.co.uk>
Build-Depends: debhelper,
               debhelper-compat (= 13),
               dh-python,
               netbase,
               pylint,
               python3,
               python3-astor,
               python3-async-generator,
               python3-attr,
               python3-exceptiongroup,
               python3-idna,
               python3-jedi,
               python3-openssl,
               python3-outcome,
               python3-pytest,
               python3-setuptools,
               python3-sniffio,
               python3-sortedcontainers,
               python3-trustme,
               python3-yapf
X-Python3-Version: >= 3.7
Homepage: https://github.com/python-trio/trio

Package: python3-trio
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-exceptiongroup,
Description: Python async concurrency and I/O library
 Trio is a Python async concurrency and I/O library like Twisted or the asyncio
 standard library, but with an API rethink following lessons learned from
 asyncio and Dave Beazley's Curio. The author claims that the resulting design
 is radically simpler than older competitors like asyncio and Twisted, yet just
 as capable.
 .
 This project is young and still somewhat experimental. The API has not yet
 been declared stable. If you need more mature or with a more stable API,
 then Python's asyncio library, or the older Twisted, are probably better bets.