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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?