Source: python-rabbit
Maintainer: MOS Linux team <mos-linux@mirantis.com>
Section: python
Priority: optional
Standards-Version: 3.9.4
Build-Depends:
    debhelper (>= 9),
    python-all (>= 2.7.1),
    python-setuptools,
    python-httplib2
X-Python-Version: >= 2.7
Homepage: https://pypi.python.org/pypi/pyrabbit/

Package: python-rabbit
Architecture: all
Depends: ${python:Depends},
    ${misc:Depends},
    python-httplib2
Provides: ${python:Provides}
Description: A Pythonic interface to the RabbitMQ Management HTTP API
 Pyrabbit provides an intuitive, easy way to work with the data that lives
 inside of RabbitMQ, and manipulate the resources there.
 .
 This package contains the libraries for Python 2.x.
