Metadata-Version: 1.1
Name: NCP_Geolocation
Version: 0.12
Summary: 
    This is for Geolocation service of Naver Cloud Platfrom
    
    It is simple to use
    
    1. Import and fill your security code
    ncp_geolocation = NCP_Geolocation_API(oauth_consumer_key="$oauth_consumer_key", secret_key="$secret_key")
    
    2. execute `get_geolocation` function 
    print(ncp_geolocation.get_geolocation("125.209.222.142"))
    
    results : 
    {"returnCode": 0,"requestId": "c2032c47-f678-4de1-b595-461906ea90c4","geoLocation": {"country": "KR","code": "4113558000","r1": "경기도","r2": "성남시 분당구"}}
    
Home-page: https://github.com/ultimatelife/NCP_Geolocation.git
Author: geonwoo.kim
Author-email: drama0708@gmail.com
License: Naver Cloud Platform
Description-Content-Type: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
