-
Python 用的 Google APIs 客户端库:google-api-python-client
资源介绍
google-api-python-client:Python 用的 Google APIs 客户端库
关于 这是用于 Google 基于发现的 API 的 Python 客户端库。
要开始使用,请参阅此库的完整文档。
此外,动态生成的文档可用于此库支持的所有 API。
安装 要安装,只需使用 pip 或 easy_install: $ pip install --upgrade google-api-python-client 或 $ easy_install --upgrade google-api-python-client 有关更详细的说明和其他文档,请参阅开发人员指南。
Python 版本完全支持 Python 2.6 或 2.7。
现在也支持 Python 3.3+!
但是,该库尚未在 Python 3 中充分使用,因此我们建议在生产中使用 Python 3 进行部署之前进行测试。
第三方库和依赖项 安装客户端库时将安装以下库: httplib2 uritemplate 对于开发,您还需要以下库: WebTest pycrypto pyopenssl Cont