]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add pypi shields
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Sep 2020 18:47:43 +0000 (14:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 23 Sep 2020 18:47:43 +0000 (14:47 -0400)
These are all available from the same shields.io source,
courtesy @dolfinus

Fixes: #5594
Change-Id: I985c415f50627d328384a8fddf9a1457663ee00d

README.rst

index d4a38a11785d5522ac132d8c850bc155e8efcc39..8871b810d0d4032f0ebeca283b0668e5715ffd6e 100644 (file)
@@ -1,6 +1,21 @@
 SQLAlchemy
 ==========
 
+|PyPI| |Python| |Downloads|
+
+.. |PyPI| image:: https://img.shields.io/pypi/v/sqlalchemy
+    :target: https://pypi.org/project/sqlalchemy
+    :alt: PyPI
+
+.. |Python| image:: https://img.shields.io/pypi/pyversions/sqlalchemy
+    :target: https://pypi.org/project/sqlalchemy
+    :alt: PyPI - Python Version
+
+.. |Downloads| image:: https://img.shields.io/pypi/dm/sqlalchemy
+    :target: https://pypi.org/project/sqlalchemy
+    :alt: PyPI - Downloads
+
+
 The Python SQL Toolkit and Object Relational Mapper
 
 Introduction