Skip to main content

A dead-simple hiragana and katakana romanization library

Project description

A dead-simple hiragana and katakana romanization library for Python 2.7 and 3.4+.

By default, romanization is performed according to ISO 3602 Strict (Nihon-shiki) with long vowels expanded (e.g., ou or oo instead of ô):

>>> from __future__ import unicode_literals
>>> import waapuro
>>> waapuro.romanize('とおりゃんせ')
'tooryanse'

Passing the hepburnish option replaces some of the individual kana romanizations with more Hepburn-like variants:

>>> waapuro.romanize('あいづち')
'aiduti'
>>> waapuro.romanize('あいづち', hepburnish=True)
'aizuchi'

To install, just use:

$ pip install waapuro

Report bugs and make feature requests on Waapuro’s GitHub project page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waapuro-1.0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

waapuro-1.0.1-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page