wok-current annotate python-netifaces/description.txt @ rev 25474
openjdk-6-src: use find from findutils in place of busybox find
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 13 16:42:57 2022 +0100 (2022-10-13) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@25207 | 1 It's been annoying me for some time that there's no easy way to get the address(es) |
Hans-G?nter@25207 | 2 of the machine's network interfaces from Python. |
Hans-G?nter@25207 | 3 There is a good reason for this difficulty, which is that it is virtually impossible |
Hans-G?nter@25207 | 4 to do so in a portable manner. |
Hans-G?nter@25207 | 5 However, it seems to me that there should be a package you can easy_install that |
Hans-G?nter@25207 | 6 will take care of working out the details of doing so on the machine you're using, |
Hans-G?nter@25207 | 7 then you can get on with writing Python code without concerning yourself with the |
Hans-G?nter@25207 | 8 nitty gritty of system-dependent low-level networking APIs. |
Hans-G?nter@25207 | 9 |
Hans-G?nter@25207 | 10 This package attempts to solve that problem. |