Metadata-Version: 2.1
Name: ke2daira
Version: 0.1.2
Summary: A Python implementaion of ke2daira
Home-page: https://github.com/otariidae/ke2daira.py
License: Apache-2.0
Author: otariidae
Author-email: otariidae@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Janome (>=0.4.1,<0.5.0)
Project-URL: Repository, https://github.com/otariidae/ke2daira.js
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 black .`


## 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
