Metadata-Version: 2.0
Name: tensorflow-serving-api-python3
Version: 1.4.0
Summary: *UNOFFICIAL* TensorFlow Serving API libraries for Python3
Home-page: https://github.com/illagrenan/tensorflow-serving-api-python3
Author: Vize
Author-email: tensorflow-serving-dev@googlegroups.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Keywords: TensorFlow Serving API libraries
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.5
Requires-Dist: grpcio (>=1.7.0)
Requires-Dist: tensorflow (>=1.4.0)

=========================================================
*UNOFFICIAL* TensorFlow Serving API libraries for Python3
=========================================================

+----------------+-----------------------------------------------------------------------------------------------------------------+
| Latest release | .. image:: https://img.shields.io/pypi/v/tensorflow-serving-api-python3.svg                                     |
|                |    :target: https://pypi.python.org/pypi/tensorflow-serving-api-python3                                         |
|                |    :alt: PyPi                                                                                                   |
|                |                                                                                                                 |
|                | .. image:: https://img.shields.io/pypi/implementation/tensorflow-serving-api-python3.svg                        |
|                |    :target: https://pypi.python.org/pypi/tensorflow-serving-api-python3/                                        |
|                |    :alt: Supported Python implementations                                                                       |
|                |                                                                                                                 |
|                | .. image:: https://img.shields.io/pypi/pyversions/tensorflow-serving-api-python3.svg                            |
|                |    :target: https://pypi.python.org/pypi/tensorflow-serving-api-python3/                                        |
|                |    :alt: Supported Python versions                                                                              |
+----------------+-----------------------------------------------------------------------------------------------------------------+
| CI             | .. image:: https://img.shields.io/travis/illagrenan/tensorflow-serving-api-python3.svg                          |
|                |    :target: https://travis-ci.org/illagrenan/tensorflow-serving-api-python3                                     |
|                |    :alt: TravisCI                                                                                               |
+----------------+-----------------------------------------------------------------------------------------------------------------+

Installation
------------

Supported Python versions are: ``3.5`` and ``3.6``.

.. code:: shell

    pip install --upgrade tensorflow-serving-api-python3


Why?
----

TODO



