[ 源代码: python-setproctitle ]
软件包:python3-setproctitle(1.2.1-1 以及其他的)
python3-setproctitle 的相关链接
Debian 的资源:
下载源码包 python-setproctitle:
- [python-setproctitle_1.2.1-1.dsc]
- [python-setproctitle_1.2.1.orig.tar.gz]
- [python-setproctitle_1.2.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-setproctitle 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3 (<< 3.10)
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (>= 3.9~)