python3-netifaces

Rating: 
0
No votes yet

netifaces provides a (hopefully portable-ish) way for Python programmers to
get access to a list of the network interfaces on the local machine, and
obtain the addresses of those network interfaces.

The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
and Solaris. On Windows, it is currently not able to retrieve IPv6
addresses, owing to shortcomings of the Windows API.

It should work on other UNIX-like systems provided they implement
either getifaddrs() or support the SIOCGIFxxx socket options, although the
data provided by the socket options is normally less complete.

Category:

Application versions: 
AttachmentSizeDate
File python3-netifaces-0.10.5-1.armv7hl.rpm26.41 KB05/09/2016 - 02:58
File python3-netifaces-0.10.5-1.i486.rpm29.24 KB05/09/2016 - 03:54
Changelog: 

- python3-netifaces package created