Metadata-Version: 1.1
Name: ipv4ToLocation.py
Version: 0.0.11
Summary: ipv4ToLocation
Home-page: https://github.com/nmghr9/getIPV4Location
Author: HouRong
Author-email: nmghr9@gmail.com
License: mit
Description: 
        ipv4ToLocation.py
        --------
        ##develop environment
        
            python3.4.3
        
        ##Install
        
            pip3 install ipv4ToLocation
        
        ##Usage
        Code:
        
        ```python
        import ipv4ToLocation
        print(ipv4ToLocation.findIP("192.168.199.1"))
        print(ipv4ToLocation.findIP("114.114.114.114"))
        ```
        
        Output:
        
            {'area': '对方和您在同一内部网', 'country': '局域网'}
            {'area': '信风网络科技有限公司公众DNS服务器', 'country': '江苏省南京市'}
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
