diff options
author | Philip Lacroix <slackph at posteo dot de> | 2017-02-12 07:40:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-18 07:54:03 +0700 |
commit | f1d6b7289d01ffc4e143699434687826f40d0bce (patch) | |
tree | 14b33e6e46b2b1c89b96081541cbbd72ef781e64 /python/py-cpuinfo/README | |
parent | 5deec19f44bdf565de479803116c7f53e21ff070 (diff) |
python/py-cpuinfo: Added (retrieve CPU information).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/py-cpuinfo/README')
-rw-r--r-- | python/py-cpuinfo/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/py-cpuinfo/README b/python/py-cpuinfo/README new file mode 100644 index 0000000000000..5a13daab4853c --- /dev/null +++ b/python/py-cpuinfo/README @@ -0,0 +1,2 @@ +py-cpuinfo retrieves CPU information with pure Python. It works with Python 2 +and 3, and does not require any compilation. |