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
|
Source: python-i3ipc
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Birger Schacht <birger@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-xlib,
python3-sphinx,
python3-sphinxcontrib-asyncio
Standards-Version: 4.5.0
Homepage: https://github.com/altdesktop/i3ipc-python
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-i3ipc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-i3ipc
Package: python3-i3ipc
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
${sphinxdoc:Depends},
Description: Python library to control i3wm and sway
i3ipc-python is a Python library for controlling the i3 and sway.
This project is intended to be useful for general scripting, and for
applications that interact with the window manager like status line
generators, notification daemons, and window pagers.
|