@@ -17,8 +17,10 @@ flake8-unused-fstrings
1717
1818 * - Tests
1919 - |actions_linux | |actions_windows | |actions_macos | |coveralls |
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
@@ -56,6 +58,22 @@ flake8-unused-fstrings
5658 :target: https://www.codefactor.io/repository/github/python-formate/flake8-unused-fstrings
5759 :alt: CodeFactor Grade
5860
61+ .. |pypi-version | image :: https://img.shields.io/pypi/v/flake8-unused-fstrings
62+ :target: https://pypi.org/project/flake8-unused-fstrings/
63+ :alt: PyPI - Package Version
64+
65+ .. |supported-versions | image :: https://img.shields.io/pypi/pyversions/flake8-unused-fstrings?logo=python&logoColor=white
66+ :target: https://pypi.org/project/flake8-unused-fstrings/
67+ :alt: PyPI - Supported Python Versions
68+
69+ .. |supported-implementations | image :: https://img.shields.io/pypi/implementation/flake8-unused-fstrings
70+ :target: https://pypi.org/project/flake8-unused-fstrings/
71+ :alt: PyPI - Supported Implementations
72+
73+ .. |wheel | image :: https://img.shields.io/pypi/wheel/flake8-unused-fstrings
74+ :target: https://pypi.org/project/flake8-unused-fstrings/
75+ :alt: PyPI - Wheel
76+
5977.. |license | image :: https://img.shields.io/github/license/python-formate/flake8-unused-fstrings
6078 :target: https://github.com/python-formate/flake8-unused-fstrings/blob/master/LICENSE
6179 :alt: License
@@ -74,20 +92,24 @@ flake8-unused-fstrings
7492.. |maintained | image :: https://img.shields.io/maintenance/yes/2026
7593 :alt: Maintenance
7694
95+ .. |pypi-downloads | image :: https://img.shields.io/pypi/dm/flake8-unused-fstrings
96+ :target: https://pypi.org/project/flake8-unused-fstrings/
97+ :alt: PyPI - Downloads
98+
7799.. end shields
78100
79101 Installation
80102--------------
81103
82104.. start installation
83105
84- ``flake8-unused-fstrings `` can be installed from GitHub .
106+ ``flake8-unused-fstrings `` can be installed from PyPI .
85107
86108To install with ``pip ``:
87109
88110.. code-block :: bash
89111
90- $ python -m pip install git+https://github.com/python-formate/ flake8-unused-fstrings
112+ $ python -m pip install flake8-unused-fstrings
91113
92114.. end installation
93115
0 commit comments