diff options
| author | Hao Xin <haoxinst@gmail.com> | 2021-12-31 15:14:25 +0800 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2022-08-07 13:09:06 +0200 |
| commit | 402d6e977104a24471097291fd3041e76402a436 (patch) | |
| tree | 2aeb2cc106096255dc0ff56cf52b9361f1e0163a | |
| parent | e58781dd632584c783ef082257309ea5efdb6750 (diff) | |
| download | sqlparse-402d6e977104a24471097291fd3041e76402a436.tar.gz | |
docs: Add a PiPY package badge
| -rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,7 @@ python-sqlparse - Parse SQL statements |buildstatus|_ |coverage|_ |docs|_ +|packageversion|_ .. docincludebegin @@ -73,3 +74,5 @@ pygments-Homepage: http://pygments.org/ .. _coverage: https://codecov.io/gh/andialbrecht/sqlparse .. |docs| image:: https://readthedocs.org/projects/sqlparse/badge/?version=latest .. _docs: https://sqlparse.readthedocs.io/en/latest/?badge=latest +.. |packageversion| image:: https://img.shields.io/pypi/v/sqlparse?color=%2334D058&label=pypi%20package +.. _packageversion: https://pypi.org/project/sqlparse |
