• Home
Name Date Size #Lines LOC

..--

.github/04-Jul-2025-444326

.kokoro/04-Jul-2025-1,9611,407

docs/04-Jul-2025-1,942996

google/api_core/04-Jul-2025-13,2419,498

scripts/04-Jul-2025-295171

testing/04-Jul-2025-3937

tests/04-Jul-2025-13,3059,749

.coveragercD04-Jul-2025328 1614

.flake8D04-Jul-2025278 1211

.gitignoreD04-Jul-2025635 6651

.pre-commit-config.yamlD04-Jul-20251,020 3215

.repo-metadata.jsonD04-Jul-2025421 1312

.trampolinercD04-Jul-20251.7 KiB6254

Android.bpD04-Jul-20251.3 KiB4339

CHANGELOG.mdD04-Jul-202553.9 KiB1,090561

CODE_OF_CONDUCT.mdD04-Jul-20254.5 KiB9573

CONTRIBUTING.rstD04-Jul-20258 KiB250175

LICENSED04-Jul-202511.1 KiB203169

MANIFEST.inD04-Jul-2025860 2623

METADATAD04-Jul-2025680 2119

MODULE_LICENSE_APACHE2D04-Jul-20250

NOTICED04-Jul-202511.1 KiB203169

OWNERSD04-Jul-202551 21

README.rstD04-Jul-2025949 3221

SECURITY.mdD04-Jul-2025329 84

noxfile.pyD04-Jul-202511.4 KiB380279

owlbot.pyD04-Jul-20251.6 KiB5429

pyproject.tomlD04-Jul-20254.5 KiB10899

renovate.jsonD04-Jul-2025387 1312

setup.cfgD04-Jul-2025171 109

setup.pyD04-Jul-2025614 192

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