From b2eb141aba1d8cc48dbb335911d5df5613fe714c Mon Sep 17 00:00:00 2001 From: Ayush Jain Date: Fri, 7 Jun 2024 12:01:44 +0530 Subject: [PATCH] Update README.md - Add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index df4d41cb..f1e562e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Flask +[![flask Package Age](https://assets.piptrends.com/get-age-badge/flask.svg 'flask Package Age by pip Trends')](https://piptrends.com/package/flask) +[![flask Downloads Last Month](https://assets.piptrends.com/get-last-month-downloads-badge/flask.svg 'flask Downloads Last Month by pip Trends')](https://piptrends.com/package/flask) + Flask is a lightweight [WSGI][] web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around [Werkzeug][]