ports/net/py-netifaces-plus/pkg-descr
Xavier Beaudouin c9089318d5 net/py-netifaces-plus: Portable network interface information
PR:		280001
Sponsored by:	Klara, Inc.
Co-authored-by:	Mateusz Piotrowski <0mp@FreeBSD.org>
2024-07-24 18:51:56 +02:00

4 lines
301 B
Text

There is no easy way to get the address(es) of the machine's network interfaces
from Python. There is a good reason for this difficulty, which is that it is
virtually impossible to do so in a portable manner. This package takes care of
working out the details of doing so on the machine you're using.