Skip to content

Commit

Permalink
chore: fix readme badges (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis authored Jun 25, 2024
1 parent 166d3a4 commit 70ada62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 70ada62

Please sign in to comment.