Skip to content

Commit 826303b

Browse files
committed
Add pypi shields
These are all available from the same shields.io source, courtesy @dolfinus Fixes: sqlalchemy#5594 Change-Id: I985c415f50627d328384a8fddf9a1457663ee00d
1 parent 4a9a991 commit 826303b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
SQLAlchemy
22
==========
33

4+
|PyPI| |Python| |Downloads|
5+
6+
.. |PyPI| image:: https://img.shields.io/pypi/v/sqlalchemy
7+
:target: https://pypi.org/project/sqlalchemy
8+
:alt: PyPI
9+
10+
.. |Python| image:: https://img.shields.io/pypi/pyversions/sqlalchemy
11+
:target: https://pypi.org/project/sqlalchemy
12+
:alt: PyPI - Python Version
13+
14+
.. |Downloads| image:: https://img.shields.io/pypi/dm/sqlalchemy
15+
:target: https://pypi.org/project/sqlalchemy
16+
:alt: PyPI - Downloads
17+
18+
419
The Python SQL Toolkit and Object Relational Mapper
520

621
Introduction

0 commit comments

Comments
 (0)