Metadata-Version: 2.3
Name: ke2daira
Version: 0.2.2
Summary: A Python implementaion of ke2daira
License: Apache-2.0
Author: otariidae
Author-email: otariidae@users.noreply.github.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: Janome (>=0.4.1,<1.0.0)
Project-URL: Homepage, https://github.com/otariidae/ke2daira.py
Project-URL: Repository, https://github.com/otariidae/ke2daira.py
Description-Content-Type: text/markdown

# ke2daira.py

A Python implementation of [ke2daira](https://github.com/ryuichiueda/ke2daira)

## Installation

```
$ pip install ke2daira
```

## Usage

```py
from ke2daira import ke2dairanize

print(ke2dairanize("松平 健")) # "ケツダイラ マン"
```

## Development

Install dependencies with poetry: `poetry install` \
Run type check: `poetry run mypy .` \
Run tests: `poetry run pytest` \
Format code: `poetry run ruff format .` \
Lint and fix code: `poetry run ruff check --fix .`


## Difference from original ke2daira

`ke2daira.py` only supports switching the head of the first word and the one of the last word.

## License

Apache-2.0

