RETIRED, further work has moved to Debian project infrastructure
Go to file
2015-06-20 14:01:38 +02:00
docs rename the project to avoid name collsion on PyPi 2014-04-30 11:28:28 -04:00
examples Remove unnecessary python dirs 2015-05-14 11:28:46 +02:00
pyngus Add empty process_(remote|local)_state methods 2015-06-20 14:01:38 +02:00
tests Fix import test in unit tests, flake8 flag 2015-06-05 15:25:45 -04:00
.gitignore Add unit test infrastructure, plus a few bugfixes and PEP8 cleanups. 2014-03-20 10:41:26 -04:00
.travis.yml add travis support 2015-05-14 15:19:27 +02:00
LICENSE Initial commit 2013-12-13 06:22:22 -08:00
README.md Release 1.3.0 2015-05-15 16:32:21 -04:00
setup.py Fix import test in unit tests, flake8 flag 2015-06-05 15:25:45 -04:00
test-requirements.txt use latest pip to support pulling down the latest proton sources 2015-05-14 14:56:22 -04:00
TODO.txt Release 1.1.0 2014-07-14 11:18:52 -04:00
tox.ini Fix import test in unit tests, flake8 flag 2015-06-05 15:25:45 -04:00

pyngus

Build Status

A messaging framework built on the QPID Proton engine. It provides a callback-based API for message passing.

See the User Guide in the docs directory for more detail.

Release 1.3.0

  • Support for proton 0.9
  • Installation of proton dependencies via setup.py. This feature was added by Flavio Percoco Premoli flaper87@gmail.com - thanks Flavio!