Skip to content

Commit 04d278a

Browse files
GWealecopybara-github
authored andcommitted
docs: add PyPI, Python version, downloads, and docs badges to README
Merge #6023 ## Summary Add shields.io badges to the README to improve project discoverability and provide quick metadata at a glance. ### Badges added: - **PyPI version** — links to the [google-adk](https://pypi.org/project/google-adk/) package page - **Python versions** — shows supported Python versions (3.10+) - **Monthly downloads** — displays PyPI download count - **Documentation** — links to the official docs at [adk-docs](https://google.github.io/adk-docs/) ### Before Only the License badge was present. ### After README header now shows License, PyPI version, Python versions, downloads, and docs badges — consistent with other Google open-source Python projects. Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 930805673
1 parent 8354007 commit 04d278a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Agent Development Kit (ADK) 2.0
22

33
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
4+
[![PyPI version](https://img.shields.io/pypi/v/google-adk.svg)](https://pypi.org/project/google-adk/)
5+
[![Python versions](https://img.shields.io/pypi/pyversions/google-adk.svg)](https://pypi.org/project/google-adk/)
6+
[![PyPI downloads](https://img.shields.io/pypi/dm/google-adk.svg)](https://pypi.org/project/google-adk/)
7+
[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://google.github.io/adk-docs/)
48

59
<h2 align="center">
610
<img src="https://raw.githubusercontent.com/google/adk-python/main/assets/agent-development-kit.png" width="256"/>

0 commit comments

Comments
 (0)