Skip to main content

No project description provided

Project description

japanese-addresses

Python package codecov Binder

Parsing Japan addresses to prefectures and cities.

Installation

pip install git+https://github.com/wakamezake/japanese-addresses.git

Examples

from japanese_addresses import separate_address

parsed_address = separate_address('宮城県仙台市泉区市名坂字東裏97-1')

print(parsed_address)
"""
ParsedAddress(prefecture='宮城県', city='')
"""

Testing

pip install poetry
poetry install
poetry run pytest

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

japanese-addresses-0.0.1.tar.gz (22.9 kB view hashes)

Uploaded Source

Built Distribution

japanese_addresses-0.0.1-py3-none-any.whl (22.6 kB view hashes)

Uploaded 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