Google API Python 客户端库

Google 基于发现的 API 的官方 Python 客户端库。「🐍 The official Python client library for Google's discovery based APIs.」

  • 所有者: googleapis/google-api-python-client
  • 平台: Linux,Mac,Windows
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Google API Client

PyPI version

This is the Python client library for Google's discovery based APIs. To get started, please see the docs folder.

These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features.

Documentation

See the docs folder for more detailed instructions and additional documentation.

Google Cloud Platform

For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using Cloud Client Libraries for Python which is under active development.

Installation

Install this library in a virtualenv using pip. virtualenv is a tool to
create isolated Python environments. The basic problem it addresses is one of
dependencies and versions, and indirectly permissions.

With virtualenv, it's possible to install this library without needing system
install permissions, and without clashing with the installed system
dependencies.

Mac/Linux

pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-api-python-client

Windows

pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-api-python-client

Supported Python Versions

Python 3.4, 3.5, 3.6 and 3.7 are fully supported and tested. This library may work on later versions of 3, but we do not currently run tests against those versions

Deprecated Python Versions

Python == 2.7

Third Party Libraries and Dependencies

The following libraries will be installed when you install the client library:

For development you will also need the following libraries:

Contributing

Please see the contributing page for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.

主要指标

概览
名称与所有者googleapis/google-api-python-client
主编程语言Python
编程语言Makefile (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2014-01-08 21:55:56
推送于2025-06-10 16:47:28
最后一次提交
发布数235
最新版本名称v2.172.0 (发布于 )
第一版名称v1.3 (发布于 2014-10-15 23:39:47)
用户参与
星数8.3k
关注者数292
派生数2.5k
提交数1.9k
已启用问题?
问题数1112
打开的问题数140
拉请求数1086
打开的拉请求数17
关闭的拉请求数302
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?