From 8ec0c2a8afd436e51e5a4b2686e7574386018646 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Fri, 12 Nov 2021 20:30:34 +0100 Subject: [PATCH] Add download badge and latest pypi version badge --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index a74c26aa8..b678e8bea 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,12 @@ MongoEngine .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black +.. image:: https://pepy.tech/badge/mongoengine/month + :target: https://pepy.tech/project/mongoengine + +.. image:: https://img.shields.io/pypi/v/mongoengine.svg + :target: https://pypi.python.org/pypi/mongoengine + About ===== MongoEngine is a Python Object-Document Mapper for working with MongoDB.