wok diff python-ipy/description.txt @ rev 25826
Up zstd (1.5.7), 10% faster
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 15 14:45:14 2025 +0000 (6 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-ipy/description.txt Sat Mar 15 14:45:14 2025 +0000 1.3 @@ -0,0 +1,8 @@ 1.4 +IPy - class and tools for handling of IPv4 and IPv6 addresses and networks. 1.5 + 1.6 +The IP class allows a comfortable parsing and handling for most notations 1.7 +in use for IPv4 and IPv6 addresses and networks. 1.8 +It was greatly inspired by RIPE's Perl module NET::IP's interface but 1.9 +doesn't share the implementation. 1.10 +It doesn't share non-CIDR netmasks, so funky stuff like a netmask of 1.11 +0xffffff0f can't be done here.