From 243607a0279821a3e9f294eb51ee556acb225fb4 Mon Sep 17 00:00:00 2001 From: zeevdr Date: Thu, 23 Apr 2026 08:26:22 +0300 Subject: [PATCH 1/2] docs: add PyPI downloads + repostatus alpha badges (opendecree/decree#146) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9151119..442eab2 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ [![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/) [![Coverage](https://img.shields.io/badge/coverage-98%25-brightgreen)](https://github.com/opendecree/decree-python) [![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) Python SDK for [OpenDecree](https://github.com/opendecree/decree) — schema-driven configuration management. From 4ce8df5da6f334c5107261944a9ac46a30786ea8 Mon Sep 17 00:00:00 2001 From: zeevdr Date: Thu, 23 Apr 2026 08:50:08 +0300 Subject: [PATCH 2/2] docs: drop static coverage badge (rot-prone) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 442eab2..4bc88f4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![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/) -[![Coverage](https://img.shields.io/badge/coverage-98%25-brightgreen)](https://github.com/opendecree/decree-python) [![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)