Add python deprecation notices.

pull/19081/head
Richard Belleville 6 years ago
parent 115bd2d3c3
commit f6601e1fc1
  1. 8
      src/python/grpcio/README.rst
  2. 8
      src/python/grpcio_channelz/README.rst
  3. 8
      src/python/grpcio_health_checking/README.rst
  4. 8
      src/python/grpcio_reflection/README.rst
  5. 8
      src/python/grpcio_status/README.rst
  6. 8
      src/python/grpcio_testing/README.rst
  7. 8
      tools/distrib/python/grpcio_tools/README.rst

@ -3,6 +3,14 @@ gRPC Python
Package for gRPC Python.
Supported Python Versions
-------------------------
Python >= 3.5
Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Installation
------------

@ -3,6 +3,14 @@ gRPC Python Channelz package
Channelz is a live debug tool in gRPC Python.
Supported Python Versions
-------------------------
Python >= 3.5
Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Dependencies
------------

@ -3,6 +3,14 @@ gRPC Python Health Checking
Reference package for GRPC Python health checking.
Supported Python Versions
-------------------------
Python >= 3.5
Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Dependencies
------------

@ -3,6 +3,14 @@ gRPC Python Reflection package
Reference package for reflection in GRPC Python.
Supported Python Versions
-------------------------
Python >= 3.5
Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Dependencies
------------

@ -3,6 +3,14 @@ gRPC Python Status Proto
Reference package for GRPC Python status proto mapping.
Supported Python Versions
-------------------------
Python >= 3.5
Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Dependencies
------------

@ -3,6 +3,14 @@ gRPC Python Testing Package
Testing utilities for gRPC Python
Supported Python Versions
-------------------------
Python >= 3.5
Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Dependencies
------------

@ -3,6 +3,14 @@ gRPC Python Tools
Package for gRPC Python tools.
Supported Python Versions
-------------------------
Python >= 3.5
Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Installation
------------

Loading…
Cancel
Save