## Feature Request The python std lib provides the `ipaddress` module that can be used to store IPs and networks in an more friendly type for the users. - https://docs.python.org/3/library/ipaddress.html#ip-addresses - https://docs.python.org/3/library/ipaddress.html#ip-network-definitions Changing without breaking change might be difficult.
Feature Request
The python std lib provides the
ipaddressmodule that can be used to store IPs and networks in an more friendly type for the users.Changing without breaking change might be difficult.