You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| .github | 1 year ago | |
| .kokoro | 1 year ago | |
| docs | 1 year ago | |
| 1 year ago | ||
| scripts | 1 year ago | |
| testing | 1 year ago | |
| tests | 1 year ago | |
| .coveragerc | 1 year ago | |
| .flake8 | 1 year ago | |
| .gitignore | 1 year ago | |
| .pre-commit-config.yaml | 1 year ago | |
| .repo-metadata.json | 1 year ago | |
| .trampolinerc | 1 year ago | |
| Android.bp | 1 year ago | |
| CHANGELOG.md | 1 year ago | |
| CODE_OF_CONDUCT.md | 1 year ago | |
| CONTRIBUTING.rst | 1 year ago | |
| LICENSE | 1 year ago | |
| MANIFEST.in | 1 year ago | |
| METADATA | 1 year ago | |
| MODULE_LICENSE_APACHE2 | 1 year ago | |
| NOTICE | 1 year ago | |
| README.rst | 1 year ago | |
| SECURITY.md | 1 year ago | |
| mypy.ini | 1 year ago | |
| noxfile.py | 1 year ago | |
| owlbot.py | 1 year ago | |
| renovate.json | 1 year ago | |
| setup.cfg | 1 year ago | |
| setup.py | 1 year ago | |
README.rst
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`.