From 290e9c8a79701a74a16d45738444ef3d1b9f34e8 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Sat, 17 Jan 2026 00:53:37 -0500 Subject: [PATCH] fix: comment out PyPI badges until package is published The PyPI version and downloads badges show "package not found" since openadapt-capture is not yet published to PyPI. Commenting them out until the package is released. Co-Authored-By: Claude Sonnet 4.5 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cb8cd6..ac4f2b4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # 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 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. Capture platform-agnostic GUI interaction streams with time-aligned screenshots and audio for training ML models or replaying workflows.