• Home
Name
Date
Size
#Lines
LOC

..--

.github/03-May-2024-171112

.kokoro/03-May-2024-1,5571,011

docs/03-May-2024-1,569817

google/03-May-2024-9,4516,680

scripts/03-May-2024-292168

testing/03-May-2024-2120

tests/03-May-2024-9,5726,840

.coveragercD03-May-2024246 1412

.flake8D03-May-2024278 1211

.gitignoreD03-May-2024629 6550

.pre-commit-config.yamlD03-May-20241,021 3215

.repo-metadata.jsonD03-May-2024417 1312

.trampolinercD03-May-20241.7 KiB6455

Android.bpD03-May-20241.3 KiB4339

CHANGELOG.mdD03-May-202432.8 KiB727392

CODE_OF_CONDUCT.mdD03-May-20244.5 KiB9573

CONTRIBUTING.rstD03-May-20248.4 KiB258180

LICENSED03-May-202411.1 KiB203169

MANIFEST.inD03-May-2024860 2623

METADATAD03-May-2024440 1917

MODULE_LICENSE_APACHE2D03-May-20240

NOTICED03-May-202411.1 KiB203169

README.rstD03-May-2024844 2919

SECURITY.mdD03-May-2024329 84

mypy.iniD03-May-202484 54

noxfile.pyD03-May-20247 KiB246177

owlbot.pyD03-May-20241.4 KiB4824

renovate.jsonD03-May-2024313 1312

setup.cfgD03-May-2024200 1311

setup.pyD03-May-20243 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