Skip to content

Commit e70afe9

Browse files
abrichrclaude
andcommitted
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 <noreply@anthropic.com>
1 parent e10082e commit e70afe9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openadapt-privacy
22

3+
[![Build Status](https://github.com/OpenAdaptAI/openadapt-privacy/workflows/Tests/badge.svg?branch=main)](https://github.com/OpenAdaptAI/openadapt-privacy/actions)
4+
[![PyPI version](https://img.shields.io/pypi/v/openadapt-privacy.svg)](https://pypi.org/project/openadapt-privacy/)
5+
[![Downloads](https://img.shields.io/pypi/dm/openadapt-privacy.svg)](https://pypi.org/project/openadapt-privacy/)
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
8+
39
Privacy scrubbing for GUI automation data - PII/PHI detection and redaction.
410

511
## Installation

0 commit comments

Comments
 (0)