aboutsummaryrefslogtreecommitdiff
path: root/python/python3-py-cpuinfo/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-11-25 20:53:38 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-25 20:53:38 +0700
commit715cb75460ab9f5327943b0ce5487010ea0d5d06 (patch)
tree828c969bfa5292a99d1a1f057084c6904cddd426 /python/python3-py-cpuinfo/README
parent91a67eccf70b26a6c547c39efd2c64eab5f7c468 (diff)
python/python3-py-cpuinfo: Added (retrieve CPU information).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-py-cpuinfo/README')
-rw-r--r--python/python3-py-cpuinfo/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-py-cpuinfo/README b/python/python3-py-cpuinfo/README
new file mode 100644
index 0000000000..4d72c5b7c5
--- /dev/null
+++ b/python/python3-py-cpuinfo/README
@@ -0,0 +1,6 @@
+python3-py-cpuinfo (retrieve CPU information)
+
+py-cpuinfo gets CPU info with pure Python. py-cpuinfo should work
+without any extra programs or libraries, beyond what your OS provides.
+It does not require any compilation(C/C++, assembly, et cetera) to
+use. It works with Python 3.