Skip to content

Commit a50bb1e

Browse files
chore: add pypi badges to README (#42)
1 parent cd8ed0d commit a50bb1e

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,9 +1,14 @@
11
# AlloyDB Python Connector
22

33
[![CI][ci-badge]][ci-build]
4+
[![pypi][pypi-badge]][pypi-docs]
5+
[![python][python-versions]][pypi-docs]
46

57
[ci-badge]: https://github.com/GoogleCloudPlatform/alloydb-python-connector/actions/workflows/tests.yaml/badge.svg?event=push
68
[ci-build]: https://github.com/GoogleCloudPlatform/alloydb-python-connector/actions/workflows/tests.yaml?query=event%3Apush+branch%3Amain
9+
[pypi-badge]: https://img.shields.io/pypi/v/google-cloud-alloydb-connector
10+
[pypi-docs]: https://pypi.org/project/google-cloud-alloydb-connector
11+
[python-versions]: https://img.shields.io/pypi/pyversions/google-cloud-alloydb-connector
712

813
The _AlloyDB Python Connector_ is an [AlloyDB](https://cloud.google.com/alloydb)
914
Connector library designed for use with the Python language.

0 commit comments

Comments
 (0)