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.
|