From 915c7ace822b31dae1f109b87c073ba096aa8275 Mon Sep 17 00:00:00 2001 From: solidiquis Date: Tue, 25 Jun 2024 09:48:28 -0700 Subject: [PATCH 1/4] fix badge --- README.md | 2 +- python/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffc7a6d0..09ca4703 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/hy)](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..b88237f0 100644 --- a/python/README.md +++ b/python/README.md @@ -1,4 +1,4 @@ # 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/hy)](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. From a86414a6f34e1bbe8b6e1b59aa4b980bec0e3f86 Mon Sep 17 00:00:00 2001 From: solidiquis Date: Tue, 25 Jun 2024 09:50:49 -0700 Subject: [PATCH 2/4] fix badge --- README.md | 2 +- python/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09ca4703..b823bda5 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/hy)](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 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 b88237f0..48517d34 100644 --- a/python/README.md +++ b/python/README.md @@ -1,4 +1,4 @@ # Sift Python -[![pypi](https://img.shields.io/pypi/v/hy)](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. From 5a6e91596da70e4ee6777feb12f8255db5e6cbca Mon Sep 17 00:00:00 2001 From: solidiquis Date: Tue, 25 Jun 2024 09:52:20 -0700 Subject: [PATCH 3/4] fix pypi --- README.md | 2 +- python/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b823bda5..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/pyversions/sift-stack-py)](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 48517d34..e03525ab 100644 --- a/python/README.md +++ b/python/README.md @@ -1,4 +1,4 @@ # Sift Python -[![pypi](https://img.shields.io/pypi/pyversions/sift-stack-py)](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 library offers a Python API on top of code derived from Sift's protocol buffers to ergonomically interface with the Sift gRPC API. From a6804f97d08062edc58f7f1f83654fceb9e26594 Mon Sep 17 00:00:00 2001 From: solidiquis Date: Tue, 25 Jun 2024 09:53:30 -0700 Subject: [PATCH 4/4] python version badge --- python/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/README.md b/python/README.md index e03525ab..644fbec8 100644 --- a/python/README.md +++ b/python/README.md @@ -1,4 +1,5 @@ # Sift Python [![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.