From ce69bb5d76c0253966d088613036e70216cf0b87 Mon Sep 17 00:00:00 2001 From: John Scillieri Date: Fri, 25 Nov 2016 14:39:43 -0500 Subject: [PATCH] Update packages.json add psutil package --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ]