Metadata-Version: 2.1
Name: google-cloud-language
Version: 1.0.2
Summary: Google Cloud Natural Language API client library
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python
Author: Google LLC
Author-email: googleapis-packages@google.com
License: Apache 2.0
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
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: Operating System :: OS Independent
Classifier: Topic :: Internet
Requires-Dist: google-api-core[grpc] (<2.0.0dev,>=0.1.1)
Requires-Dist: enum34; python_version < "3.4"

Python Client for Google Cloud Natural Language
===============================================

    Python idiomatic client for `Google Cloud Natural Language`_

.. _Google Cloud Natural Language: https://cloud.google.com/natural-language/

|pypi| |versions|

-  `Documentation`_

.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/language/usage.html

.. note::

    This library currently does not run on Google App Engine Standard.
    We are actively working on adding this support.

Quick Start
-----------

.. code-block:: console

    $ pip install --upgrade google-cloud-language
    $ # OR
    $ pip install --upgrade google-cloud-natural-language

For more information on setting up your Python development environment,
such as installing ``pip`` and on your system, please refer to
`Python Development Environment Setup Guide`_ for Google Cloud Platform.

.. _Python Development Environment Setup Guide: https://cloud.google.com/python/setup

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/google-cloud-common/tree/master/authentication

Using the API
-------------

The Google Cloud `Natural Language`_ API (`Natural Language API docs`_)
provides natural language understanding technologies to developers,
including sentiment analysis, entity recognition, and syntax analysis.
This API is part of the larger Cloud Machine Learning API.

.. _Natural Language: https://cloud.google.com/natural-language/
.. _Natural Language API docs: https://cloud.google.com/natural-language/reference/rest/

See the ``google-cloud-python`` API Natural Language `Documentation`_ to learn
how to analyze text with this API.

.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-language.svg
   :target: https://pypi.org/project/google-cloud-language/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-language.svg
   :target: https://pypi.org/project/google-cloud-language/


