Metadata-Version: 1.2
Name: gaode_api_cli
Version: 0.0.2
Summary: 简易高德API命令行工具
Home-page: https://github.com/pythoneer-ml/pypi-gaode-api
Author: Albin
Author-email: binwei.zeng3@gmail.com
Maintainer: albin3
Maintainer-email: binwei.zeng3@gmail.com
License: BSD License
Description: # pypi-gaode-api
        pypi tools for gaode api, https://lbs.amap.com/api/webservice/summary
        
        ## Install
        
        ```
        pip install gaode-api-cli
        ```
        
        ## Intersection
        
        路口信息检索
        
        ### searchOne
        
        ```
        gaode-api-intersection searchOne 天目山路
        
        gaode-api-intersection searchOne 天目山路 hanzhou
        
        gaode-api-intersection searchOne 天安门 hanzhou
        ```
        
        ### searchByFile
        
        准备 input.txt 放在当前目录下
        
        ```
        天目山路高教路口
        文一西路高教路口
        ...
        ```
        
        执行
        
        ```shell
        # 生成 output.csv
        gaode-api-intersection searchByFile input.txt
        
        # 生成 output.csv
        gaode-api-intersection searchByFile input.txt output1.csv
        ```
        
        
        
        
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
