Skip to content

Commit f18fd9e

Browse files
lukesneeringerLuke Sneeringer
authored andcommitted
Vision semi-GAPIC
This commit removes the entire Vision manual layer and replaces it with a thin wrapper around tine GAPIC. It makes several other changes: * The GAPIC and Protos are packaged alongside the library, rather than being separate packages on PyPI. * The docs are updated. * The system tests are dramatically thinned down; more should be ported from the old tests before this goes anywhere. Tagging this "do not merge" for now while other questions about this are worked out.
1 parent 520637c commit f18fd9e

78 files changed

Lines changed: 3751 additions & 8518 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pip-log.txt
2828
.nox
2929
.tox
3030
.cache
31+
htmlcov
3132

3233
# Translations
3334
*.mo

docs/index.rst

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -213,18 +213,7 @@
213213
:caption: Vision
214214

215215
vision-usage
216-
vision-annotations
217-
vision-batch
218-
vision-client
219-
vision-color
220-
vision-crop-hint
221-
vision-entity
222-
vision-feature
223-
vision-face
224-
vision-image
225-
vision-safe-search
226-
vision-text
227-
vision-web
216+
vision-api
228217

229218
.. toctree::
230219
:maxdepth: 0

docs/vision-annotations.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
Vision Client
22
=============
33

4-
Client
5-
~~~~~~
6-
7-
.. automodule:: google.cloud.vision.client
4+
.. automodule:: google.cloud.vision_v1
85
:members:
96
:undoc-members:
107
:show-inheritance:

docs/vision-batch.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/vision-color.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/vision-crop-hint.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/vision-entity.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/vision-face.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/vision-feature.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)