From 22ab2f472db6a154c9b3e8211d99a03b16379da1 Mon Sep 17 00:00:00 2001 From: "Alexey O. Shigarov" Date: Wed, 8 Jul 2026 18:04:35 +0800 Subject: [PATCH] README: add status badges (License, PyPI, Python, CI, Rust core) Python analogs of jRegTab's shields: MIT license, PyPI version (replaces Maven Central), Python 3.10+ (replaces Java 21+), GitHub Actions CI status, and a Rust-core badge for the hybrid Python/Rust build. Co-Authored-By: Claude Fable 5 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 60e0f02..b2b4e82 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # pyRegTab +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![PyPI](https://img.shields.io/pypi/v/pyregtab.svg)](https://pypi.org/project/pyregtab/) +[![Python](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://www.python.org/) +[![CI](https://github.com/regtab/pyregtab/actions/workflows/ci.yml/badge.svg)](https://github.com/regtab/pyregtab/actions/workflows/ci.yml) +[![Rust core](https://img.shields.io/badge/core-Rust-orange.svg)](https://www.rust-lang.org/) + RegTab: pattern-driven data extraction from document tables with regular structure — the Python port of jRegTab with a native Rust core.