Metadata-Version: 1.1
Name: jaraco.translate
Version: 1.3
Summary: Natural Language Translation using the Google API
Home-page: https://github.com/jaraco/jaraco.translate
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: jaraco.translation
        ==================
        
        Natural language translation support using Google APIs.
        
        
        pmxbot plugin
        -------------
        
        jaraco.translate supplies a plugin for `pmxbot
        <https://bitbucket.org/yougov/pmxbot>`_.
        
        To enable, simply install this package alongside pmxbot and
        add your Google API key to the pmxbot config::
        
            google_translate_API_key: AB2x...
        
        and then `!translate` away.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
