From b2cce575d1214b4a4ee38db8199fe29810dd333c Mon Sep 17 00:00:00 2001 From: Asaph Diniz Date: Sat, 24 May 2025 15:03:26 -0300 Subject: [PATCH] Add badges for Python version, package version, and GitHub Actions status to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fd50b0f..7b2136e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Flaggle +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python-flaggle) +![PyPI - Version](https://img.shields.io/pypi/v/python-flaggle) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Flaggle/flaggle-python/python-package.yml) + python-flaggle is a Python library for feature flag management that enables dynamic feature toggling in your application. It provides a simple yet powerfull way to control feature availability without code deployments. \ No newline at end of file