Jon Wayne Parrott | 77fb0f2 | 2017-10-18 12:52:35 -0700 | [diff] [blame] | 1 | Core Library for Google Client Libraries |
| 2 | ======================================== |
| 3 | |
ylil93 | 495e5cb | 2019-07-15 12:12:29 -0700 | [diff] [blame] | 4 | |pypi| |versions| |compat_check_pypi| |compat_check_github| |
Jon Wayne Parrott | 77fb0f2 | 2017-10-18 12:52:35 -0700 | [diff] [blame] | 5 | |
| 6 | This library is not meant to stand-alone. Instead it defines |
| 7 | common helpers used by all Google API clients. For more information, see the |
| 8 | `documentation`_. |
| 9 | |
Tres Seaver | 15c0222 | 2018-10-17 10:45:24 -0400 | [diff] [blame] | 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/ |
Bu Sun Kim | f6cda97 | 2019-07-19 14:45:47 -0700 | [diff] [blame^] | 14 | .. _documentation: https://googleapis.dev/python/google-api-core/latest |
ylil93 | 495e5cb | 2019-07-15 12:12:29 -0700 | [diff] [blame] | 15 | .. |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 Wilcox | 7ecf871 | 2018-12-14 12:25:37 -0800 | [diff] [blame] | 19 | |
| 20 | |
| 21 | Supported Python Versions |
| 22 | ------------------------- |
Christopher Wilcox | a5c7ce2 | 2019-03-20 13:41:12 -0700 | [diff] [blame] | 23 | Python >= 3.5 |
Christopher Wilcox | 7ecf871 | 2018-12-14 12:25:37 -0800 | [diff] [blame] | 24 | |
| 25 | Deprecated Python Versions |
| 26 | -------------------------- |
ylil93 | 495e5cb | 2019-07-15 12:12:29 -0700 | [diff] [blame] | 27 | Python == 2.7. Python 2.7 support will be removed on January 1, 2020. |