wok annotate 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 (20 months ago)
parents
children
rev   line source
Hans-G?nter@25206 1 A system-independent network address manipulation library for Python 2.7 and 3.5+.
Hans-G?nter@25206 2 (Python 2.7 and 3.5 support is deprecated).
Hans-G?nter@25206 3
Hans-G?nter@25206 4 Provides support for:
Hans-G?nter@25206 5
Hans-G?nter@25206 6 Layer 3 addresses
Hans-G?nter@25206 7
Hans-G?nter@25206 8 - IPv4 and IPv6 addresses, subnets, masks, prefixes
Hans-G?nter@25206 9 - iterating, slicing, sorting, summarizing and classifying IP networks
Hans-G?nter@25206 10 - dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap)
Hans-G?nter@25206 11 - set based operations (unions, intersections etc) over IP addresses and subnets
Hans-G?nter@25206 12 - parsing a large variety of different formats and notations
Hans-G?nter@25206 13 - looking up IANA IP block information
Hans-G?nter@25206 14 - generating DNS reverse lookups
Hans-G?nter@25206 15 - supernetting and subnetting
Hans-G?nter@25206 16
Hans-G?nter@25206 17 Layer 2 addresses
Hans-G?nter@25206 18
Hans-G?nter@25206 19 - representation and manipulation MAC addresses and EUI-64 identifiers
Hans-G?nter@25206 20 - looking up IEEE organisational information (OUI, IAB)
Hans-G?nter@25206 21 - generating derived IPv6 addresses