Skip to content

Commit 492a105

Browse files
committed
Add download statistics badge
1 parent 5a41825 commit 492a105

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cli-test-helpers |latest-version|
22
=================================
33

4-
|check-status| |test-status| |publish-status| |python-support| |license| |docs-status|
4+
|check-status| |test-status| |publish-status| |download-stats| |python-support| |license| |docs-status|
55

66
Useful helpers for writing tests for your Python CLI program.
77

@@ -18,6 +18,9 @@ arguments and environment variable values.
1818
.. |latest-version| image:: https://img.shields.io/pypi/v/cli-test-helpers.svg
1919
:target: https://pypi.org/project/cli-test-helpers
2020
:alt: Latest version on PyPI
21+
.. |download-stats| image:: https://img.shields.io/pypi/dm/cli-test-helpers.svg
22+
:alt: Monthly downloads from PyPI
23+
:target: https://pypistats.org/packages/cli-test-helpers
2124
.. |check-status| image:: https://github.com/painless-software/python-cli-test-helpers/actions/workflows/check.yml/badge.svg
2225
:target: https://github.com/painless-software/python-cli-test-helpers/actions/workflows/check.yml
2326
:alt: Code checks status

0 commit comments

Comments
 (0)