Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | 03-May-2024 | - | 171 | 112 | ||
.kokoro/ | 03-May-2024 | - | 1,557 | 1,011 | ||
docs/ | 03-May-2024 | - | 1,569 | 817 | ||
google/ | 03-May-2024 | - | 9,451 | 6,680 | ||
scripts/ | 03-May-2024 | - | 292 | 168 | ||
testing/ | 03-May-2024 | - | 21 | 20 | ||
tests/ | 03-May-2024 | - | 9,572 | 6,840 | ||
.coveragerc | D | 03-May-2024 | 246 | 14 | 12 | |
.flake8 | D | 03-May-2024 | 278 | 12 | 11 | |
.gitignore | D | 03-May-2024 | 629 | 65 | 50 | |
.pre-commit-config.yaml | D | 03-May-2024 | 1,021 | 32 | 15 | |
.repo-metadata.json | D | 03-May-2024 | 417 | 13 | 12 | |
.trampolinerc | D | 03-May-2024 | 1.7 KiB | 64 | 55 | |
Android.bp | D | 03-May-2024 | 1.3 KiB | 43 | 39 | |
CHANGELOG.md | D | 03-May-2024 | 32.8 KiB | 727 | 392 | |
CODE_OF_CONDUCT.md | D | 03-May-2024 | 4.5 KiB | 95 | 73 | |
CONTRIBUTING.rst | D | 03-May-2024 | 8.4 KiB | 258 | 180 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
MANIFEST.in | D | 03-May-2024 | 860 | 26 | 23 | |
METADATA | D | 03-May-2024 | 440 | 19 | 17 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
README.rst | D | 03-May-2024 | 844 | 29 | 19 | |
SECURITY.md | D | 03-May-2024 | 329 | 8 | 4 | |
mypy.ini | D | 03-May-2024 | 84 | 5 | 4 | |
noxfile.py | D | 03-May-2024 | 7 KiB | 246 | 177 | |
owlbot.py | D | 03-May-2024 | 1.4 KiB | 48 | 24 | |
renovate.json | D | 03-May-2024 | 313 | 13 | 12 | |
setup.cfg | D | 03-May-2024 | 200 | 13 | 11 | |
setup.py | D | 03-May-2024 | 3 KiB | 103 | 64 |
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.6 20 21 22Unsupported Python Versions 23--------------------------- 24 25Python == 2.7, Python == 3.5. 26 27The last version of this library compatible with Python 2.7 and 3.5 is 28`google-api_core==1.31.1`. 29