Files
deb-python-pyngus/README.md
Kenneth Giusti 50921fecc4 Release 1.3.0
2015-05-15 16:32:21 -04:00

16 lines
471 B
Markdown

# pyngus #
[![Build Status](https://travis-ci.org/kgiusti/pyngus.svg)](https://travis-ci.org/kgiusti/pyngus)
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!