Private Catalog API client library
Project description
Private Catalog API: allows developers and cloud admins to make their solutions discoverable to their internal enterprise users. Cloud admins can manage their solutions and ensure their users are always launching the latest versions.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Code samples and snippets
Code samples and snippets live in the samples/ folder.
Supported Python Versions
Our client libraries are compatible with all current active and maintenance versions of Python.
Python >= 3.7
Unsupported Python Versions
Python <= 3.6
If you are using an end-of-life version of Python, we recommend that you update as soon as possible to an actively supported version.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-private-catalog
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-private-catalog
Next Steps
Read the Client Library Documentation for Private Catalog API to see other available methods on the client.
Read the Private Catalog API Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-private-catalog-0.7.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9760d7d0185d28ed9cb3ef5ddc404010b02403c69aede7d3353557cb86666665 |
|
MD5 | 6ab1d837d8b059ff2c4bbb9f3016a7ac |
|
BLAKE2b-256 | 5fe664a7119079e39c54122e2c71439b38b8b10e5257881547a248ddf04b32d6 |
Hashes for google_cloud_private_catalog-0.7.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3d2145fd9e98f9c0223a9cfbc3009d7cbef803b95a8542cc010e261f0f608c6 |
|
MD5 | 2e4c531af00d2dd0dc963bd34fb1c26c |
|
BLAKE2b-256 | e2e1077647f0dab3c2813d284e28cd0a9680d4aee0df2cd228b0bb4881b84b36 |