File: control

package info (click to toggle)
python-protobuf.socketrpc 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 300 kB
  • ctags: 528
  • sloc: python: 2,072; makefile: 10
file content (28 lines) | stat: -rw-r--r-- 1,225 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
Source: python-protobuf.socketrpc
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python,
               python-protobuf (>=2.2),
               python-setuptools
Standards-Version: 3.9.6
XS-Python-Version: >= 2.5
Homepage: http://code.google.com/p/protobuf-socket-rpc
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-protobuf.socketrpc/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-protobuf.socketrpc/trunk/

Package: python-protobuf.socketrpc
Architecture: all
Depends: python-protobuf (>=2.2), ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python socket RPC for Google protocol buffers
 Google's protocol buffer library makes writing rpc services easy, but it does
 not contain a rpc implementation. The transport details are left up to the user
 to implement.
 .
 This is a simple tcp/ip socket based rpc implementation in Python for people
 who want a simple implementation of their protobuf rpc services.