Skip to content

Commit d94c021

Browse files
GeneAIclaude
authored andcommitted
docs: Add PyPI download tracking and dynamic badges
Added comprehensive badges to README: - PyPI version badge (auto-updates with new releases) - PyPI monthly downloads badge (links to pypistats) - PyPI Python versions badge (dynamic from package metadata) - GitHub stars badge (social engagement) All badges are dynamic and will update automatically: - Version shows current release (1.8.0b0) - Downloads refresh daily - Python versions pulled from PyPI metadata 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 11b0867 commit d94c021

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
**A five-level maturity model for AI-human collaboration**
44

5-
![Coverage](https://img.shields.io/badge/coverage-90.66%25-brightgreen)
5+
[![PyPI version](https://img.shields.io/pypi/v/empathy-framework.svg)](https://pypi.org/project/empathy-framework/)
6+
[![PyPI downloads](https://img.shields.io/pypi/dm/empathy-framework.svg)](https://pypistats.org/packages/empathy-framework)
7+
[![Python 3.10+](https://img.shields.io/pypi/pyversions/empathy-framework.svg)](https://pypi.org/project/empathy-framework/)
68
[![License](https://img.shields.io/badge/License-Fair%20Source%200.9-blue.svg)](LICENSE)
7-
[![PyPI Package](https://img.shields.io/badge/PyPI-empathy--framework-blue)](https://pypi.org/project/empathy-framework/)
8-
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
9+
![Coverage](https://img.shields.io/badge/coverage-90.66%25-brightgreen)
910
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1011
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
12+
[![GitHub stars](https://img.shields.io/github/stars/Smart-AI-Memory/empathy-framework.svg?style=social&label=Star)](https://github.com/Smart-AI-Memory/empathy-framework)
1113

1214
---
1315

0 commit comments

Comments
 (0)