Skip to content

Commit 290e9c8

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

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# OpenAdapt Capture
22

33
[![Build Status](https://github.com/OpenAdaptAI/openadapt-capture/workflows/Tests/badge.svg?branch=main)](https://github.com/OpenAdaptAI/openadapt-capture/actions)
4-
[![PyPI version](https://img.shields.io/pypi/v/openadapt-capture.svg)](https://pypi.org/project/openadapt-capture/)
5-
[![Downloads](https://img.shields.io/pypi/dm/openadapt-capture.svg)](https://pypi.org/project/openadapt-capture/)
64
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
75
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
86

7+
<!-- PyPI badges (uncomment once package is published)
8+
[![PyPI version](https://img.shields.io/pypi/v/openadapt-capture.svg)](https://pypi.org/project/openadapt-capture/)
9+
[![Downloads](https://img.shields.io/pypi/dm/openadapt-capture.svg)](https://pypi.org/project/openadapt-capture/)
10+
-->
11+
912
**OpenAdapt Capture** is the data collection component of the [OpenAdapt](https://github.com/OpenAdaptAI) GUI automation ecosystem.
1013

1114
Capture platform-agnostic GUI interaction streams with time-aligned screenshots and audio for training ML models or replaying workflows.

0 commit comments

Comments
 (0)