Skip to content

Commit 58134f1

Browse files
authored
Merge pull request #2 from Zipstack/feature/add-project-badges
feat: add PyPI downloads, uv, and Ruff badges to README
2 parents b4f9b06 + 5c5a0e9 commit 58134f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ A Python client for the ApiHub service that provides a clean, Pythonic interface
55
[![Python Version](https://img.shields.io/badge/python-3.12+-blue.svg)](https://python.org)
66
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
77
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/Zipstack/apihub-python-client)
8+
[![PyPI Downloads](https://img.shields.io/pypi/dm/apihub-python-client)](https://pypi.org/project/apihub-python-client/)
9+
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
10+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
811

912
## 🚀 Features
1013

0 commit comments

Comments
 (0)