wok view python-netaddr/description.txt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (19 months ago)
parents
children
line source
1 A system-independent network address manipulation library for Python 2.7 and 3.5+.
2 (Python 2.7 and 3.5 support is deprecated).
4 Provides support for:
6 Layer 3 addresses
8 - IPv4 and IPv6 addresses, subnets, masks, prefixes
9 - iterating, slicing, sorting, summarizing and classifying IP networks
10 - dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap)
11 - set based operations (unions, intersections etc) over IP addresses and subnets
12 - parsing a large variety of different formats and notations
13 - looking up IANA IP block information
14 - generating DNS reverse lookups
15 - supernetting and subnetting
17 Layer 2 addresses
19 - representation and manipulation MAC addresses and EUI-64 identifiers
20 - looking up IEEE organisational information (OUI, IAB)
21 - generating derived IPv6 addresses