Metadata-Version: 1.1
Name: pyVoiceText
Version: 0.1.0
Summary: VoiceText API wrapper
Home-page: https://github.com/who-you-me/pyVoiceText
Author: Hisao Soyama
Author-email: hisao.soyama@gmail.com
License: MIT License
Description: Python library for VoiceText Web API
        
        Requirements
        ------------
        * Python 2.7 (currently not support 3.x)
        
        Setup
        -----
        ::
        
            $ pip install pyVoiceText
        
        Usage
        -----
        ::
        
            >>> from pyVoiceText import VoiceText
            >>> voice_text = VoiceText("YOUR_API_KEY")
            >>> wav = voice_text.fetch("text", "show", "out.wav")
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Japanese
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Multimedia :: Sound/Audio
