Source: python-psutil
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/giampaolo/psutil/tags
Vcs-Browser: https://github.com/alvistack/giampaolo-psutil
Vcs-Git: https://github.com/alvistack/giampaolo-psutil.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 cython3,
 python3-dev,
 python3-pip,

Package: python3-psutil
Architecture: amd64
Description: Process and system utilities module for Python
 psutil is a module providing an interface for retrieving information on
 all running processes and system utilization (CPU, memory, disks,
 network, users) in a portable way by using Python 3, implementing many
 functionalities offered by command line tools such as: ps, top, df,
 kill, free, lsof, free, netstat, ifconfig, nice, ionice, iostat, iotop,
 uptime, pidof, tty, who, taskset, pmap.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
