@@ -19,8 +19,10 @@ tox-recreate-hook
19
19
- |docs | |docs_check |
20
20
* - Tests
21
21
- |actions_linux | |actions_windows | |actions_macos | |coveralls |
22
+ * - PyPI
23
+ - |pypi-version | |supported-versions | |supported-implementations | |wheel |
22
24
* - Activity
23
- - |commits-latest | |commits-since | |maintained |
25
+ - |commits-latest | |commits-since | |maintained | | pypi-downloads |
24
26
* - QA
25
27
- |codefactor | |actions_flake8 | |actions_mypy | |pre_commit_ci |
26
28
* - Other
@@ -66,6 +68,22 @@ tox-recreate-hook
66
68
:target: https://www.codefactor.io/repository/github/domdfcoding/tox-recreate-hook
67
69
:alt: CodeFactor Grade
68
70
71
+ .. |pypi-version | image :: https://img.shields.io/pypi/v/tox-recreate-hook
72
+ :target: https://pypi.org/project/tox-recreate-hook/
73
+ :alt: PyPI - Package Version
74
+
75
+ .. |supported-versions | image :: https://img.shields.io/pypi/pyversions/tox-recreate-hook?logo=python&logoColor=white
76
+ :target: https://pypi.org/project/tox-recreate-hook/
77
+ :alt: PyPI - Supported Python Versions
78
+
79
+ .. |supported-implementations | image :: https://img.shields.io/pypi/implementation/tox-recreate-hook
80
+ :target: https://pypi.org/project/tox-recreate-hook/
81
+ :alt: PyPI - Supported Implementations
82
+
83
+ .. |wheel | image :: https://img.shields.io/pypi/wheel/tox-recreate-hook
84
+ :target: https://pypi.org/project/tox-recreate-hook/
85
+ :alt: PyPI - Wheel
86
+
69
87
.. |license | image :: https://img.shields.io/github/license/domdfcoding/tox-recreate-hook
70
88
:target: https://github.com/domdfcoding/tox-recreate-hook/blob/master/LICENSE
71
89
:alt: License
@@ -84,6 +102,10 @@ tox-recreate-hook
84
102
.. |maintained | image :: https://img.shields.io/maintenance/yes/2021
85
103
:alt: Maintenance
86
104
105
+ .. |pypi-downloads | image :: https://img.shields.io/pypi/dm/tox-recreate-hook
106
+ :target: https://pypi.org/project/tox-recreate-hook/
107
+ :alt: PyPI - Downloads
108
+
87
109
.. |pre_commit_ci | image :: https://results.pre-commit.ci/badge/github/domdfcoding/tox-recreate-hook/master.svg
88
110
:target: https://results.pre-commit.ci/latest/github/domdfcoding/tox-recreate-hook/master
89
111
:alt: pre-commit.ci status
@@ -95,13 +117,13 @@ Installation
95
117
96
118
.. start installation
97
119
98
- ``tox-recreate-hook `` can be installed from GitHub .
120
+ ``tox-recreate-hook `` can be installed from PyPI .
99
121
100
122
To install with ``pip ``:
101
123
102
124
.. code-block :: bash
103
125
104
- $ python -m pip install git+https://github.com/domdfcoding/ tox-recreate-hook
126
+ $ python -m pip install tox-recreate-hook
105
127
106
128
.. end installation
107
129
0 commit comments