Google API Python 客户端库

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

  • Owner: googleapis/google-api-python-client
  • Platform: Linux,Mac,Windows
  • License:: Apache License 2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownergoogleapis/google-api-python-client
Primary LanguagePython
Program languageMakefile (Language Count: 3)
Platform
License:Apache License 2.0
所有者活动
Created At2014-01-08 21:55:56
Pushed At2025-06-10 16:47:28
Last Commit At
Release Count235
Last Release Namev2.172.0 (Posted on )
First Release Namev1.3 (Posted on 2014-10-15 23:39:47)
用户参与
Stargazers Count8.3k
Watchers Count292
Fork Count2.5k
Commits Count1.9k
Has Issues Enabled
Issues Count1112
Issue Open Count140
Pull Requests Count1086
Pull Requests Open Count17
Pull Requests Close Count302
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private