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 e3e3722 commit 82da302
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Client for Google Cloud Storage
======================================

|GA| |pypi| |versions|
|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github|

`Google Cloud Storage`_ allows you to store data on
Google infrastructure with very high reliability, performance and
Expand All @@ -17,6 +17,10 @@ via direct download.
:target: https://pypi.org/project/google-cloud-storage
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-storage.svg
:target: https://pypi.org/project/google-cloud-storage
.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-storage
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-storage
.. |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%3Dstorage
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dstorage
.. _Google Cloud Storage: https://cloud.google.com/storage/docs
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/storage/client.html
.. _Storage API docs: https://cloud.google.com/storage/docs/json_api/v1
Expand Down

0 comments on commit 82da302

Please sign in to comment.