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
|
Source: python-setproctitle
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Matthew Grant <matt@mattgrant.net.nz>,
Gordon Ball <gordon@chronitis.net>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
procps,
python3-all-dev,
python3-pytest,
python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/dvarrazzo/py-setproctitle
Vcs-Git: https://salsa.debian.org/python-team/packages/python-setproctitle.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-setproctitle
Rules-Requires-Root: no
Package: python3-setproctitle
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Setproctitle implementation for Python 3
The library allows a process to change its title (as displayed by system tools
such as ps and top).
.
Changing the title is mostly useful in multi-process systems, for example when
a master process is forked: changing the children's title allows one to
identify the task each process is busy with. The technique is used by
PostgreSQL and the OpenSSH Server for example.
.
This is the Python 3 package.
|