diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-11-25 20:50:00 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-11-25 20:50:00 +0100 |
| commit | 3b72499d963a7daf3eed83f1d209e65297fec66f (patch) | |
| tree | 87c3cd5fa6ab92c2866dc1198c9e95b4b9517270 | |
| parent | 06ed47325e01b3f3d20a690572b89e48077a92c7 (diff) | |
| parent | 904bafce5deedd8f856bd4a7a43953467201b76a (diff) | |
| download | packages-3b72499d963a7daf3eed83f1d209e65297fec66f.tar.gz packages-3b72499d963a7daf3eed83f1d209e65297fec66f.zip | |
Merge branch 'master' of https://github.com/johnscillieri/packages into johnscillieri-master
| -rw-r--r-- | packages.json | 16 |
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" } ] |
