ipaddr (pypi-slug: ipaddr) is a Python library developed by Google for manipulating IPv4 and IPv6 addresses and networks. It provides functionalities for validation, subnet operations, and summarization. The last release was version 2.2.0 in 2017. This library has been superseded by the `ipaddress` module, which is part of the Python 3 standard library.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
IPAddress is a class, import directly or use ipaddr.IPAddress() after importing the module.
IPNetwork is a class, import directly or use ipaddr.IPNetwork() after importing the module.
This quickstart demonstrates how to create IP address and network objects using the `ipaddr` library, check their properties, and perform basic network membership tests.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.