File: control

package info (click to toggle)
python-trio 0.29.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,920 kB
  • sloc: python: 28,766; sh: 144; makefile: 25
file content (78 lines) | stat: -rw-r--r-- 2,634 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: python-trio
Section: python
Priority: optional
Standards-Version: 4.6.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Robie Basak <robie@justgohome.co.uk>,
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 pybuild-plugin-pyproject,
 python-openssl-doc,
 python-sniffio-doc,
 python3-all,
 python3-astor,
 python3-async-generator,
 python3-attr,
 python3-doc,
 python3-idna,
 python3-jedi,
 python3-openssl,
 python3-outcome,
 python3-pytest,
 python3-setuptools,
 python3-sniffio (>= 1.3),
 python3-sortedcontainers,
 python3-sphinx,
 python3-sphinx-codeautolink,
 python3-sphinx-hoverxref,
 python3-sphinx-rtd-theme (>= 2),
 python3-sphinxcontrib.trio,
 python3-trustme,
 python3-yapf,
Homepage: https://github.com/python-trio/trio
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-trio
Vcs-Git: https://salsa.debian.org/python-team/packages/python-trio.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python-trio-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Python async concurrency and I/O library (Documentation)
 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.
 .
 This package contains the documentation.

Package: python3-trio
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python async concurrency and I/O library (Python3 version)
 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.
 .
 This package contains the Python 3 version of the library.