Jon Wayne Parrott | 77fb0f2 | 2017-10-18 12:52:35 -0700 | [diff] [blame] | 1 | Core Library for Google Client Libraries |
| 2 | ======================================== |
| 3 | |
| 4 | |pypi| |versions| |
| 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/ |
Pravin Dahal | a6253d9 | 2019-02-11 19:12:32 +0100 | [diff] [blame^] | 14 | .. _documentation: https://googleapis.github.io/google-cloud-python/latest/core/ |
Christopher Wilcox | 7ecf871 | 2018-12-14 12:25:37 -0800 | [diff] [blame] | 15 | |
| 16 | |
| 17 | Supported Python Versions |
| 18 | ------------------------- |
| 19 | Python >= 3.4 |
| 20 | |
| 21 | Deprecated Python Versions |
| 22 | -------------------------- |
| 23 | Python == 2.7. Python 2.7 support will be removed on January 1, 2020. |