Metadata-Version: 2.4
Name: fina-pattern-lib
Version: 0.1.2
Summary: Deterministic question and document pattern library for financial QA
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# fina-pattern-lib

Deterministic question and document pattern library for financial QA.

## Run tests

```powershell
python -m venv .venv
.\.venv\Scripts\python -m pip install -U pip pytest
.\.venv\Scripts\pytest tests/ -v
```
