Skip to content

Commit e099e3b

Browse files
authored
Merge pull request #2591 from bagerard/add_funky_badges_to_readme
Add download badge and latest pypi version badge
2 parents 0dd51a2 + 8ec0c2a commit e099e3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ MongoEngine
1515
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1616
:target: https://github.com/ambv/black
1717

18+
.. image:: https://pepy.tech/badge/mongoengine/month
19+
:target: https://pepy.tech/project/mongoengine
20+
21+
.. image:: https://img.shields.io/pypi/v/mongoengine.svg
22+
:target: https://pypi.python.org/pypi/mongoengine
23+
1824
About
1925
=====
2026
MongoEngine is a Python Object-Document Mapper for working with MongoDB.

0 commit comments

Comments
 (0)