Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
dyn/ | 03-May-2024 | - | 1,561,515 | 1,475,010 | ||
epy/ | 03-May-2024 | - | 33,346 | 29,386 | ||
README.md | D | 03-May-2024 | 1.3 KiB | 42 | 32 | |
api-keys.md | D | 03-May-2024 | 795 | 16 | 9 | |
auth.md | D | 03-May-2024 | 3.9 KiB | 42 | 22 | |
batch.md | D | 03-May-2024 | 3.3 KiB | 95 | 74 | |
build | D | 03-May-2024 | 1.1 KiB | 29 | 4 | |
client-secrets.md | D | 03-May-2024 | 3.5 KiB | 81 | 59 | |
django.md | D | 03-May-2024 | 3.1 KiB | 48 | 37 | |
google_app_engine.md | D | 03-May-2024 | 9 KiB | 149 | 112 | |
logging.md | D | 03-May-2024 | 1.5 KiB | 51 | 37 | |
media.md | D | 03-May-2024 | 4.5 KiB | 76 | 54 | |
mocks.md | D | 03-May-2024 | 4.8 KiB | 106 | 87 | |
oauth-installed.md | D | 03-May-2024 | 11 KiB | 173 | 110 | |
oauth-server.md | D | 03-May-2024 | 10.5 KiB | 148 | 89 | |
oauth-web.md | D | 03-May-2024 | 4.3 KiB | 54 | 36 | |
oauth.md | D | 03-May-2024 | 11 KiB | 181 | 117 | |
pagination.md | D | 03-May-2024 | 1.3 KiB | 22 | 13 | |
performance.md | D | 03-May-2024 | 3 KiB | 49 | 28 | |
start.md | D | 03-May-2024 | 20.6 KiB | 422 | 324 | |
thread_safety.md | D | 03-May-2024 | 1.6 KiB | 29 | 19 |
README.md
1# 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### Usage Guides 19 20- [Getting Started](start.md) 21- [Auth](auth.md) 22 - [API Keys](api-keys.md) 23 - [OAuth 2.0](oauth.md) 24 - [OAuth 2.0 for Web Server Applications](oauth-web.md) 25 - [OAuth 2.0 for Installed Applications](oauth-installed.md) 26 - [OAuth 2.0 for Server to Server Applications](oauth-server.md) 27 - [Client Secrets](client-secrets.md) 28- How to... 29 - [Use Logging](logging.md) 30 - [Upload Media](media.md) 31 - [Use Mocks](mocks.md) 32 - [Use Pagination](pagination.md) 33 - [Improve Performance](performance.md) 34 - [Understand Thread Safety](thread_safety.md) 35 - [Use Google App Engine](google_app_engine.md) 36 - [Use Django](django.md) 37 38### Reference Documentation 39 40- Reference documentation for the the core library [googleapiclient](http://googleapis.github.io/google-api-python-client/docs/epy/index.html). 41- [Library reference documentation by API](dyn/index.md). 42