| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .github/ | 04-Jul-2025 | - | 444 | 326 | ||
| .kokoro/ | 04-Jul-2025 | - | 1,961 | 1,407 | ||
| docs/ | 04-Jul-2025 | - | 1,942 | 996 | ||
| google/api_core/ | 04-Jul-2025 | - | 13,241 | 9,498 | ||
| scripts/ | 04-Jul-2025 | - | 295 | 171 | ||
| testing/ | 04-Jul-2025 | - | 39 | 37 | ||
| tests/ | 04-Jul-2025 | - | 13,305 | 9,749 | ||
| .coveragerc | D | 04-Jul-2025 | 328 | 16 | 14 | |
| .flake8 | D | 04-Jul-2025 | 278 | 12 | 11 | |
| .gitignore | D | 04-Jul-2025 | 635 | 66 | 51 | |
| .pre-commit-config.yaml | D | 04-Jul-2025 | 1,020 | 32 | 15 | |
| .repo-metadata.json | D | 04-Jul-2025 | 421 | 13 | 12 | |
| .trampolinerc | D | 04-Jul-2025 | 1.7 KiB | 62 | 54 | |
| Android.bp | D | 04-Jul-2025 | 1.3 KiB | 43 | 39 | |
| CHANGELOG.md | D | 04-Jul-2025 | 53.9 KiB | 1,090 | 561 | |
| CODE_OF_CONDUCT.md | D | 04-Jul-2025 | 4.5 KiB | 95 | 73 | |
| CONTRIBUTING.rst | D | 04-Jul-2025 | 8 KiB | 250 | 175 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| MANIFEST.in | D | 04-Jul-2025 | 860 | 26 | 23 | |
| METADATA | D | 04-Jul-2025 | 680 | 21 | 19 | |
| MODULE_LICENSE_APACHE2 | D | 04-Jul-2025 | 0 | |||
| NOTICE | D | 04-Jul-2025 | 11.1 KiB | 203 | 169 | |
| OWNERS | D | 04-Jul-2025 | 51 | 2 | 1 | |
| README.rst | D | 04-Jul-2025 | 949 | 32 | 21 | |
| SECURITY.md | D | 04-Jul-2025 | 329 | 8 | 4 | |
| noxfile.py | D | 04-Jul-2025 | 11.4 KiB | 380 | 279 | |
| owlbot.py | D | 04-Jul-2025 | 1.6 KiB | 54 | 29 | |
| pyproject.toml | D | 04-Jul-2025 | 4.5 KiB | 108 | 99 | |
| renovate.json | D | 04-Jul-2025 | 387 | 13 | 12 | |
| setup.cfg | D | 04-Jul-2025 | 171 | 10 | 9 | |
| setup.py | D | 04-Jul-2025 | 614 | 19 | 2 |
README.rst
1Core Library for Google Client Libraries 2======================================== 3 4|pypi| |versions| 5 6This library is not meant to stand-alone. Instead it defines 7common helpers used by all Google API clients. For more information, see the 8`documentation`_. 9 10.. |pypi| image:: https://img.shields.io/pypi/v/google-api_core.svg 11 :target: https://pypi.org/project/google-api_core/ 12.. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg 13 :target: https://pypi.org/project/google-api_core/ 14.. _documentation: https://googleapis.dev/python/google-api-core/latest 15 16 17Supported Python Versions 18------------------------- 19Python >= 3.7 20 21 22Unsupported Python Versions 23--------------------------- 24 25Python == 2.7, Python == 3.5, Python == 3.6. 26 27The last version of this library compatible with Python 2.7 and 3.5 is 28`google-api-core==1.31.1`. 29 30The last version of this library compatible with Python 3.6 is 31`google-api-core==2.8.2`. 32