282b92ee1c
Portable network interface information. 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 to obtain the addresses of those network interfaces.
6 lines
243 B
Text
6 lines
243 B
Text
Portable network interface information.
|
|
|
|
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 to obtain the addresses of those network
|
|
interfaces.
|