google-cloud-python
google-cloud-python copied to clipboard
Google Cloud Client Library for Python
**Is your feature request related to a problem? Please describe.** Modern python can be type-checked using mypy, but the python distribution of this package does not include the type specs,...
### Determine this is the right repository - [x] I determined this is the correct repository in which to report this feature request. ### Summary of the feature request Currently...
### Determine this is the right repository - [x] I determined this is the correct repository in which to report this bug. ### Summary of the issue **Context** I'm trying...
This is the tracking issue for googleapis's pyproject.toml support. # List - [ ] https://github.com/googleapis/google-auth-library-python/pull/1607 - [x] https://github.com/googleapis/python-api-core/pull/736 - [ ] https://github.com/googleapis/python-cloud-core/pull/304 - [x] https://github.com/googleapis/google-cloud-python/pull/13550 - [x] https://github.com/googleapis/proto-plus-python/pull/496 - [...
### Determine this is the right repository - [X] I determined this is the correct repository in which to report this bug. ### Summary of the issue **Context** I am...
It's possible to query the client library version at runtime using `__version__` for most packages, however `__version__` is not available in all packages. As an example, the following works for...
Follow up on ` ".github/workflows/unittest.yml" ` in https://github.com/googleapis/google-cloud-python/blob/6e892e0aeac1975a3fd592bca1087c5c7e043ccc/renovate.json#L8-L10 is fixed.
Once the warnings are addressed that appear in build logs, we should enable warnings as errors to ensure that issues are addressed promptly. The current warnings are for the `protobuf`...
Use protoc-docs-plugin to add docstrings to generated `_pb2` files. Add the docs related scripts and configs in `.kokoro`.
### Determine this is the right repository - [X] I determined this is the correct repository in which to report this bug. ### Summary of the issue **Context** I tried...