From: Mike Bayer Date: Wed, 23 Sep 2020 18:47:43 +0000 (-0400) Subject: Add pypi shields X-Git-Tag: rel_1_3_20~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1efd45015cac1e04cdb2d8d516d7cd48d38e1302;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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) --- 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