Metadata-Version: 1.0
Name: hanzi2pinyin
Version: 0.1
Summary: 汉字转拼音
Home-page: http://www.flyzen.com
Author: Young King
Author-email: youngking@flyzen.com
License: BSD
Description: =================
        汉字转拼音
        =================
        比较全的字库，包括Unicode中常用的汉字2万多个。
        
        
        用法::
        
        >>> from hanzi2pinyin import hanzi2pinyin
        >>> hanzi2pinyin(u"朱镕基")
        ... zhurongji
        
Keywords: chinese hanzi translate pinyin
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
