/sparkplug

A wrapper daemon for Python AMQP listeners

Primary LanguagePythonMIT LicenseMIT

Sparkplug

Build Status PyPi version

Sparkplug is a lightweight AMQP message consumer. It allows you to specify queue configuration and consumer entry points using INI files

Testing

run tests with nosetests

Releasing

Prerequisite: You have an SSH config file with your username, and email located at ~/.gitconfig. It is needed by the script that bumps the release version.

VERSION_BUMP_TYPE=minor PYPI_USER=some_user PYPI_PASS=some_password make release

Note

Version 1.11.5, 1.11.6, 1.12.0 are Python 2.7 and 3.x compatible. Version 1.13.0 and above is not compatible with Python <= 3.4