Metadata-Version: 2.1
Name: davidkhala.gcp
Version: 0.4.1
Summary: Core gcp components
Author: David Liu
Author-email: david-khala@hotmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: core
Requires-Dist: google-api-core
Requires-Dist: google-auth[requests]
Requires-Dist: google-cloud-core ; extra == "core"
Description-Content-Type: text/markdown

[python sdk index](https://cloud.google.com/python/docs/reference)
# Dependencies graph
- `google-auth`
- `google-cloud-core`: optional in extra `davidkhala.gcp[core]`
    - It includes `google-api-core`
- `google-api-core`         
