Skip to content

Commit 508496c

Browse files
authored
Merge pull request #3 from regtab/docs/readme-badges
README: add status badges (License, PyPI, Python, CI, Rust core)
2 parents 1a7552a + 22ab2f4 commit 508496c

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)