From d2ea58182f2ff5a1d68ab2adca91fcdd55777e18 Mon Sep 17 00:00:00 2001 From: "ansh.mn.soni" <145273012+AnshMNSoni@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:40:35 +0530 Subject: [PATCH] Add download badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22cc7a5..0a65176 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # PythonSTL - Python Standard Template Library +[![Downloads](https://img.shields.io/pypi/dw/pythonstl.svg)](https://pypi.org/project/pythonstl/) [![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/) [![PyPI version](https://img.shields.io/pypi/v/pythonstl.svg)](https://pypi.org/project/pythonstl/) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)