@@ -17,8 +17,10 @@ formate-trailing-commas
1717
1818 * - Tests
1919 - |actions_linux | |actions_windows | |actions_macos |
20+ * - PyPI
21+ - |pypi-version | |supported-versions | |supported-implementations | |wheel |
2022 * - Activity
21- - |commits-latest | |commits-since | |maintained |
23+ - |commits-latest | |commits-since | |maintained | | pypi-downloads |
2224 * - QA
2325 - |codefactor | |actions_flake8 | |actions_mypy |
2426 * - Other
@@ -52,6 +54,22 @@ formate-trailing-commas
5254 :target: https://www.codefactor.io/repository/github/python-formate/formate-trailing-commas
5355 :alt: CodeFactor Grade
5456
57+ .. |pypi-version | image :: https://img.shields.io/pypi/v/formate-trailing-commas
58+ :target: https://pypi.org/project/formate-trailing-commas/
59+ :alt: PyPI - Package Version
60+
61+ .. |supported-versions | image :: https://img.shields.io/pypi/pyversions/formate-trailing-commas?logo=python&logoColor=white
62+ :target: https://pypi.org/project/formate-trailing-commas/
63+ :alt: PyPI - Supported Python Versions
64+
65+ .. |supported-implementations | image :: https://img.shields.io/pypi/implementation/formate-trailing-commas
66+ :target: https://pypi.org/project/formate-trailing-commas/
67+ :alt: PyPI - Supported Implementations
68+
69+ .. |wheel | image :: https://img.shields.io/pypi/wheel/formate-trailing-commas
70+ :target: https://pypi.org/project/formate-trailing-commas/
71+ :alt: PyPI - Wheel
72+
5573.. |license | image :: https://img.shields.io/github/license/python-formate/formate-trailing-commas
5674 :target: https://github.com/python-formate/formate-trailing-commas/blob/master/LICENSE
5775 :alt: License
@@ -70,19 +88,23 @@ formate-trailing-commas
7088.. |maintained | image :: https://img.shields.io/maintenance/yes/2026
7189 :alt: Maintenance
7290
91+ .. |pypi-downloads | image :: https://img.shields.io/pypi/dm/formate-trailing-commas
92+ :target: https://pypi.org/project/formate-trailing-commas/
93+ :alt: PyPI - Downloads
94+
7395.. end shields
7496
7597 Installation
7698--------------
7799
78100.. start installation
79101
80- ``formate-trailing-commas `` can be installed from GitHub .
102+ ``formate-trailing-commas `` can be installed from PyPI .
81103
82104To install with ``pip ``:
83105
84106.. code-block :: bash
85107
86- $ python -m pip install git+https://github.com/python-formate/ formate-trailing-commas
108+ $ python -m pip install formate-trailing-commas
87109
88110.. end installation
0 commit comments