docs: add PyPI, Python version, downloads, and docs badges to README#6023
docs: add PyPI, Python version, downloads, and docs badges to README#6023zichen0116 wants to merge 2 commits into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Response from ADK Triaging Agent Hello @zichen0116, thank you for creating this PR! We noticed that the Google Contributor License Agreement (CLA) check has failed for this pull request. According to our contribution guidelines, all contributors must sign the Google CLA before we can accept and review your pull request. Could you please visit https://cla.developers.google.com/ to sign the agreement? Once you have signed it, the check should automatically update. This will help our team review and merge your contribution as soon as possible. Thank you! |
ccd4e60 to
1ef2312
Compare
Add shields.io badges for PyPI version, supported Python versions, monthly downloads, and documentation link to improve discoverability and provide quick project metadata at a glance.
1ef2312 to
a39fcac
Compare
|
I will read the instructions for the 🛡️ Contributor License Agreement (CLA) VerificationBefore performing any analysis, I retrieved the PR details and verified the CLA signature status of the contributor.
The completed analysis report has been saved as an artifact at pr_6023_analysis.md. The full analysis is provided below: 🔍 ADK Pull Request Analysis: PR #6023Title: docs: add PyPI, Python version, downloads, and docs badges to README Executive Summary
Detailed Findings & Analysis1. Objectives & Impact ("What does it do?")
2. Justification & Value ("Is it a valid and useful change?")
3. Principle & Style Alignment Checklist ("Does it follow rules?")
|
|
Hi @zichen0116 , Thank you for your contribution! We appreciate you taking the time to submit this pull request. Your PR has been received by the team and is currently under review. We will provide feedback as soon as we have an update to share. |
|
Hi @GWeale , can you please review this. LGTM. |
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
|
Thank you @zichen0116 for your contribution! 🎉 Your changes have been successfully imported and merged via Copybara in commit 04d278a. Closing this PR as the changes are now in the main branch. |
Summary
Add shields.io badges to the README to improve project discoverability and provide quick metadata at a glance.
Badges added:
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.