Metadata-Version: 1.1
Name: ipget
Version: 0.0.2
Summary: This package is for those that know the local ip in linux.
Home-page: http://kitagami.org
Author: Yuta Kitagami
Author-email: hokusin02@gmail.com
License: LGPL
Description: This package is for those that know the local ip in linux.
        
        >>> import ipget
        >>> a = ipget.ipget()
        >>> print a.ipaddr("eth0")
        192.168.0.2/24
        >>> print a.ipaddr6("eth0")
        240f:f:3872:1:709d:3141:873a:f5c3/64
        >>> print a.mac("eth0")
        3c:d9:2b:7a:24:47
        
        Thank you.
        ...
        
Keywords: Linux,ip,ifconfig
Platform: Linux
Platform: Mac
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development
