blob: d94f3e88b2596cf0cd9aff1a19402a641ea6ba0a [file] [log] [blame]
Jon Wayne Parrott77fb0f22017-10-18 12:52:35 -07001Core Library for Google Client Libraries
2========================================
3
Tres Seavera30f0042021-08-03 13:59:25 -04004|pypi| |versions|
Jon Wayne Parrott77fb0f22017-10-18 12:52:35 -07005
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
Tres Seaver15c02222018-10-17 10:45:24 -040010.. |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/
Bu Sun Kimf6cda972019-07-19 14:45:47 -070014.. _documentation: https://googleapis.dev/python/google-api-core/latest
Christopher Wilcox7ecf8712018-12-14 12:25:37 -080015
16
17Supported Python Versions
18-------------------------
Tres Seavera30f0042021-08-03 13:59:25 -040019Python >= 3.6
Christopher Wilcox7ecf8712018-12-14 12:25:37 -080020
Tres Seavera30f0042021-08-03 13:59:25 -040021
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`.