diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-09-23 14:47:43 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-09-23 14:47:43 -0400 |
commit | 826303baaad6c66389d1b2857688e64ab3360846 (patch) | |
tree | 2f64e1f88d1c9650ade814a92cb5a86ea410b3ef /README.rst | |
parent | 4a9a9916017322fe5a3a58a4d7edb6e7489801e2 (diff) | |
download | sqlalchemy-826303baaad6c66389d1b2857688e64ab3360846.tar.gz |
Add pypi shields
These are all available from the same shields.io source,
courtesy @dolfinus
Fixes: #5594
Change-Id: I985c415f50627d328384a8fddf9a1457663ee00d
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rst b/README.rst index d4a38a117..8871b810d 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 |