This repository was archived by the owner on Sep 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 44 "product_documentation" : " https://cloud.google.com/data-catalog" ,
55 "client_documentation" : " https://googleapis.dev/python/datacatalog/latest" ,
66 "issue_tracker" : " " ,
7- "release_level" : " beta " ,
7+ "release_level" : " ga " ,
88 "language" : " python" ,
99 "repo" : " googleapis/python-datacatalog" ,
1010 "distribution_name" : " google-cloud-datacatalog" ,
Original file line number Diff line number Diff line change 1- Python Client for Google Cloud Data Catalog API (`Beta `_)
2- ==========================================================
3-
1+ Python Client for Google Cloud Data Catalog API
2+ ===============================================
43
4+ |ga | |pypi | |versions |
55
66`Google Cloud Data Catalog API `_: Google Cloud Data Catalog API provides features to attach metadata to
77Google Cloud Platform resources like BigQuery Tables. Key critical resources
@@ -10,7 +10,12 @@ include: Entries (Data Catalog representation of a cloud resource).
1010- `Client Library Documentation `_
1111- `Product Documentation `_
1212
13- .. _Beta : https://github.com/googleapis/google-cloud-python/blob/master/README.rst
13+ .. |ga | image :: https://img.shields.io/badge/support-GA-gold.svg
14+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
15+ .. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-datacatalog.svg
16+ :target: https://pypi.org/project/google-cloud-datacatalog/
17+ .. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-datacatalog.svg
18+ :target: https://pypi.org/project/google-cloud-datacatalog/
1419.. _Google Cloud Data Catalog API : https://cloud.google.com/data-catalog
1520.. _Client Library Documentation : https://googleapis.dev/python/datacatalog/latest
1621.. _Product Documentation : https://cloud.google.com/data-catalog
Original file line number Diff line number Diff line change 2626# 'Development Status :: 3 - Alpha'
2727# 'Development Status :: 4 - Beta'
2828# 'Development Status :: 5 - Production/Stable'
29- release_status = "Development Status :: 4 - Beta "
29+ release_status = "Development Status :: 5 - Production/Stable "
3030dependencies = [
3131 "google-api-core[grpc] >= 1.14.0, < 2.0.0dev" ,
3232 "grpc-google-iam-v1 >= 0.12.3, < 0.13dev" ,
You can’t perform that action at this time.
0 commit comments