Meta Configuration of Package python-netaddr
1
<package name="python-netaddr" project="devel:python">
2
<title>Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses</title>
3
<description>A pure Python network address representation and manipulation library.
4
5
netaddr provides a Pythonic way of working with:
6
- IPv4 and IPv6 addresses and subnets (including CIDR notation);
7
- MAC (Media Access Control) addresses in multiple formats;
8
- IEEE EUI-64, OUI and IAB identifiers;
9
- a user friendly IP glob-style format.
10
11
Included are routines for:
12
- generating, sorting and summarizing IP addresses;
13
- converting IP addresses and ranges between various different formats;
14
- performing set based operations on groups of IP addresses and subnets;
15
- arbitrary IP address range calculations and conversions;
16
- querying IEEE OUI and IAB organisational information;
17
- querying of IP standards related data from key IANA data sources.</description>
18
</package>
19