File: control

package info (click to toggle)
python-thrift 0.9.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 316 kB
  • ctags: 902
  • sloc: python: 2,821; ansic: 1,044; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 899 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
Source: python-thrift
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Section: devel
Priority: extra
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~)
Homepage: http://thrift.apache.org
#Vcs-Git: git://anonscm.debian.org/users/eevans/python-thrift.git
#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/eevans/python-thrift.git;a=summary

Package: python-thrift
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Python library for Thrift
 Thrift is a software framework for the development of reliable and
 performant communication and data serialization. It combines a software
 stack with a code generation to build services that operate seamlessly
 across a number of different development languages.
 .
 This package provides the Python bindings for Thrift.