Metadata-Version: 2.1
Name: cjkfuzz
Version: 0.0.4
Summary: A Python package for fuzzy matching CJK strings.
Author: Eddie Lin
Author-email: eddielin0926@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# CJKfuzz

[![Supported Python Versions](https://img.shields.io/pypi/pyversions/cjkfuzz)](https://pypi.org/project/cjkfuzz/) [![PyPI version](https://badge.fury.io/py/cjkfuzz.svg)](https://badge.fury.io/py/cjkfuzz)

## Prerequisites

- Python 3.9+

## Installation

### From PyPI

```shell
pip install cjkfuzz
```

### From Source

```shell
pip install git+https://github.com/eddielin0926/cjkfuzz.git
```

## Usage

```python
from cjkfuzz import fuzz
fuzz.ratio('你好', '你好嗎?')
```

## License

This project is licensed under the terms of the [MIT License](LICENSE)

