From 4f5e007d7db4e1200820f3b593f6f32105b4a06f Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:41:02 -0400 Subject: [PATCH] Add badge for downloads per month --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efaf866..55f7905 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Various extensions, helpers, and utilities for [Peewee](http://peewee-orm.com) [![CI Status](https://github.com/enpaul/peewee-plus/workflows/CI/badge.svg?event=push)](https://github.com/enpaul/peewee-plus/actions) [![PyPI Version](https://img.shields.io/pypi/v/peewee-plus)](https://pypi.org/project/peewee-plus/) +[![PyPI Downloads](https://img.shields.io/pypi/dm/peewee-plus)](https://libraries.io/pypi/peewee-plus) [![License](https://img.shields.io/pypi/l/peewee-plus)](https://opensource.org/licenses/MIT) [![Python Supported Versions](https://img.shields.io/pypi/pyversions/peewee-plus)](https://www.python.org) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)