Metadata-Version: 1.1
Name: google-cloud-translate
Version: 1.2.0
Summary: Python Client for Google Cloud Translation API
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
Author: Google Cloud Platform
Author-email: googleapis-publisher@google.com
License: Apache 2.0
Description: Python Client for Google Cloud Translation
        ==========================================
        
            Python idiomatic client for `Google Cloud Translation`_
        
        .. _Google Cloud Translation: https://cloud.google.com/translate/
        
        |pypi| |versions|
        
        -  `Documentation`_
        
        .. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/translate/usage.html
        
        Quick Start
        -----------
        
        .. code-block:: console
        
            $ pip install --upgrade google-cloud-translate
        
        Authentication
        --------------
        
        With ``google-cloud-python`` we try to make authentication as painless as
        possible. Check out the `Authentication section`_ in our documentation to
        learn more. You may also find the `authentication document`_ shared by all
        the ``google-cloud-*`` libraries to be helpful.
        
        .. _Authentication section: https://google-cloud-python.readthedocs.io/en/latest/core/auth.html
        .. _authentication document: https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication
        
        Using the API
        -------------
        
        With the Google Cloud `Translation`_ API (`Translation API docs`_), you can
        dynamically translate text between thousands of language pairs.
        
        .. _Translation: https://cloud.google.com/translate/
        .. _Translation API docs: https://cloud.google.com/translate/docs/apis
        
        See the ``google-cloud-python`` API Translation `Documentation`_ to learn
        how to translate text using this library.
        
        .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-translate.svg
           :target: https://pypi.org/project/google-cloud-translate/
        .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-translate.svg
           :target: https://pypi.org/project/google-cloud-translate/
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
