Source: grpcio
Section: contrib/python
Priority: optional
Maintainer: Benjamin Moody <benjamin@physionet.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all, python3-all,
               python-all-dev, python3-all-dev,
               python-setuptools, python3-setuptools,
               python-six (>= 1.10), python3-six (>= 1.10),
               python-protobuf (>= 3.5.0), python3-protobuf (>= 3.5.0),
               python-enum34, python-concurrent.futures,
               cython

Package: python-grpcio
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Google RPC Library (Python 2)
 Remote Procedure Calls (RPCs) provide a useful abstraction for
 building distributed applications and services. The libraries in this
 repository provide a concrete implementation of the gRPC protocol,
 layered over HTTP/2.  These libraries enable communication between
 clients and servers using any combination of the supported languages.
 .
 This package installs the library for Python 2.

Package: python3-grpcio
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Google RPC Library (Python 3)
 Remote Procedure Calls (RPCs) provide a useful abstraction for
 building distributed applications and services. The libraries in this
 repository provide a concrete implementation of the gRPC protocol,
 layered over HTTP/2.  These libraries enable communication between
 clients and servers using any combination of the supported languages.
 .
 This package installs the library for Python 3.
