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.