aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorchojoyce <chojoyce@google.com>2022-01-05 05:23:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-05 05:23:52 +0000
commite11dd659005b21df839d0acad276b52f449e4794 (patch)
tree412a59ade78bcacc2449642d7cfd7ccb6a92d8e4 /README.rst
parentd4dcb747f8ac4df33c321b19ee1c511f6e47707e (diff)
parente82c234cd2a425bd77dc184ad3003fd9c37e57fe (diff)
downloadpython-api-core-e11dd659005b21df839d0acad276b52f449e4794.tar.gz
Merge platform/external/python/python-api-core v2.3.0 am: 4e81cd9cc2 am: 95950852f5 am: 01e15770ed am: e82c234cd2
Original change: https://android-review.googlesource.com/c/platform/external/python/python-api-core/+/1931601 Change-Id: Id40439a8a0e0e860ca38e36d776fdd36ce2bc163
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..d94f3e8
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,28 @@
+Core Library for Google Client Libraries
+========================================
+
+|pypi| |versions|
+
+This library is not meant to stand-alone. Instead it defines
+common helpers used by all Google API clients. For more information, see the
+`documentation`_.
+
+.. |pypi| image:: https://img.shields.io/pypi/v/google-api_core.svg
+ :target: https://pypi.org/project/google-api_core/
+.. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg
+ :target: https://pypi.org/project/google-api_core/
+.. _documentation: https://googleapis.dev/python/google-api-core/latest
+
+
+Supported Python Versions
+-------------------------
+Python >= 3.6
+
+
+Unsupported Python Versions
+---------------------------
+
+Python == 2.7, Python == 3.5.
+
+The last version of this library compatible with Python 2.7 and 3.5 is
+`google-api_core==1.31.1`.