diff options
| author | John Scillieri <john.scillieri@visionistinc.com> | 2016-11-25 14:41:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-25 14:41:21 -0500 |
| commit | 904bafce5deedd8f856bd4a7a43953467201b76a (patch) | |
| tree | dee4d0a155e1e064d31b8aae7eaa75fcef723908 | |
| parent | bc7a4ef562295cdfd651ed3a75b24738e1c6f6da (diff) | |
| parent | ce69bb5d76c0253966d088613036e70216cf0b87 (diff) | |
| download | packages-904bafce5deedd8f856bd4a7a43953467201b76a.tar.gz packages-904bafce5deedd8f856bd4a7a43953467201b76a.zip | |
Merge pull request #1 from johnscillieri/johnscillieri-psutil-patch-1
Update packages.json
| -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" } ] |
