From 469332d827721424ac88c325fb422b86e200d685 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Wed, 13 Aug 2025 22:32:17 +0530 Subject: [PATCH 1/2] Use pepy.tech downloads badge in README Since https://img.shields.io is no longer working due to [pypistats.org being down](https://github.com/crflynn/pypistats.org/issues/82), use the alternative badge provider pepy.tech to display download counts in the README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9c895f0966..342cc71a3f 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,8 @@ .. |ossrank| image:: https://img.shields.io/endpoint?url=https://ossrank.com/shield/2121 :target: https://ossrank.com/p/2121-astronomer-cosmos -.. |downloads| image:: https://img.shields.io/pypi/dm/astronomer-cosmos.svg - :target: https://img.shields.io/pypi/dm/astronomer-cosmos +.. |downloads| image:: https://pepy.tech/badge/astronomer-cosmos/month + :target: https://pepy.tech/badge/astronomer-cosmos/month .. |pre-commit| image:: https://results.pre-commit.ci/badge/github/astronomer/astronomer-cosmos/main.svg :target: https://results.pre-commit.ci/latest/github/astronomer/astronomer-cosmos/main From 252a03780b551064f9c30f2f57b8e755271fea9b Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Wed, 13 Aug 2025 22:33:33 +0530 Subject: [PATCH 2/2] Update README.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 342cc71a3f..3f28a81cf1 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ :target: https://ossrank.com/p/2121-astronomer-cosmos .. |downloads| image:: https://pepy.tech/badge/astronomer-cosmos/month - :target: https://pepy.tech/badge/astronomer-cosmos/month + :target: https://pepy.tech/project/astronomer-cosmos .. |pre-commit| image:: https://results.pre-commit.ci/badge/github/astronomer/astronomer-cosmos/main.svg :target: https://results.pre-commit.ci/latest/github/astronomer/astronomer-cosmos/main