Metadata-Version: 2.1
Name: qy-ip-parse
Version: 0.0.1
Summary: ay ip parse.
Home-page: UNKNOWN
Author: chenxiaolong
Author-email: cxiaolong6@gmail.com
License: MIT
Description: # qy ip parse
        
        qy ip parse.
        
        
        ## Installing
        
        Install and update using `pip`:
        
        ```
        $ pip install -U Qy-Ip-Parse
        ```
        
        
        ## A Simple Example
        
        ```python
        import time
        
        from qy_ip_parse import IpIp
        from qy_ip_parse import IpParse
        
        IpIp.init(
            db_name='ip.ipdb',
            oss_config={
                "access_key": "", "access_secret": "",
                "endpoint": "", "bucket_name": "",
                "oss_ip_db_object": ''
            }
        )
        
        start = time.time()
        a = IpParse('IP地址')
        print(a.parse())
        print(time.time()-start)
        print(a.parse())
        print(time.time() - start)
        ```
Keywords: python qy ip parse
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Description-Content-Type: text/markdown
