We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0dd51a2 + 8ec0c2a commit e099e3bCopy full SHA for e099e3b
README.rst
@@ -15,6 +15,12 @@ MongoEngine
15
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
16
:target: https://github.com/ambv/black
17
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
24
About
25
=====
26
MongoEngine is a Python Object-Document Mapper for working with MongoDB.
0 commit comments