googlemaps/google-maps-services-python

Async support

开放

#368 创建于 2020年6月30日

 (22 条评论) (7 个反应) (0 位负责人)Python (1,304 个派生)batch import
help wantedpriority: p3type: feature request

仓库指标

星标
 (4,085 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

This is based on #156 and #224, but I can't reopen those.

In #156 this was marked as a priority but Python 2.7 support was listed as a blocker. As the earliest version of Python now supported is 3.5 (which is after asyncio was introduced), it seems this blocker has been removed. Since a lot of Python applications (especially webapps) are moving over to async, it would be nice not to have to make workarounds to implement Google Maps support.

贡献者指南