This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/develop by this push:
     new 34833e7a Add PyPI badge to README and README-zh.md (#782)
34833e7a is described below

commit 34833e7a59d4aea406adc2cb4809246a28e53fd9
Author: Haonan <[email protected]>
AuthorDate: Wed Apr 15 15:36:04 2026 +0800

    Add PyPI badge to README and README-zh.md (#782)
---
 README-zh.md | 1 +
 README.md    | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README-zh.md b/README-zh.md
index 34d3aa88..7a2b6aa9 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)
 
 ## 简介
 
diff --git a/README.md b/README.md
index 2d98b848..dd208c33 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.

Reply via email to