File: control

package info (click to toggle)
python-i3ipc 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 580 kB
  • sloc: python: 2,968; makefile: 222; sh: 4
file content (29 lines) | stat: -rw-r--r-- 1,115 bytes parent folder | download
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.