Metadata-Version: 2.1
Name: google-api-core
Version: 1.14.2
Summary: Google API client core library
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Requires-Dist: googleapis-common-protos (<2.0dev,>=1.6.0)
Requires-Dist: protobuf (>=3.4.0)
Requires-Dist: google-auth (<2.0dev,>=0.4.0)
Requires-Dist: requests (<3.0.0dev,>=2.18.0)
Requires-Dist: setuptools (>=34.0.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: pytz
Requires-Dist: futures (>=3.2.0) ; python_version < "3.2"
Provides-Extra: grpc
Requires-Dist: grpcio (<2.0dev,>=1.8.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'

Core Library for Google Client Libraries
========================================

|pypi| |versions| |compat_check_pypi| |compat_check_github|

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
.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-api-core
   :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-api-core
.. |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
   :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dapi_core


Supported Python Versions
-------------------------
Python >= 3.5

Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.


