wok diff python-psutil/description.txt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-psutil/description.txt	Fri Dec 02 10:26:08 2022 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +psutil (process and system utilities) is a cross-platform library for
     1.5 +retrieving information on running processes and system utilization
     1.6 +(CPU, memory, disks, network, sensors) in Python.
     1.7 +It is useful mainly for system monitoring, profiling and limiting process
     1.8 +resources and management of running processes.
     1.9 +It implements many functionalities offered by classic UNIX command line
    1.10 +tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others.
    1.11 +
    1.12 +Supported Python versions are 2.6, 2.7, 3.4+ and PyPy.