slackbuilds/python/python2-netaddr
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/python-netaddr: Renamed python2-netaddr. 2021-05-03 01:49:57 -05:00
python2-netaddr.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python2-netaddr.info python/python-netaddr: Renamed python2-netaddr. 2021-05-03 01:49:57 -05:00
slack-desc python/python-netaddr: Renamed python2-netaddr. 2021-05-03 01:49:57 -05:00

README

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. http://standards.ieee.org (public OUI and IAB registration data
published by the IEEE)
2. http://www.iana.org (IPv4, IPv6 and multicast address space
allocations).

To include the latest versions in the package, run the script with:

#  NEWDATA="yes" ./python-netaddr.SlackBuild

and the latest versions will be downloaded during the build
for inclusion in the package.