Skip to content

Commit c57d234

Browse files
authored
docs: Add pypi badges to README. (#976)
1 parent fe8d19d commit c57d234

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Google Cloud Datastore `ndb` Client Library
22

3+
[![stable](https://img.shields.io/badge/support-stable-gold.svg)](https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels)
4+
[![pypi](https://img.shields.io/pypi/v/google-cloud-ndb.svg)](https://pypi.org/project/google-cloud-ndb/)
5+
[![versions](https://img.shields.io/pypi/pyversions/google-cloud-ndb.svg)](https://pypi.org/project/google-cloud-ndb/)
6+
37
## Introduction
48

59
This is an updated version of the `ndb` client library for use with
610
[Google Cloud Datastore][0].
711

812
* [Client Library Documentation](https://googleapis.dev/python/python-ndb/latest)
13+
* [Product Documentation](https://cloud.google.com/datastore/docs)
914

1015
The original Python 2 version of `ndb` was designed specifically for the
1116
[Google App Engine][1] `python27` runtime and can be found at

0 commit comments

Comments
 (0)