From e70afe984874a7f8977647989f4217a724b55835 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 16 Jan 2026 23:23:21 -0500 Subject: [PATCH] Add standardized README badges Add build status, PyPI version, downloads, license, and Python version badges to the README for better visibility of package status. Co-Authored-By: Claude Opus 4.5 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9a8734e..68cc585 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # openadapt-privacy +[![Build Status](https://github.com/OpenAdaptAI/openadapt-privacy/workflows/Tests/badge.svg?branch=main)](https://github.com/OpenAdaptAI/openadapt-privacy/actions) +[![PyPI version](https://img.shields.io/pypi/v/openadapt-privacy.svg)](https://pypi.org/project/openadapt-privacy/) +[![Downloads](https://img.shields.io/pypi/dm/openadapt-privacy.svg)](https://pypi.org/project/openadapt-privacy/) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/) + Privacy scrubbing for GUI automation data - PII/PHI detection and redaction. ## Installation