File: README.md

package info (click to toggle)
python-googleapi 1.7.11-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 110,952 kB
  • sloc: python: 7,784; javascript: 249; makefile: 59; sh: 53; xml: 5
file content (41 lines) | stat: -rw-r--r-- 1,324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Google API Client LIbrary for Python Docs

 The Google API Client Library for Python is designed for Python
client-application developers. It offers simple, flexible
access to many Google APIs.

## Features

- Call Google APIs simply
- Use the library with Google App Engine
- Handle Auath with fewer lines of code
- Use standard tooling for installation

## Documentation

Learn how to use the Google API Python Client with these guides:

### Usage Guides

- [Getting Started](start.md)
- [Auth](auth.md)
  - [API Keys](api-keys.md)
  - [OAuth 2.0](oauth.md)
  - [OAuth 2.0 for Web Server Applications](oauth-web.md)
  - [OAuth 2.0 for Installed Applications](oauth-installed.md)
  - [OAuth 2.0 for Server to Server Applications](oauth-server.md)
  - [Client Secrets](client-secrets.md)
- How to...
  - [Use Logging](logging.md)
  - [Upload Media](media.md)
  - [Use Mocks](mocks.md)
  - [Use Pagination](pagination.md)
  - [Improve Performance](performance.md)
  - [Understand Thread Safety](thread_safety.md)
  - [Use Google App Engine](google_app_engine.md)
  - [Use Django](django.md)

### Reference Documentation

- Reference documentation for the the core library [googleapiclient](http://googleapis.github.io/google-api-python-client/docs/epy/index.html).
- [Library reference documentation by API](dyn/index.md).