Skip to content

Commit

Permalink
Add compatibility check badges to READMEs. (#8288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylil93 authored and tseaver committed Jul 15, 2019
1 parent 144f9a2 commit 5e6b21f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/google-cloud-vision/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Client for Google Cloud Vision
=====================================

|beta| |pypi| |versions|
|beta| |pypi| |versions| |compat_check_pypi| |compat_check_github|

The `Google Cloud Vision`_ API enables developers to
understand the content of an image by encapsulating powerful machine
Expand All @@ -23,6 +23,10 @@ Storage.
:target: https://pypi.org/project/google-cloud-vision/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vision.svg
:target: https://pypi.org/project/google-cloud-vision/
.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-vision
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-vision
.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dvision
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dvision
.. _Vision: https://cloud.google.com/vision/

.. _Google Cloud Vision: https://cloud.google.com/vision/
Expand Down

0 comments on commit 5e6b21f

Please sign in to comment.