Metadata-Version: 2.1
Name: jaraco.translate
Version: 3.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
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
Requires-Dist: requests
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: jaraco.packaging (>=3.2) ; extra == 'docs'
Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest (!=3.7.3,>=3.5) ; extra == 'testing'
Requires-Dist: pytest-checkdocs ; extra == 'testing'
Requires-Dist: pytest-flake8 ; extra == 'testing'
Requires-Dist: pmxbot ; extra == 'testing'

.. 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.


