Skip to content

Commit fbff01c

Browse files
chore: add pypi monthly downloads badge (#643)
1 parent 80ad375 commit fbff01c

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@
66

77
<h1 align="center">Cloud SQL Python Connector</h1>
88

9-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GoogleCloudPlatform/cloud-sql-python-connector/blob/main/samples/notebooks/postgres_python_connector.ipynb)
10-
[![CI](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/workflows/tests.yml/badge.svg?event=push)](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/workflows/tests.yml?query=event%3Apush+branch%3Amain)
11-
[![pypi](https://img.shields.io/pypi/v/cloud-sql-python-connector)](https://pypi.org/project/cloud-sql-python-connector)
12-
[![python](https://img.shields.io/pypi/pyversions/cloud-sql-python-connector)](https://pypi.org/project/cloud-sql-python-connector)
9+
[![Open In Colab][colab-badge]][colab-notebook]
10+
[![CI][ci-badge]][ci-build]
11+
[![pypi][pypi-badge]][pypi-docs]
12+
[![PyPI download month][pypi-downloads]][pypi-docs]
13+
[![python][python-versions]][pypi-docs]
14+
15+
[colab-badge]: https://colab.research.google.com/assets/colab-badge.svg
16+
[colab-notebook]: https://colab.research.google.com/github/GoogleCloudPlatform/cloud-sql-python-connector/blob/main/samples/notebooks/postgres_python_connector.ipynb
17+
[ci-badge]: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/workflows/tests.yml/badge.svg?event=push
18+
[ci-build]: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/workflows/tests.yml?query=event%3Apush+branch%3Amain
19+
[pypi-badge]: https://img.shields.io/pypi/v/cloud-sql-python-connector
20+
[pypi-docs]: https://pypi.org/project/cloud-sql-python-connector
21+
[pypi-downloads]: https://img.shields.io/pypi/dm/cloud-sql-python-connector.svg
22+
[python-versions]: https://img.shields.io/pypi/pyversions/cloud-sql-python-connector
1323

1424
The _Cloud SQL Python Connector_ is a Cloud SQL connector designed for use with the
1525
Python language. Using a Cloud SQL connector provides the following benefits:

0 commit comments

Comments
 (0)