Simple utiliti convert name of japanese prefectures.
Project description
jp_prefecture.
Japan prefecture names and codes
Simple utility to convert the name of japanese prefectures.
- full_name from/to code (JIS X 0401-1973).
- short_name to full_name
- alphabet_name from/to full_name
Reference
Install
pip install jp_prefecture
How to use
from jp_prefecture import jp_prefectures as jp
Conversion
assert ( jp.name2code("京都府")
== jp.name2code("京都")
== jp.name2code("Kyoto")
== jp.name2code("KYOTO")
== jp.name2code("kyoto")
== 26 )
assert jp.code2name(26) == "京都府"
assert jp.name2alphabet("京都府") == "Kyoto"
assert ( jp.alphabet2name("Kyoto")
== jp.name2code("KYOTO")
== jp.name2code("kyoto")
== "京都府" )
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
jp_prefecture-0.1.2.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for jp_prefecture-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d094c8f81641f0d553eddae59b9a5aa653183df56f8d5e076c886fb695ad2db |
|
MD5 | a1707dd08ead6635192958f48e90cf7a |
|
BLAKE2b-256 | 78aec07a5d08cc41f886c4d3470997013877dea02cddad05064a1ffe68b2b8da |