Merge pull request #1 from johnscillieri/johnscillieri-psutil-patch-1

Update packages.json
This commit is contained in:
John Scillieri 2016-11-25 14:41:21 -05:00 committed by GitHub
commit 904bafce5d

View File

@ -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"
}
]