Metadata-Version: 2.3
Name: successive-romaji
Version: 0.1.0
Summary: Add your description here
Author-email: nahco314 <nahco3_ta@yahoo.co.jp>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# successive_romaji

Returns the input up to that point, the characters currently being input, and the romaji expected in the future, based on the target hiragana sequence and the romaji input up to the halfway point.
Used to implement a typing game.

## Usage

Just use `parse_hiragana_with_buf(hiragana, romaji)`.

## Python bindings



