Third-party typing stubs for netifaces, providing type hints for the netifaces library. Currently at version 0.11.0.20260408, maintained by typeshed and updated periodically to match Python and netifaces changes.
pip install types-netifacesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import netifaces and call its functions. types-netifaces provides type hints; no extra steps needed.
Install both: pip install netifaces types-netifaces
Upgrade: pip install --upgrade types-netifaces