wok view python-ipy/description.txt @ rev 25487

Up exiftool (12.50), foomatic-db (4.0-20221111), lzsa (1.4.0), zlib (1.2.13)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 15 16:20:54 2022 +0000 (19 months ago)
parents
children
line source
1 IPy - class and tools for handling of IPv4 and IPv6 addresses and networks.
3 The IP class allows a comfortable parsing and handling for most notations
4 in use for IPv4 and IPv6 addresses and networks.
5 It was greatly inspired by RIPE's Perl module NET::IP's interface but
6 doesn't share the implementation.
7 It doesn't share non-CIDR netmasks, so funky stuff like a netmask of
8 0xffffff0f can't be done here.