From 6bb4987586cd0724113007f292c098549c1a41ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20H=C3=B8iby?= Date: Thu, 4 Jun 2026 09:58:50 +0200 Subject: [PATCH] docs: add README badges; ensure CI triggers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add PyPI version, Python versions, Tests, and License badge block directly under the README H1, mirroring the bsv-brc-python style. Verified .github/workflows/test.yml already triggers on push to master and pull_request to master (matches the gold-standard config), so no trigger change was needed — this PR itself exercises the workflow. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8b4a4d0..33b1891 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # bsv-compat +[![PyPI version](https://img.shields.io/pypi/v/bsv-compat.svg)](https://pypi.org/project/bsv-compat/) +[![Python versions](https://img.shields.io/pypi/pyversions/bsv-compat.svg)](https://pypi.org/project/bsv-compat/) +[![Tests](https://github.com/datamynt/bsv-compat/actions/workflows/test.yml/badge.svg)](https://github.com/datamynt/bsv-compat/actions/workflows/test.yml) +[![License](https://img.shields.io/badge/license-Open%20BSV-blue.svg)](LICENSE) + Established (non-BRC) open BSV protocols for Python. The companion to [`bsv-brc`](https://github.com/datamynt/bsv-brc-python):