These are all available from the same shields.io source,
courtesy @dolfinus
Fixes: #5594
Change-Id: I985c415f50627d328384a8fddf9a1457663ee00d
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