From 0d888ed3f40326564a7697d5302982324bbff0a1 Mon Sep 17 00:00:00 2001 From: Alexandre Gomes Gaigalas Date: Thu, 18 Dec 2025 06:22:48 -0300 Subject: [PATCH] Update badges on README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c24c398..220da3f 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,11 @@ SPDX-License-Identifier: ISC # apywire -[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/) -[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC) +[![PyPI version](https://img.shields.io/pypi/v/apywire.svg)](https://pypi.org/project/apywire/) +[![Python versions](https://img.shields.io/pypi/pyversions/apywire.svg)](https://pypi.org/project/apywire/) +[![License](https://img.shields.io/pypi/l/apywire.svg)](https://github.com/alganet/apywire/blob/main/LICENSE) +[![CI](https://github.com/alganet/apywire/actions/workflows/ci.yml/badge.svg)](https://github.com/alganet/apywire/actions/workflows/ci.yml) +[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://alganet.github.io/apywire/) Lazy object wiring and dependency injection for Python 3.12+