https://github.com/googleapis/python-api-core
https://github.com/googleapis/python-api-core
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googleapis/python-api-core
- Owner: googleapis
- License: apache-2.0
- Created: 2019-12-10T00:08:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T19:29:24.000Z (about 1 year ago)
- Last Synced: 2025-05-07T20:25:12.746Z (about 1 year ago)
- Language: Python
- Homepage: https://googleapis.dev/python/google-api-core/latest
- Size: 2.06 MB
- Stars: 131
- Watchers: 47
- Forks: 90
- Open Issues: 74
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
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.7
Unsupported Python Versions
---------------------------
Python == 2.7, Python == 3.5, Python == 3.6.
The last version of this library compatible with Python 2.7 and 3.5 is
`google-api-core==1.31.1`.
The last version of this library compatible with Python 3.6 is
`google-api-core==2.8.2`.