Metadata-Version: 2.1
Name: jaraco.translate
Version: 2.0
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: .. image:: https://img.shields.io/pypi/v/jaraco.translate.svg
           :target: https://pypi.org/project/jaraco.translate
        
        .. image:: https://img.shields.io/pypi/pyversions/jaraco.translate.svg
        
        .. image:: https://img.shields.io/travis/jaraco/jaraco.translate/master.svg
           :target: https://travis-ci.org/jaraco/jaraco.translate
        
        .. .. image:: https://img.shields.io/appveyor/ci/jaraco/jaraco-translate/master.svg
        ..    :target: https://ci.appveyor.com/project/jaraco/jaraco-translate/branch/master
        
        .. .. image:: https://readthedocs.org/projects/jaracotranslate/badge/?version=latest
        ..    :target: https://jaracotranslate.readthedocs.io/en/latest/?badge=latest
        
        Natural language translation support using Google APIs.
        
        
        pmxbot plugin
        -------------
        
        jaraco.translate supplies a plugin for `pmxbot
        <https://github.com/yougov/pmxbot>`_.
        
        To enable, simply install this package alongside pmxbot and
        add your Google API key to the pmxbot config::
        
            Google 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 :: 3
Requires-Python: >=3.6
Provides-Extra: testing
Provides-Extra: docs
