https://github.com/GoogleCloudPlatform/google-cloud-python/blob/c2a7bffb11425d9c5e98425f8282866a7c7fd634/vision/google/cloud/vision_helpers/decorators.py#L18
Do you think you could commit a valid, simple set of methods that will appear in IDE autocompletes like PyCharm?
It would greatly improve usability of your cloud APIs.
The test is pretty simple:
- Open a blank project in PyCharm 2018.
- Use a
virtualenv with google-vision-api (for example) installed.
- Start following a quick start.
- Observe no methods can be found on the
ImageAnnotatorClient object, for example.
Maybe the equivalent of https://github.com/jbasko/autoboto ?
https://github.com/GoogleCloudPlatform/google-cloud-python/blob/c2a7bffb11425d9c5e98425f8282866a7c7fd634/vision/google/cloud/vision_helpers/decorators.py#L18
Do you think you could commit a valid, simple set of methods that will appear in IDE autocompletes like PyCharm?
It would greatly improve usability of your cloud APIs.
The test is pretty simple:
virtualenvwithgoogle-vision-api(for example) installed.ImageAnnotatorClientobject, for example.Maybe the equivalent of https://github.com/jbasko/autoboto ?