• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

google/H10-Nov-2021-2,0251,377

google_cloud_core.egg-info/H03-May-2022-6851

tests/H10-Nov-2021-2,4561,795

LICENSEH A D10-Nov-202111.1 KiB203169

MANIFEST.inH A D10-Nov-2021860 2623

PKG-INFOH A D10-Nov-20212.2 KiB6851

README.rstH A D10-Nov-20211.3 KiB4127

setup.cfgH A D10-Nov-202167 85

setup.pyH A D10-Nov-20212.8 KiB9457

README.rst

1Core Helpers for Google Cloud Python Client Library
2===================================================
3
4|pypi| |versions|
5
6This library is not meant to stand-alone. Instead it defines
7common helpers (e.g. base ``Client`` classes) used by all of the
8``google-cloud-*`` packages.
9
10
11-  `Documentation`_
12
13.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-core.svg
14   :target: https://pypi.org/project/google-cloud-core/
15.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-core.svg
16   :target: https://pypi.org/project/google-cloud-core/
17.. _Documentation: https://googleapis.dev/python/google-cloud-core/latest
18
19Quick Start
20-----------
21
22.. code-block:: console
23
24    $ pip install --upgrade google-cloud-core
25
26For more information on setting up your Python development environment,
27such as installing ``pip`` and ``virtualenv`` on your system, please refer
28to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
29
30.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup
31
32
33Supported Python Versions
34-------------------------
35Python >= 3.6
36
37Unsupported Python Versions
38---------------------------
39Python == 2.7: the last version of this library which supported Python 2.7
40is ``google.cloud.core 1.7.2``.
41