Metadata-Version: 1.0
Name: 17MonIP
Version: 0.1.0
Summary: IP search based on 17mon.cn, the best IP database for China.
Home-page: http://lxyu.github.io/17monip/
Author: Lx Yu
Author-email: github@lxyu.net
License: MIT
Description: 17MonIP Python Lib
        ==================
        
        IP search based on 17mon.cn, the best IP database for china.
        
        Source: http://tool.17mon.cn
        
        Install
        -------
        
        .. code:: bash
        
            $ pip install 17monip
        
        Usage
        -----
        
        .. code:: python
        
            >>> import IP
            >>> IP.find("www.baidu.com")
            '中国\t浙江'
            >>> IP.find("127.0.0.1")
            '本机地址\t本机地址'
        
Platform: UNKNOWN
