python-protobuf.socketrpc 1.3.2-2 source package in Ubuntu

Changelog

python-protobuf.socketrpc (1.3.2-2) unstable; urgency=low

  * Team upload.
  * Rebuild to add Python 2.7 support
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  09 May 2011 11:54:42 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-protobuf.socketrpc_1.3.2.orig.tar.gz 23.5 KiB d5e9800cf9cbd17c17f28723ae7904f97dc212b9b3b0dce86d3ba7daf67d2448
python-protobuf.socketrpc_1.3.2-2.debian.tar.gz 2.3 KiB 27c076469a28c656b85063e93c18ee50cc6947d9c73716ebe2a54931ab9e7ea1
python-protobuf.socketrpc_1.3.2-2.dsc 2.1 KiB 204911e8cffd2dc97b10e6df4c9f7f95e04f0087511cff17af7a9a8d3ad1b139

Available diffs

View changes file

Binary packages built by this source

python-protobuf.socketrpc: 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.