aboutsummaryrefslogtreecommitdiff
path: root/python/python3-netaddr/README
diff options
context:
space:
mode:
authorOlivier Brouckaert <olivier.b@i-services.be>2025-05-29 09:55:49 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-30 21:26:16 +0700
commitc9682df6333688bc52e3f0b278340bb66345f981 (patch)
tree9c557ad1bffeaafe908d02a6e45a7278f18a0a68 /python/python3-netaddr/README
parentd77255a22cee53d760a39389f05f87c54b09dc2d (diff)
python/python3-netaddr: Added (Network Address Manipulation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-netaddr/README')
-rw-r--r--python/python3-netaddr/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/python/python3-netaddr/README b/python/python3-netaddr/README
new file mode 100644
index 0000000000..3283fd24c6
--- /dev/null
+++ b/python/python3-netaddr/README
@@ -0,0 +1,20 @@
+A pure Python network address representation and manipulation library.
+
+netaddr provides a Pythonic way of working with :-
+- IPv4 and IPv6 addresses and subnets
+- MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers
+- arbitrary (non-aligned) IP address ranges and IP address sets
+- various non-CIDR IP range formats such as nmap and glob-style formats
+
+The source package includes (probably now out of date) data from:
+1. https://standards-oui.ieee.org (public OUI and IAB registration data
+published by the IEEE)
+2. https://www.iana.org (IPv4, IPv6 and multicast address space
+allocations).
+
+To include the latest versions in the package, run the script with:
+
+NEWDATA=yes ./python3-netaddr.SlackBuild
+
+and the latest versions will be downloaded during the build
+for inclusion in the package.