Metadata-Version: 2.4
Name: google-api-core
Version: 2.7.1
Summary: Google API client core library
Home-page: https://github.com/googleapis/python-api-core
Author: Google LLC
Author-email: googleapis-packages@google.com
License: Apache 2.0
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: googleapis-common-protos<2.0dev,>=1.52.0
Requires-Dist: protobuf>=3.12.0
Requires-Dist: google-auth<3.0dev,>=1.25.0
Requires-Dist: requests<3.0.0dev,>=2.18.0
Provides-Extra: grpc
Requires-Dist: grpcio<2.0dev,>=1.33.2; extra == "grpc"
Requires-Dist: grpcio-status<2.0dev,>=1.33.2; extra == "grpc"
Provides-Extra: grpcgcp
Requires-Dist: grpcio-gcp>=0.2.2; extra == "grpcgcp"
Provides-Extra: grpcio-gcp
Requires-Dist: grpcio-gcp>=0.2.2; extra == "grpcio-gcp"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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`.
