• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.github/25-Apr-2025-171112

.kokoro/25-Apr-2025-1,5571,011

docs/25-Apr-2025-1,569817

google/25-Apr-2025-9,4516,680

scripts/25-Apr-2025-292168

testing/25-Apr-2025-2120

tests/25-Apr-2025-9,5726,840

.coveragercD25-Apr-2025246 1412

.flake8D25-Apr-2025278 1211

.gitignoreD25-Apr-2025629 6550

.pre-commit-config.yamlD25-Apr-20251,021 3215

.repo-metadata.jsonD25-Apr-2025417 1312

.trampolinercD25-Apr-20251.7 KiB6455

Android.bpD25-Apr-20251.3 KiB4339

CHANGELOG.mdD25-Apr-202532.8 KiB727392

CODE_OF_CONDUCT.mdD25-Apr-20254.5 KiB9573

CONTRIBUTING.rstD25-Apr-20258.4 KiB258180

LICENSED25-Apr-202511.1 KiB203169

MANIFEST.inD25-Apr-2025860 2623

METADATAD25-Apr-2025440 1917

MODULE_LICENSE_APACHE2D25-Apr-20250

NOTICED25-Apr-202511.1 KiB203169

README.rstD25-Apr-2025844 2919

SECURITY.mdD25-Apr-2025329 84

mypy.iniD25-Apr-202584 54

noxfile.pyD25-Apr-20257 KiB246177

owlbot.pyD25-Apr-20251.4 KiB4824

renovate.jsonD25-Apr-2025313 1312

setup.cfgD25-Apr-2025200 1311

setup.pyD25-Apr-20253 KiB10364

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