Source: python-grpcio
Section: python
Priority: optional
Maintainer: Adam Cecile <acecile@le-vert.net>
Build-Depends: debhelper (>= 10),
 dh-python,
 python3-all-dev,
 python3-setuptools,
 cython3 (>= 0.23~),
 python3-six (>= 1.10~),
 lsb-release,
# contains ares.h
# https://github.com/grpc/grpc/pull/11397
 libc-ares-dev (>= 1.11~),
 zlib1g-dev,
 libssl-dev (>= 1.0.2~),
Standards-Version: 4.5.0
Homepage: https://pypi.org/project/grpcio/
X-Python3-Version: >= 3.4

Package: python3-grpcio
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: High performance, open-source universal RPC framework (Python 3)
 gRPC is a modern, open source, high-performance remote procedure call (RPC)
 framework that can run anywhere.
 .
 It enables client and server applications to communicate transparently, and
 makes it easier to build connected systems.
 .
 This package installs the library for Python 3.
