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
|
Source: txdbus
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: asciidoc,
debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-setuptools,
python3-six,
python3-twisted,
source-highlight,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/txdbus.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/txdbus
Homepage: https://github.com/cocagne/txdbus
Testsuite: autopkgtest-pkg-pybuild
Package: python3-txdbus
Architecture: all
Depends: python3-twisted,
python3-zope.interface,
${misc:Depends},
${python3:Depends},
Provides: ${python3:Provides}
Description: implementation of the DBus protocol for the Twisted networking framework
TxDBus is a native Python implementation of the DBus protocol for the
Twisted networking framework.
.
In addition to a tutorial, and collection of examples the
documentation for this project also includes An Overview of the DBus
Protocol.
Package: python-txdbus-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: implementation of the DBus protocol for the Twisted networking framework, documentation
TxDBus is a native Python implementation of the DBus protocol for the
Twisted networking framework.
.
In addition to a tutorial, and collection of examples the
documentation for this project also includes An Overview of the DBus
Protocol.
.
This package provides the documentation and examples.
|