python-netifaces2 0.0.22-1 source package in Ubuntu

Changelog

python-netifaces2 (0.0.22-1) unstable; urgency=medium

  * Initial release. (Closes: #1141216)

 -- Edward Betts <edward@4angle.com>  Wed, 01 Jul 2026 13:14:39 +0100

Upload details

Uploaded by:
Home Assistant Team
Uploaded to:
Sid
Original maintainer:
Home Assistant Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Stonking release universe python

Downloads

File Size SHA-256 Checksum
python-netifaces2_0.0.22-1.dsc 2.4 KiB fb8800a2b89549e677578f73e40c9e9e071151ede03c45a7da6ee7cc915d49d9
python-netifaces2_0.0.22.orig.tar.xz 17.6 KiB 9327a8c6e98a12e746b8a9bb7709e6dca6b24ca0c4f1796b0e0264943778bf36
python-netifaces2_0.0.22-1.debian.tar.xz 3.5 KiB 4f1dad5687b33dc40142707f153194175235ad6bae1a0b409e0d4e7083d94284

No changes file available.

Binary packages built by this source

python3-netifaces2: portable network interface information

 This library reports information about network interfaces known to the
 operating system. It can list interface names and return per-interface address
 data, including link-layer, IPv4, and IPv6 addresses where the system provides
 them.
 .
 It also exposes routing gateway information and the default gateway through a
 netifaces-compatible API. On Linux, gateway data is obtained from the kernel
 routing table as exposed through procfs or through the ip command when needed.
 .
 The data comes from the host networking stack, network interfaces, and routing
 tables. Results reflect the addresses and routes configured on the system,
 such as Ethernet or Wi-Fi interface addresses, netmasks, broadcast addresses,
 and gateway entries.

python3-netifaces2-dbgsym: debug symbols for python3-netifaces2