Metadata-Version: 2.3
Name: full-width
Version: 1.0.1
Summary: Half-width to full-width character converter.
Project-URL: Homepage, https://github.com/mizu-hikaru/full-width
Project-URL: Issues, https://github.com/mizu-hikaru/full-width/issues
Author-email: Mizu Hikaru <mizu@hikaru.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# full-width

This is a Python package that provides a CLI script `full-width`.

It reads from stdin and converts half-width characters to full-width characters.

The result is printed to stdout.

## Installation

    pip install full-width
