aboutsummaryrefslogtreecommitdiff
path: root/python/python2-psutil/slack-desc
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-11-25 20:59:27 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-26 06:42:05 +0700
commit6eacc1c8278334f5cae9120182fdc2080994a196 (patch)
tree3e5d64ccb8408efdc856206f157fd106db182eef /python/python2-psutil/slack-desc
parent32d3c86697b5a14176fcf386e528848fe39c802d (diff)
downloadslackbuilds-6eacc1c8278334f5cae9120182fdc2080994a196.tar.xz
python/python2-psutil: Added (python interface).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-psutil/slack-desc')
-rw-r--r--python/python2-psutil/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python2-psutil/slack-desc b/python/python2-psutil/slack-desc
new file mode 100644
index 000000000000..1e20a1681af4
--- /dev/null
+++ b/python/python2-psutil/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python2-psutil: python2-psutil (python interface for process and system info)
+python2-psutil:
+python2-psutil: psutil is a module providing an interface for retrieving information
+python2-psutil: on all running processes and system utilization (CPU, memory, disks,
+python2-psutil: network, users) in a portable way by using Python, implementing many
+python2-psutil: functionalities offered by command line tools such as: ps, top, df,
+python2-psutil: kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop,
+python2-psutil: uptime, pidof, tty, who, taskset, and pmap
+python2-psutil:
+python2-psutil: Homepage: https://github.com/giampaolo/psutil
+python2-psutil: