blob: 3283fd24c6ced399327b2d207769b3bc560474e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
|