@@ -17,8 +17,10 @@ dependency-dash
1717
1818 * - Tests
1919 - |actions_linux | |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
@@ -48,6 +50,22 @@ dependency-dash
4850 :target: https://www.codefactor.io/repository/github/repo-helper/dependency-dash
4951 :alt: CodeFactor Grade
5052
53+ .. |pypi-version | image :: https://img.shields.io/pypi/v/dependency-dash
54+ :target: https://pypi.org/project/dependency-dash/
55+ :alt: PyPI - Package Version
56+
57+ .. |supported-versions | image :: https://img.shields.io/pypi/pyversions/dependency-dash?logo=python&logoColor=white
58+ :target: https://pypi.org/project/dependency-dash/
59+ :alt: PyPI - Supported Python Versions
60+
61+ .. |supported-implementations | image :: https://img.shields.io/pypi/implementation/dependency-dash
62+ :target: https://pypi.org/project/dependency-dash/
63+ :alt: PyPI - Supported Implementations
64+
65+ .. |wheel | image :: https://img.shields.io/pypi/wheel/dependency-dash
66+ :target: https://pypi.org/project/dependency-dash/
67+ :alt: PyPI - Wheel
68+
5169.. |license | image :: https://img.shields.io/github/license/repo-helper/dependency-dash
5270 :target: https://github.com/repo-helper/dependency-dash/blob/master/LICENSE
5371 :alt: License
@@ -66,20 +84,24 @@ dependency-dash
6684.. |maintained | image :: https://img.shields.io/maintenance/yes/2022
6785 :alt: Maintenance
6886
87+ .. |pypi-downloads | image :: https://img.shields.io/pypi/dm/dependency-dash
88+ :target: https://pypi.org/project/dependency-dash/
89+ :alt: PyPI - Downloads
90+
6991.. end shields
7092
7193 Installation
7294--------------
7395
7496.. start installation
7597
76- ``dependency-dash `` can be installed from GitHub .
98+ ``dependency-dash `` can be installed from PyPI .
7799
78100To install with ``pip ``:
79101
80102.. code-block :: bash
81103
82- $ python -m pip install git+https://github.com/repo-helper/ dependency-dash
104+ $ python -m pip install dependency-dash
83105
84106.. end installation
85107
0 commit comments