From 37846659702dfa44c3f078b41b9130497a4aa9bb Mon Sep 17 00:00:00 2001 From: mylapallilavanyaa <149993494+mylapallilavanyaa@users.noreply.github.com> Date: Thu, 27 Jun 2024 22:45:38 +0530 Subject: [PATCH] Monthly downloads badge added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5dfa831..da42a18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # htbuilder — tiny HTML string builder for Python +[![htbuilder Downloads Last Month](https://assets.piptrends.com/get-last-month-downloads-badge/htbuilder.svg 'htbuilder Downloads Last Month by pip Trends')](https://piptrends.com/package/htbuilder) + htbuilder lets you build HTML strings using a purely functional syntax in Python. Why use templating languages when you can just use functions?