Welcome to the Google Cloud Python Client Libraries repository. This repository contains the client libraries for accessing Google Cloud APIs using Python.
This repository includes client libraries for the following Google Cloud services:
- Container Analysis
- Data Catalog
- Data Labeling
Each library is located in its respective directory under packages/
. For example, the Container Analysis library can be found under packages/google-cloud-containeranalysis
.
To install a specific library, navigate to the library's directory and follow the installation instructions in the README.md
file located there. For example, to install the Container Analysis library:
cd packages/google-cloud-containeranalysis
pip install .
The sample code for these libraries has been migrated to the GoogleCloudPlatform/python-docs-samples repository. You can find the sample code for each library in the following locations:
We welcome contributions to the Google Cloud Python Client Libraries. Please see the CONTRIBUTING.md file for more details on how to contribute.
This repository is licensed under the Apache 2.0 License. See the LICENSE file for more information.
If you have any questions or need help, please refer to the Google Cloud Support page.