From 1efd45015cac1e04cdb2d8d516d7cd48d38e1302 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 23 Sep 2020 14:47:43 -0400 Subject: [PATCH] Add pypi shields These are all available from the same shields.io source, courtesy @dolfinus Fixes: #5594 Change-Id: I985c415f50627d328384a8fddf9a1457663ee00d (cherry picked from commit 826303baaad6c66389d1b2857688e64ab3360846) --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index d4a38a1178..8871b810d0 100644 --- a/README.rst +++ b/README.rst @@ -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 -- 2.39.5