          MODULE=python-psutil
         VERSION=7.2.2
          SOURCE=$MODULE-${VERSION}.tar.gz
 SOURCE_URL_FULL=https://github.com/giampaolo/psutil/archive/release-${VERSION}.tar.gz
      SOURCE_VFY=sha256:38f406bf21acc67e45f414b7980463b2e6e6270ba3616ffd41995d997078cbe6
SOURCE_DIRECTORY=$BUILD_DIRECTORY/psutil-release-${VERSION}
        WEB_SITE=https://github.com/giampaolo/psutil/
         ENTERED=20200524
         UPDATED=20260303
           SHORT="A cross-platform process and system utilities module for Python"

cat << EOF
psutil (process and system utilities) is a cross-platform library for
retrieving information on running processes and system utilization (CPU,
memory, disks, network, sensors) in Python. It is useful mainly for system
monitoring, profiling and limiting process resources and management of running
processes. It implements many functionalities offered by classic UNIX command
line tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others.
EOF
