summaryrefslogtreecommitdiff
path: root/PKG-INFO
blob: 8fe1dcfa4bf6295d3dda755da85f1f8049cd3034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Metadata-Version: 1.0
Name: netifaces
Version: 0.5
Summary: Portable network interface information.
Home-page: http://alastairs-place.net/netifaces
Author: Alastair Houghton
Author-email: alastair@alastairs-place.net
License: MIT License
Description: 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.
        
        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.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Networking