Lines Matching +full:cloud +full:- +full:client
1 # Google API Client
3 …ersion](https://badge.fury.io/py/google-api-python-client.svg)](https://badge.fury.io/py/google-ap…
5 This is the [Google API Python client library](https://cloud.google.com/apis/docs/client-libraries-…
7 [docs folder](https://github.com/googleapis/google-api-python-client/blob/main/docs/README.md).
14 this repository recommend using [Cloud Client Libraries for Python](https://github.com/googleapis/g…
16 [Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
19 The 2.0 release of `google-api-python-client` includes a substantial reliability
25 [v1](https://github.com/googleapis/google-api-python-client/tree/v1).
29 from the client library directly. New versions of this library are released weekly.
33 Please see the [Migration Guide](https://github.com/googleapis/google-api-python-client/blob/main/U…
38 See the [docs folder](https://github.com/googleapis/google-api-python-client/blob/main/docs/README.…
43 [Cloud Client Libraries for Python](https://github.com/googleapis/google-cloud-python),
46 With [Cloud Client Libraries for Python](https://github.com/googleapis/google-cloud-python):
47 - There is a separate client library for each API, so you can choose
48 which client libraries to download. Whereas, `google-api-python-client` is a
49 single client library for all APIs. As a result, the total package size for
50 `google-api-python-client` exceeds 50MB.
51 - There are stricter controls for breaking changes to the underlying APIs
52 as each client library is focused on a specific API.
53 - There are more features in these Cloud Client Libraries as each library is
56 - Developers will benefit from intellisense.
59 [Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
62 [Cloud Client Libraries for Python](https://github.com/googleapis/google-cloud-python),
63 the maintainers want to emphasize that `google-api-python-client` will continue
66 …ds API, we recommend using [Google Ads API Client Library for Python](https://github.com/googleads…
68 … we recommend using [Firebase Admin Python SDK](https://github.com/firebase/firebase-admin-python).
84 virtualenv <your-env>
85 source <your-env>/bin/activate
86 <your-env>/bin/pip install google-api-python-client
93 virtualenv <your-env>
94 <your-env>\Scripts\activate
95 <your-env>\Scripts\pip.exe install google-api-python-client
108 The following libraries will be installed when you install the client library:
118 Please see our [Contribution Guide](https://github.com/googleapis/google-api-python-client/blob/mai…
119 In particular, we love pull requests - but please make sure to sign