wok annotate python-ipy/description.txt @ rev 25321
updated sqlobject (3.8.0 -> 3.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 22 07:45:13 2022 +0100 (2022-07-22) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25197 | 1 IPy - class and tools for handling of IPv4 and IPv6 addresses and networks. |
Hans-G?nter@25197 | 2 |
Hans-G?nter@25197 | 3 The IP class allows a comfortable parsing and handling for most notations |
Hans-G?nter@25197 | 4 in use for IPv4 and IPv6 addresses and networks. |
Hans-G?nter@25197 | 5 It was greatly inspired by RIPE's Perl module NET::IP's interface but |
Hans-G?nter@25197 | 6 doesn't share the implementation. |
Hans-G?nter@25197 | 7 It doesn't share non-CIDR netmasks, so funky stuff like a netmask of |
Hans-G?nter@25197 | 8 0xffffff0f can't be done here. |