summaryrefslogtreecommitdiffstats
path: root/python/getdevinfo/README
diff options
context:
space:
mode:
author Edinaldo P. Silva2018-07-01 04:20:02 +0200
committer Willy Sudiarto Raharjo2018-07-07 01:54:12 +0200
commit79502b7afcc49fbc616523aa47f4ebe97143a81e (patch)
treec23e2f16191bef8f9f9dadb7dab8420ebdd6781f /python/getdevinfo/README
parent9c2492cfe117c8eff00e12fd6cba5b4743e204f1 (diff)
downloadslackbuilds-79502b7afcc49fbc616523aa47f4ebe97143a81e.tar.gz
python/getdevinfo: Added (A device information gatherer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/getdevinfo/README')
-rw-r--r--python/getdevinfo/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/getdevinfo/README b/python/getdevinfo/README
new file mode 100644
index 0000000000..9dbddd80b0
--- /dev/null
+++ b/python/getdevinfo/README
@@ -0,0 +1,10 @@
+getdevinfo (A device information gatherer for Linux and macOS)
+
+Working on both Linux and macOS, this script makes use of lshw,
+lvdisplay, and blkid (Linux), as well as diskutil (macOS) to get
+a comprehensive amount of disk information.
+
+This information is available in a structured dictionary for ease
+of use. On Linux it requires lshw, blkid, and lvdisplay to be
+installed. On Linux, you need beautifulsoup4 (bs4), and lxml to
+use this tool.