File: control

package info (click to toggle)
python-tubes 0.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 740 kB
  • sloc: python: 3,215; makefile: 149
file content (30 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (2)
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
Source: python-tubes
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python3-twisted <!nocheck>,
 python3-zope.interface <!nocheck>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.6.2
Homepage: https://github.com/twisted/tubes
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tubes
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tubes.git

Package: python3-tubes
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: data-processing and flow-control engine for event-driven programs
 Tubes is a data-processing and flow-control engine for event-driven programs.
 Presently based primarily on Twisted, its core data structures are fairly
 framework-agnostic and could be repurposed to work with any event-driven
 container.