96b09a4fea
A setproctitle implementation for Python. The library allows a process to change its title (as displayed by system tools such as ps(1) and top(1). WWW: http://pypi.python.org/pypi/setproctitle/ PR: 144694 Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer) Approved by: jadawin (wants his PRs, can't commit right now)
6 lines
196 B
Text
6 lines
196 B
Text
A setproctitle implementation for Python.
|
|
|
|
The library allows a process to change its title (as displayed by system tools
|
|
such as ps(1) and top(1).
|
|
|
|
WWW: http://pypi.python.org/pypi/setproctitle/
|