From ed118274587d310da55f42a69688b5b2ce6af858 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 14 Jan 2025 16:52:33 -0500 Subject: [PATCH] Add download count badge to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 143df46..d917aea 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,14 @@ [![PyPI][pypi_badge]][pypi_link] [![Conda Version][conda_version_badge]][conda_version] +[![PyPI - Downloads][pypi-img]][pypi-link] [pypi_badge]: https://badge.fury.io/py/obstore.svg [pypi_link]: https://pypi.org/project/obstore/ [conda_version_badge]: https://img.shields.io/conda/vn/conda-forge/obstore.svg [conda_version]: https://prefix.dev/channels/conda-forge/packages/obstore +[pypi-img]: https://img.shields.io/pypi/dm/obstore +[pypi-link]: https://pypi.org/project/obstore/ Simple, fast integration with object storage services like Amazon S3, Google Cloud Storage, Azure Blob Storage, and S3-compliant APIs like Cloudflare R2.