Metadata-Version: 2.1
Name: sparkplug
Version: 1.21.0
Summary: An AMQP message consumer daemon
Home-page: https://github.com/freshbooks/sparkplug/
Maintainer: FreshBooks
Maintainer-email: dev@freshbooks.com
License: UNKNOWN
Download-URL: https://pypi.python.org/pypi/sparkplug/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: amqp (>=2.3.2)
Requires-Dist: lockfile (<0.13,>=0.9.1)
Requires-Dist: configparser (<6.0,>=3.5)

# Sparkplug

[![Build Status](https://www.travis-ci.org/freshbooks/sparkplug.svg?branch=master)](https://www.travis-ci.org/freshbooks/sparkplug)
[![PyPi version](https://img.shields.io/pypi/v/sparkplug.svg)](https://pypi.org/project/sparkplug/)

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


