aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-11-25 20:50:00 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-11-25 20:50:00 +0100
commit3b72499d963a7daf3eed83f1d209e65297fec66f (patch)
tree87c3cd5fa6ab92c2866dc1198c9e95b4b9517270
parent06ed47325e01b3f3d20a690572b89e48077a92c7 (diff)
parent904bafce5deedd8f856bd4a7a43953467201b76a (diff)
downloadpackages-3b72499d963a7daf3eed83f1d209e65297fec66f.tar.gz
packages-3b72499d963a7daf3eed83f1d209e65297fec66f.zip
Merge branch 'master' of https://github.com/johnscillieri/packages into johnscillieri-master
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 031d41b..873e6d6 100644
--- a/packages.json
+++ b/packages.json
@@ -5482,5 +5482,21 @@
"description": "A Rustbox-inspired termbox wrapper",
"license": "GPLv3",
"web": "https://notabug.org/vktec/nimbox"
+ },
+ {
+ "name": "psutil",
+ "url": "https://github.com/johnscillieri/psutil-nim",
+ "method": "git",
+ "tags": [
+ "psutil",
+ "process",
+ "network",
+ "system",
+ "disk",
+ "cpu"
+ ],
+ "description": "psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network)",
+ "license": "BSD",
+ "web": "https://github.com/johnscillieri/psutil-nim"
}
]