From 8b18f32f7371ce27681c442d1c8101e7390a81e1 Mon Sep 17 00:00:00 2001 From: PolyOrderbooks Date: Wed, 5 Aug 2026 14:51:32 +0530 Subject: [PATCH] Add PyPI version and Python version badges to README. Signals that polyorderbooks is a published package on PyPI. Co-authored-by: Cursor --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e7d6a9..99682af 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # PolyOrderbooks Python SDK -Official Python client for the [PolyOrderbooks API](https://docs.polyorderbooks.com) — historical Polymarket order books, prices, and liquidity metrics. - +[![PyPI version](https://badge.fury.io/py/polyorderbooks.svg)](https://pypi.org/project/polyorderbooks/) +[![Python Versions](https://img.shields.io/pypi/pyversions/polyorderbooks)](https://pypi.org/project/polyorderbooks/) [![CI](https://github.com/polyorderbooks/python-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/polyorderbooks/python-sdk/actions/workflows/ci.yml) +Official Python client for the [PolyOrderbooks API](https://docs.polyorderbooks.com) — historical Polymarket order books, prices, and liquidity metrics. + ## Install ```bash