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.
