Skip to content

Commit 3e69d1e

Browse files
authored
Fix downloads badge
In a recent update, pepy.tech has updated the API calls to require API keys. This breaks our "Total Downloads" badge on the README.md. This PR proposed a temporary fix to restore the badge. In this fix, we can only show a "Monthly Downloads" badge instead of "Total Downloads". According to the maintainer, they will work with shields.io to make it possible to display "Total Downloads" again. psincraian/pepy#477 (comment)
1 parent eb44148 commit 3e69d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[pypi-shield]: https://img.shields.io/badge/Python-3.7%20|%203.8%20|%203.9%20|%203.10-blue?style=for-the-badge
1919
[pypi-url]: https://pypi.org/project/fastdup/
2020
[pypiversion-shield]: https://img.shields.io/pypi/v/fastdup?style=for-the-badge&color=success
21-
[downloads-shield]: https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=downloads&query=%24.total_downloads&url=https%3A%2F%2Fapi.pepy.tech%2Fapi%2Fv2%2Fprojects%2Ffastdup&color=lightblue
21+
[downloads-shield]: https://img.shields.io/pypi/dm/fastdup?style=for-the-badge&color=lightblue
2222
[downloads-url]: https://pypi.org/project/fastdup/
2323
[contributors-shield]: https://img.shields.io/github/contributors/visual-layer/fastdup?style=for-the-badge&color=orange
2424
[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors

0 commit comments

Comments
 (0)