diff --git a/README.md b/README.md index ffc7a6d0..0ee7248e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build status](https://github.com/sift-stack/sift/actions/workflows/python_ci.yaml/badge.svg)](https://github.com/sift-stack/sift/actions) [![Build status](https://github.com/sift-stack/sift/actions/workflows/go_ci.yaml/badge.svg)](https://github.com/sift-stack/sift/actions) [![Build status](https://github.com/sift-stack/sift/actions/workflows/protos_ci.yaml/badge.svg)](https://github.com/sift-stack/sift/actions) -[![pypi](https://img.shields.io/pypi/v/pyarrow.svg)](https://pypi.org/project/sift-stack-py/) +[![pypi](https://img.shields.io/pypi/v/sift-stack-py)](https://pypi.org/project/sift-stack-py/) This repository contains utilities to interface with Sift's API. Currently, the primary way to interact with our API is through the code generated via our protobufs (protocol buffers). Comprehensive documentation for our protobufs can be found at [this link](https://docs.siftstack.com/ingestion/api) or in the actual proto files themselves as doc-comments. diff --git a/python/README.md b/python/README.md index 89a5dca1..644fbec8 100644 --- a/python/README.md +++ b/python/README.md @@ -1,4 +1,5 @@ # Sift Python -[![pypi](https://img.shields.io/pypi/v/pyarrow.svg)](https://pypi.org/project/sift-stack-py/) +[![pypi](https://img.shields.io/pypi/v/sift-stack-py)](https://pypi.org/project/sift-stack-py/) +[![pypi](https://img.shields.io/pypi/pyversions/sift-stack-py)](https://pypi.org/project/sift-stack-py/) This library offers a Python API on top of code derived from Sift's protocol buffers to ergonomically interface with the Sift gRPC API.