File: control

package info (click to toggle)
python-grpc-tools 1.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 13,912 kB
  • sloc: cpp: 168,018; makefile: 874; python: 210; sh: 57
file content (29 lines) | stat: -rw-r--r-- 1,153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.