Metadata-Version: 2.4
Name: imarapy
Version: 0.2.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# imarapy

[中文文档](README_CN.md)

Python bindings for the [imara-diff](https://github.com/pascalkuthe/imara-diff) Rust library, providing efficient and robust text diffing functionality.

## Installation

### Via PyPI

```bash
pip install imarapy
```

## Usage

Please refer to [demo.py](./demo.py) for detailed usage examples.

