Metadata-Version: 1.1
Name: translators
Version: 4.0.1
Summary: Free & Easy translators for Python, such as Google, NetEase(Youdao), etc.
Home-page: https://github.com/shinalone/translators
Author: UlionTse
Author-email: shinalone@outlook.com
License: MIT
Description: *1.Description:*
        --------------------
        
        Free & Easy translators for Python, such as Google, NetEase(Youdao), etc.
        
        *2.Usage:*
        --------------
        
        $ pip install translators
        
        >>> import translators
        
        >>> translators.google('Hello,World!')
        
        '你好，世界！'
        
        >>> translators.youdao('再见，世界！','zh-CN','ko')
        
        '안녕, 세계야!'
        
        
        *3. Warning:*
        -------------------
        
        Prohibition of Commercial Use !
        This module is designed to help students and individuals with translation services.
        For commercial use, please purchase API services from translation suppliers.
        
        
Keywords: translate,translators,translator,fanyi,Google,Youdao,NetEase
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
Classifier: Programming Language :: Python :: 3.7
