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

Package: python3-grpc-tools
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Description: Protobuf code generator for gRPC (Python 3)
 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 Protobuf code generator for Python 3.
