Metadata-Version: 2.5
Name: datus-gcp-common
Version: 0.1.0
Summary: Shared authentication, error, output, and CLI helpers for Datus GCP plugins
Author: Datus
License-Expression: Apache-2.0
Requires-Python: >=3.12
Requires-Dist: google-api-core>=2.19
Requires-Dist: google-auth>=2.30
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# datus-gcp-common

Internal library shared by the Datus GKE and GCS plugins. It owns ADC,
service-account-file and service-account-impersonation authentication plus
domain-neutral CLI/output/error helpers. It is not a Datus plugin and declares
no `datus.plugins` entry point.
