blob: 1740298d2b9e6a89429ca69e8605b2556ea5c4df [file] [log] [blame]
Jon Wayne Parrott77fb0f22017-10-18 12:52:35 -07001Core Library for Google Client Libraries
2========================================
3
ylil93495e5cb2019-07-15 12:12:29 -07004|pypi| |versions| |compat_check_pypi| |compat_check_github|
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
ylil93495e5cb2019-07-15 12:12:29 -070015.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-api-core
16 :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-api-core
17.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dapi_core
18 :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dapi_core
Christopher Wilcox7ecf8712018-12-14 12:25:37 -080019
20
21Supported Python Versions
22-------------------------
Christopher Wilcoxa5c7ce22019-03-20 13:41:12 -070023Python >= 3.5
Christopher Wilcox7ecf8712018-12-14 12:25:37 -080024
25Deprecated Python Versions
26--------------------------
ylil93495e5cb2019-07-15 12:12:29 -070027Python == 2.7. Python 2.7 support will be removed on January 1, 2020.