{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"Provides type stubs for the netaddr package, enabling static type checkers like mypy and pyright to validate code that uses netaddr.","skillfed_tags":["type-stubs","static-typing"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses netaddr for network operations.","Catch type errors in network address handling code before runtime in a CI/CD pipeline.","Provide IDE autocomplete and type hints when working with netaddr in editors that support type stubs.","Validate that network address objects are used correctly in type-strict projects."],"what_it_does":"types-netaddr is a type stub package that provides type annotations for the netaddr library, allowing static type checkers like mypy and pyright to understand and validate code that uses netaddr. Since netaddr itself does not include inline type hints, these stubs are necessary for type-aware development and IDE support.\n\nThe package is maintained as part of the typeshed project, the canonical repository of type stubs for the Python ecosystem. It has no runtime dependencies and is designed purely to improve the development experience by enabling static type checking. The stubs target netaddr version 1.3.* and have been validated against mypy 2.3.0 and pyright 1.1.411.","worth_installing":"Yes, if you use netaddr and want static type checking. It has no runtime cost, low friction, and is actively maintained as part of typeshed. Install it alongside netaddr in any project using a type checker. If you don't use a type checker or don't use netaddr, it's not needed."},"id":"types-netaddr","links":{"html":"https://skillfed.io/packages/types-netaddr","md":"https://skillfed.io/packages/types-netaddr.md","pypi":"https://pypi.org/project/types-netaddr/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-24","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-netaddr","python_support":"supports_current","summary":"Typing stubs for netaddr"},"popularity":{"monthly_downloads":151579,"position":10926,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.0.20260724"}
