Skip to content

Commit 22ab2f4

Browse files
shigarovclaude
andcommitted
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 <noreply@anthropic.com>
1 parent 1a7552a commit 22ab2f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pyRegTab
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
4+
[![PyPI](https://img.shields.io/pypi/v/pyregtab.svg)](https://pypi.org/project/pyregtab/)
5+
[![Python](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://www.python.org/)
6+
[![CI](https://github.com/regtab/pyregtab/actions/workflows/ci.yml/badge.svg)](https://github.com/regtab/pyregtab/actions/workflows/ci.yml)
7+
[![Rust core](https://img.shields.io/badge/core-Rust-orange.svg)](https://www.rust-lang.org/)
8+
39
RegTab: pattern-driven data extraction from document tables with regular
410
structure — the Python port of jRegTab with a native Rust core.
511

0 commit comments

Comments
 (0)