{"library":"romkan","title":"Romkan","description":"A library for converting between Romaji and Kana (Hiragana and Katakana) in Japanese. Version 0.2.1 is the latest release. Maintenance status is unclear; the last update was in 2013.","language":"python","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["pip install romkan"],"cli":null},"imports":["from romkan import to_hiragana"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from romkan import to_hiragana, to_katakana, to_hepburn, to_kunrei\n\nhira = to_hiragana('nihon')\nprint(hira)  # にほん\n\nkata = to_katakana('nihon')\nprint(kata)  # ニホン\n\nhepburn = to_hepburn('にほん')\nprint(hepburn)  # nihon\n\nkunrei = to_kunrei('にほん')\nprint(kunrei)  # nihon (same for this example)\n","lang":"python","description":"Basic usage of romkan for conversion between Romaji and Kana.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}