File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
packages/google-cloud-containeranalysis Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
- Python Client for Container Analysis API (`Alpha `_)
2
- ===================================================
1
+ Python Client for Container Analysis API
2
+ ========================================
3
+
4
+ |ga | |pypi | |versions |
3
5
4
6
`Container Analysis API `_: An implementation of the Grafeas API, which stores, and enables querying
5
7
and retrieval of critical metadata about all of your software artifacts.
6
8
7
9
- `Client Library Documentation `_
8
10
- `Product Documentation `_
9
11
10
- .. _Alpha : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
12
+ .. |ga | image :: https://img.shields.io/badge/support-GA-gold.svg
13
+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
14
+ .. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-containeranalysis.svg
15
+ :target: https://pypi.org/project/google-cloud-containeranalysis/
16
+ .. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-containeranalysis.svg
17
+ :target: https://pypi.org/project/google-cloud-containeranalysis/
11
18
.. _Container Analysis API : https://cloud.google.com/container-registry/docs/container-analysis
12
19
.. _Client Library Documentation : https://googleapis.dev/python/containeranalysis/latest
13
20
.. _Product Documentation : https://cloud.google.com/container-registry/docs/container-analysis
Original file line number Diff line number Diff line change 23
23
name = "google-cloud-containeranalysis"
24
24
description = "Container Analysis API API client library"
25
25
version = "0.3.1"
26
- release_status = "Development Status :: 3 - Alpha "
26
+ release_status = "Development Status :: 5 - Production/stable "
27
27
dependencies = [
28
28
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
29
29
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev" ,
You can’t perform that action at this time.
0 commit comments