没有合适的资源?快使用搜索试试~ 我知道了~
aiogmaps:asyncio谷歌地图api客户端
共32个文件
py:22个
txt:2个
md:2个
需积分: 5 0 下载量 39 浏览量
2021-05-08
15:35:33
上传
评论
收藏 18KB ZIP 举报
温馨提示
aiogmaps 适用于Google Maps API Web服务的Asyncio客户端库 要求 > = 3.0 入门 pip install aiogmaps 用法 API密钥 import asyncio from aiogmaps import Client async def main ( loop ): api_key = 'xxx' async with Client ( api_key , loop = loop ) as client : resp = await client . place ( place_id = 'ChIJN1t_tDeuEmsRUsoyG83frY4' ) print ( resp ) if __name__ == '__main__' : loop = asyncio . get_even
资源推荐
资源详情
资源评论
收起资源包目录
aiogmaps-master.zip (32个子文件)
aiogmaps-master
MANIFEST.in 20B
.gitattributes 12B
LICENSE.txt 1KB
aiogmaps
places.py 4KB
directions.py 2KB
geocoding.py 1KB
timezone.py 264B
elevation.py 589B
__init__.py 80B
distance_matrix.py 776B
roads.py 2KB
client.py 6KB
geolocation.py 2KB
requirements-dev.txt 141B
.travis.yml 268B
example
basic.py 340B
setup.py 1KB
README.md 1KB
.editorconfig 243B
tests
test_client.py 892B
test_elevation.py 864B
test_timezone.py 737B
test_roads.py 2KB
test_directions.py 480B
test_distance_matrix.py 421B
test_geocoding.py 846B
conftest.py 746B
test_geolocation.py 398B
test_places.py 3KB
.gitignore 1KB
CHANGELOG.md 0B
.pyup.yml 0B
共 32 条
- 1
资源评论
不吃酸菜的小贱人
- 粉丝: 726
- 资源: 4667
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功