Merge pull request #910 from mozillazg/patch-1

add pypinyin
This commit is contained in:
Vinta 2017-08-07 16:13:16 +08:00 committed by GitHub
commit 1d71392d20

View File

@ -1094,6 +1094,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Levenshtein](https://github.com/ztane/python-Levenshtein/) - Fast computation of Levenshtein distance and string similarity.
* [pangu.py](https://github.com/vinta/pangu.py) - Spacing texts for CJK and alphanumerics.
* [pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in Python.
* [pypinyin](https://github.com/mozillazg/python-pinyin) - Convert Chinese hanzi to pinyin.
* [shortuuid](https://github.com/skorokithakis/shortuuid) - A generator library for concise, unambiguous and URL-safe UUIDs.
* [unidecode](https://pypi.python.org/pypi/Unidecode) - ASCII transliterations of Unicode text.
* [uniout](https://github.com/moskytw/uniout) - Print readable chars instead of the escaped string.