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-libtmux
Maintainer: Sebastien Delafond <seb@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 9)
Standards-Version: 4.1.3
Homepage: https://github.com/tony/libtmux/
Vcs-Git: https://salsa.debian.org/debian/python-libtmux.git
Vcs-Browser: https://salsa.debian.org/debian/python-libtmux
Package: python-libtmux
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python scripting library and ORM for tmux
libtmux is the tool behind tmuxp, a tmux workspace manager in python.
.
Builds upon tmux's target and formats to create an object mapping to
traverse, inspect and interact with live tmux sessions.
Package: python3-libtmux
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python scripting library and ORM for tmux (python3)
libtmux is the tool behind tmuxp, a tmux workspace manager in python.
.
Builds upon tmux's target and formats to create an object mapping to
traverse, inspect and interact with live tmux sessions.
.
This is the Python 3 package
|