Source: python-rabbit
Maintainer: Mirantis Product <product@mirantis.com>
XSBC-Original-Maintainer: Mirantis Product <product@mirantis.com>
Uploaders: Dmitry Burmistrov <dburmistrov@mirantis.com>
Section: python
Priority: optional
Standards-Version: 3.9.4
Build-Depends:
    debhelper (>= 9),
    python-all (>= 2.6.6-3~),
    python-setuptools,
    python-httplib2
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
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.
