Metadata-Version: 2.1
Name: pinyin-utils
Version: 0.1.3
Summary: Utilities for handling Chinese pinyin
Home-page: https://github.com/johndeighan/pinyin_utils
Author: John Deighan
Author-email: john.deighan@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pinyin_utils

Utilities for handling Chinese pinyin

The utilities in this library make it easy to use
Chinese pinyin

The unit tests are directly in the file and therefore
serve as documentation of the utility functions in it.
To execute the unit tests, you can just run:

	pytest -s pinyin_utils.py

To get the library into a project:

	pip install pinyin_utils


