diff options
| author | John Scillieri <john.scillieri@visionistinc.com> | 2016-11-25 14:39:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-25 14:39:43 -0500 |
| commit | ce69bb5d76c0253966d088613036e70216cf0b87 (patch) | |
| tree | dee4d0a155e1e064d31b8aae7eaa75fcef723908 | |
| parent | bc7a4ef562295cdfd651ed3a75b24738e1c6f6da (diff) | |
| download | packages-ce69bb5d76c0253966d088613036e70216cf0b87.tar.gz packages-ce69bb5d76c0253966d088613036e70216cf0b87.zip | |
Update packages.json
add psutil package
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f40d353..20c0edd 100644 --- a/packages.json +++ b/packages.json @@ -5465,5 +5465,21 @@ "description": "ForestDB is fast key-value storage engine that is based on a Hierarchical B+-Tree based Trie, or HB+-Trie.", "license": "Apache License 2.0", "web": "https://github.com/nimscale/forestdb" + }, + { + "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" } ] |
