Source: python-grpcio
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Chris Lamb <lamby@debian.org>,
Build-Depends:
 cython3,
 debhelper (>= 11),
 dh-python,
 libc-ares-dev,
 libssl-dev,
 python3-all-dev,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 zlib1g-dev,
Standards-Version: 4.2.1
Testsuite: autopkgtest-pkg-python
Homepage: https://grpc.io/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-grpcio.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-grpcio

Package: python3-grpcio
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Provides:
 ${python3:Provides},
Description: High-performance RPC framework (Python 3 libraries)
 gRPC is a modern open source high performance RPC framework. It can
 efficiently connect services in and across data centers with pluggable support
 for load balancing, tracing, health checkin and authentication.
 .
 It is also applicable in last mile of distributed computing to connect
 devices, mobile applications and browsers to backend services.
 .
 This package installs the libraries for Python 3.
