blob: 9157aadf4b5420290500d1fcf9af22d93bb27d61 [file] [log] [blame] [view]
Grant Timmerman5c11b0a2019-06-26 07:39:48 -07001# Google API Client LIbrary for Python Docs
2
3 The Google API Client Library for Python is designed for Python
4client-application developers. It offers simple, flexible
5access to many Google APIs.
6
7## Features
8
9- Call Google APIs simply
10- Use the library with Google App Engine
11- Handle Auath with fewer lines of code
12- Use standard tooling for installation
13
14## Documentation
15
16Learn how to use the Google API Python Client with these guides:
17
18- [Getting Started](start.md)
19- [Auth](auth.md)
20 - [API Keys](api-keys.md)
21 - [OAuth 2.0](oauth.md)
22 - [OAuth 2.0 for Web Server Applications](oauth-web.md)
23 - [OAuth 2.0 for Installed Applications](oauth-installed.md)
24 - [OAuth 2.0 for Server to Server Applications](oauth-server.md)
25 - [Client Secrets](client-secrets.md)
26- How to...
27 - [Use Logging](logging.md)
28 - [Upload Media](media.md)
29 - [Use Mocks](mocks.md)
30 - [Use Pagination](pagination.md)
31 - [Improve Performance](performance.md)
32 - [Understand Thread Safety](thread_safety.md)
33 - [Use Google App Engine](google_app_engine.md)
34 - [Use Django](django.md)
35