IntroductionThis is a python module to display network interface status.
This module is originally written by David N. Welton.
Install # python setup.py installUsage>>> from ifconfig import ifconfig
>>> ifconfig('eth0')
{'hwaddr': '00:13:72:85:e8:fb', 'netmask': '255.255.254.0', 'addr': '10.182.120.78', 'brdaddr': '10.182.121.255'}Referencehttp://mail.python.org/pipermail/python-list/1999-August/009274.html http://mail.python.org/pipermail/python-list/2007-March/600895.html http://pypi.python.org/pypi/netifaces http://code.activestate.com/recipes/439094/
30 Day Summary Apr 11 2013 — May 11 2013
|
12 Month Summary May 11 2012 — May 11 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.