Metadata-Version: 1.1
Name: translate_api
Version: 2.0.1
Summary: Translate API for Python3 used Google.The default Google server for China, you can switch to use.
Home-page: https://github.com/shinalone/translate_api
Author: UlionTse
Author-email: shinalone@outlook.com
License: MIT
Description: **translate_api**
        =================
        *1. Feactures:*
        ---------------
        - *Google. - translate_api is a python3 library that uses the translation functionality of the Google interface.*
        - *Switch the server. - The default server is Google-China server, the user can switch to (google.com) server.*
        - *All languages can be translated.*
        
        *2. Usage:*
        -----------
        >>>from translate_api.translate_api import api
        
        >>>api('Hello,World!')
        
        '你好，世界！'
        
        >>>api('こんにちは！','ja','ko')
        
        '안녕하세요!'
        
        
        *3. Tips:*
        ----------
        - *pip install translate_api*
        - *api(text=r'',from_language='en',to_language='zh-CN',host='https://translate.google.cn')*
        
Keywords: translate,translate_api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
