Initial import to Tizen
[profile/ivi/python-netifaces.git] / PKG-INFO
1 Metadata-Version: 1.0
2 Name: netifaces
3 Version: 0.6
4 Summary: Portable network interface information.
5 Home-page: http://alastairs-place.net/netifaces
6 Author: Alastair Houghton
7 Author-email: alastair@alastairs-place.net
8 License: MIT License
9 Description: netifaces provides a (hopefully portable-ish) way for Python programmers to
10         get access to a list of the network interfaces on the local machine, and to
11         obtain the addresses of those network interfaces.
12         
13         The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
14         and Solaris.  On Windows, it is currently not able to retrieve IPv6
15         addresses, owing to shortcomings of the Windows API.
16         
17         It should work on other UNIX-like systems provided they implement
18         either getifaddrs() or support the SIOCGIFxxx socket options, although the
19         data provided by the socket options is normally less complete.
20         
21 Platform: UNKNOWN
22 Classifier: Development Status :: 4 - Beta
23 Classifier: Intended Audience :: Developers
24 Classifier: License :: OSI Approved :: MIT License
25 Classifier: Topic :: System :: Networking