python-stompy 0.2.5-1ubuntu1 source package in Ubuntu

Changelog

python-stompy (0.2.5-1ubuntu1) oneiric; urgency=low

  * dh_python2 transition.
 -- Chuck Short <email address hidden>   Wed, 31 Aug 2011 09:18:21 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
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-stompy_0.2.5.orig.tar.gz 7.8 KiB 7a156e43c4f3fa4317a8c3bb3d27291ca7e1b5a930648f90209e4929005795f8
python-stompy_0.2.5-1ubuntu1.diff.gz 2.6 KiB 8053812a707dc72c7a6ff62ff7b099e4b9b6d91a93687ec927d9ca5ddd31b3f1
python-stompy_0.2.5-1ubuntu1.dsc 1.2 KiB 4662e873bd28259f9c2230abf35ca935b2ca621c3846cd4c4815e539cc984466

Available diffs

View changes file

Binary packages built by this source

python-stompy: Implementation of the STOMP protocol in Python

 This is useful for connecting to and communicating with Apache ActiveMQ
 (an open source Java Message Service (JMS) message broker) or other brokers
 with support for the STOMP protocol.
 .
 The majority of the methods available take a single argument; a dictionary.
 This dictionary should contain the necessary bits you need to pass to the
 STOMP server. It is outlined in each method exactly what it needs to work.