aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ifaddr/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-17 08:06:10 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-17 08:06:10 +0700
commita35da82c9b046b3a2e30bb1a6634137c7e66b349 (patch)
treed5c753dc63a42114dbede5dfc9454838a113fe58 /python/python3-ifaddr/README
parent1f7b8fed7e5e72eef35b955551683fc0eb2085e2 (diff)
python/python3-ifaddr: Added (Enumerate all interfaces).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ifaddr/README')
-rw-r--r--python/python3-ifaddr/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-ifaddr/README b/python/python3-ifaddr/README
new file mode 100644
index 0000000000..b44277ade8
--- /dev/null
+++ b/python/python3-ifaddr/README
@@ -0,0 +1,7 @@
+python3-ifaddr (Python Library to enumerate all network interfaces)
+
+ifaddr is a small Python library that allows you to find all the
+Ethernet and IP addresses of the computer. It is tested on Linux,
+OS X, and Windows. Other BSD derivatives like OpenBSD, FreeBSD,
+and NetBSD should work too, but I haven't personally tested
+those. Solaris/Illumos should also work.