A Python implementaion of ke2daira
Project description
ke2daira.py
A Python implementation of ke2daira
Installation
$ pip install ke2daira
Usage
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ke2daira-0.1.2.tar.gz
(5.9 kB
view hashes)