{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/5"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"},{"label":"Networking","url":"https://skillfed.io/packages/category/system-networking"}],"enrichment":{"capability":"Provides utilities for parsing, validating, and manipulating IPv4 and IPv6 addresses in Python code.","skillfed_tags":["legacy","abandoned"],"use_cases":["Maintaining legacy Python 2 codebases that depend on ipaddr and cannot yet migrate to the standard library.","Parsing and validating IP addresses in older applications where upgrading dependencies is not feasible.","Working with network ranges in Python 2 environments without access to ipaddress.","Checking whether an IP address belongs to a particular network in legacy systems."],"what_it_does":"ipaddr is a library for working with IP addresses, both IPv4 and IPv6, providing parsing, validation, and manipulation utilities. It was originally developed by Google but has been superseded by the ipaddress module in Python 3's standard library and its Python 2 backport.\n\nThe package is no longer maintained\u2014its repository is archived, the last release was in 2017-09-15, and no commits have been made since 2023-04-09. For any new code, you should use the standard library ipaddress module instead. This package exists primarily for legacy Python 2 projects that cannot migrate; it carries no known security vulnerabilities but receives no updates or support.","worth_installing":"No. Do not install this package for new projects\u2014use the standard library ipaddress module instead. For legacy Python 2 codebases already using ipaddr, keep it only as long as necessary during migration. The package is abandoned, receives no maintenance or security updates, and its functionality is fully available in modern Python's standard library."},"id":"ipaddr","links":{"html":"https://skillfed.io/packages/ipaddr","md":"https://skillfed.io/packages/ipaddr.md","pypi":"https://pypi.org/project/ipaddr/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2017-09-15","license_spdx":null,"license_treatment":"permissive","name":"ipaddr","python_support":"unspecified","summary":"Google's IP address manipulation library"},"popularity":{"monthly_downloads":581971,"position":5904,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2.0"}
