wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-netaddr/description.txt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +A system-independent network address manipulation library for Python 2.7 and 3.5+.
     1.5 +(Python 2.7 and 3.5 support is deprecated).
     1.6 +
     1.7 +Provides support for:
     1.8 +
     1.9 +Layer 3 addresses
    1.10 +
    1.11 +- IPv4 and IPv6 addresses, subnets, masks, prefixes
    1.12 +- iterating, slicing, sorting, summarizing and classifying IP networks
    1.13 +- dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap)
    1.14 +- set based operations (unions, intersections etc) over IP addresses and subnets
    1.15 +- parsing a large variety of different formats and notations
    1.16 +- looking up IANA IP block information
    1.17 +- generating DNS reverse lookups
    1.18 +- supernetting and subnetting
    1.19 +
    1.20 +Layer 2 addresses
    1.21 +
    1.22 +- representation and manipulation MAC addresses and EUI-64 identifiers
    1.23 +- looking up IEEE organisational information (OUI, IAB)
    1.24 +- generating derived IPv6 addresses