From 31b6d7b8527a0a50baa2b4ca91cabfb2124a13f3 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 16 Jan 2026 23:20:30 -0500 Subject: [PATCH] Add standardized README badges Replace existing badges with standardized format including build status, PyPI version, downloads, license, and Python version badges. Co-Authored-By: Claude Opus 4.5 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99bbcff..2cb8cd6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # OpenAdapt Capture +[![Build Status](https://github.com/OpenAdaptAI/openadapt-capture/workflows/Tests/badge.svg?branch=main)](https://github.com/OpenAdaptAI/openadapt-capture/actions) +[![PyPI version](https://img.shields.io/pypi/v/openadapt-capture.svg)](https://pypi.org/project/openadapt-capture/) +[![Downloads](https://img.shields.io/pypi/dm/openadapt-capture.svg)](https://pypi.org/project/openadapt-capture/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Python Version](https://img.shields.io/badge/python-3.12-blue)](https://www.python.org/) +[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/) **OpenAdapt Capture** is the data collection component of the [OpenAdapt](https://github.com/OpenAdaptAI) GUI automation ecosystem.