Metadata-Version: 2.1
Name: pinyin-tone-converter
Version: 1.0.2
Summary: Numbered pinyin to accented pinyin converter
Home-page: https://github.com/Lingyuai/pinyin-tone-converter
Author: Lingyuai
Author-email: developers@lingyuai.com
License: UNKNOWN
Download-URL: https://github.com/Lingyuai/pinyin-tone-converter/archive/1.0.2.tar.gz
Description: # pinyin-tone-converter
        
        <p align="center">
            <a href="https://circleci.com/gh/Synkied/pinyin-tone-converter">
                <img src="https://circleci.com/gh/Synkied/pinyin-tone-converter.svg?style=svg" alt="TravisCI Build Status"/>
            </a>
        </p>
        
        Python library to convert pinyin with numbers to tone with marks. This library is based on https://github.com/chanind/pinyin-tone-converter
        
        ## Install
        
        ```python
        pip install pinyin-tone-converter
        ```
        
        ## How to use
        
        ```python
        from pinyin_tone_converter.pinyin_tone_converter import PinyinToneConverter
        PinyinToneConverter().convert_text("lu4")
        
        "lù"
        ```
        
        Examples can be seen in tests.
        
Keywords: python,pinyin,pinyin-tone-converter,tones,numbered tones,marked tones,accented tones,chinese
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: dev-test
