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-dbus-next
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3,
python3-setuptools,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-sphinx <!nocheck>,
python3-docutils <!nocheck>,
python3-packaging <!nocheck>,
python3-gi <!nocheck>,
Standards-Version: 4.6.1
Homepage: https://github.com/altdesktop/python-dbus-next
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dbus-next.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dbus-next
Package: python3-dbus-next
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-gi,
Description: Next great DBus library for Python
python-dbus-next is a Python library for DBus that aims to be a fully
featured high level library primarily geared towards integration of
applications into Linux desktop and mobile environments.
.
Desktop application developers can use this library for integrating
their applications into desktop environments by implementing common
DBus standard interfaces or creating custom plugin interfaces.
.
Desktop users can use this library to create their own scripts and
utilities to interact with those interfaces for customization of their
desktop environment.
|