From 6e919bc9e8642e87a9c2a482bfd35b5939108c7a Mon Sep 17 00:00:00 2001 From: zeevdr Date: Wed, 10 Jun 2026 09:58:48 +0300 Subject: [PATCH] docs: trim README badges to the highest-signal set Drop Python-version, Downloads, repostatus, and codecov badges. Downloads sits at zero pre-1.0 and the repostatus WIP badge undersells the project; the Alpha note in the README already covers status. Remaining badges (CI, PyPI, License, Docs, Codespaces) cover maintenance, install, licensing, docs, and a one-click try-it path. Co-Authored-By: Claude --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a2f7229..d5e564b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,7 @@ [![CI](https://github.com/opendecree/decree-python/actions/workflows/ci.yml/badge.svg)](https://github.com/opendecree/decree-python/actions/workflows/ci.yml) [![PyPI](https://img.shields.io/pypi/v/opendecree)](https://pypi.org/project/opendecree/) -[![Python](https://img.shields.io/pypi/pyversions/opendecree)](https://pypi.org/project/opendecree/) -[![Downloads](https://img.shields.io/pypi/dm/opendecree)](https://pypi.org/project/opendecree/) [![License](https://img.shields.io/github/license/opendecree/decree-python)](LICENSE) -[![Project Status: WIP](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) -[![codecov](https://codecov.io/gh/opendecree/decree-python/graph/badge.svg)](https://codecov.io/gh/opendecree/decree-python) [![Docs](https://img.shields.io/badge/docs-opendecree.github.io-teal)](https://opendecree.github.io/decree-python) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/opendecree/decree-python)