From dcf762c6e0049304a54c1d2d95af0e74eb02c568 Mon Sep 17 00:00:00 2001 From: Haonan Date: Wed, 15 Apr 2026 15:33:24 +0800 Subject: [PATCH 1/2] Add PyPI badge to README Added PyPI badge to README for package versioning. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d98b8485..dd208c334 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ [![codecov](https://codecov.io/github/apache/tsfile/graph/badge.svg?token=0Y8MVAB3K1)](https://codecov.io/github/apache/tsfile) [![Maven Central](https://img.shields.io/maven-central/v/org.apache.tsfile/tsfile-parent.svg)](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile-parent) +[![PyPI](https://img.shields.io/pypi/v/tsfile.svg)](https://pypi.org/project/tsfile) + ## Introduction TsFile is a columnar storage file format designed for time series data, which supports efficient compression, high throughput of read and write, and compatibility with various frameworks, such as Spark and Flink. It is easy to integrate TsFile into IoT big data processing frameworks. From 97ea45c475122cc6c726437c19182a87e0458484 Mon Sep 17 00:00:00 2001 From: Haonan Date: Wed, 15 Apr 2026 15:34:26 +0800 Subject: [PATCH 2/2] Add PyPI badge to README-zh.md --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 34d3aa88d..7a2b6aa96 100644 --- a/README-zh.md +++ b/README-zh.md @@ -29,6 +29,7 @@ [![codecov](https://codecov.io/github/apache/tsfile/graph/badge.svg?token=0Y8MVAB3K1)](https://codecov.io/github/apache/tsfile) [![Maven Central](https://img.shields.io/maven-central/v/org.apache.tsfile/tsfile-parent.svg)](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile-parent) +[![PyPI](https://img.shields.io/pypi/v/tsfile.svg)](https://pypi.org/project/tsfile) ## 简介