Source: zaqar Section: net Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 10), dh-python, openstack-pkg-tools (>= 70~), po-debconf, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx (>= 1.6.2), Build-Depends-Indep: alembic (>= 0.8.10), python3-autobahn (>= 0.17.1), python3-babel, python3-coverage, python3-ddt (>= 1.0.1), python3-falcon (>= 1.0.0), python3-fixtures (>= 3.0.0), python3-futurist (>= 1.2.0), python3-hacking (>= 0.10.0), python3-iso8601 (>= 0.1.11), python3-jsonschema (>= 2.6.0), python3-keystoneclient (>= 1:1.6.0), python3-keystonemiddleware (>= 4.17.0), python3-memcache (>= 1.56), python3-mock (>= 2.0), python3-msgpack (>= 0.5.1), python3-openstackdocstheme (>= 1.18.1), python3-os-testr (>= 1.0.0), python3-oslo.cache (>= 1.26.0), python3-oslo.config (>= 1:5.2.0), python3-oslo.context (>= 2.19.2), python3-oslo.db (>= 4.27.0), python3-oslo.i18n (>= 3.15.3), python3-oslo.log (>= 3.36.0), python3-oslo.messaging (>= 5.29.0), python3-oslo.policy (>= 1.30.0), python3-oslo.reports (>= 1.18.0), python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-oslotest (>= 1:3.2.0), python3-osprofiler (>= 1.4.0), python3-pygments (>= 2.2.0), python3-pymongo, python3-pymysql, python3-redis, python3-requests (>= 2.14.2), python3-six (>= 1.9.0), python3-sphinxcontrib.apidoc, python3-sqlalchemy, python3-stevedore (>= 1.20.0), python3-swiftclient (>= 3.2.0), python3-testresources (>= 2.0.0), python3-testscenarios, python3-testtools (>= 2.2.0), python3-webob (>= 1.7.1), python3-websocket (>= 0.44.0), subunit, tempest (>= 1:12.1.0), testrepository, Standards-Version: 4.1.3 Rules-Requires-Root: binary-targets Vcs-Browser: https://salsa.debian.org/openstack-team/services/zaqar Vcs-Git: https://salsa.debian.org/openstack-team/services/zaqar.git Homepage: https://github.com/openstack/zaqar/ Package: python3-zaqar Section: python Architecture: all Depends: alembic (>= 0.8.10), python3-autobahn (>= 0.17.1), python3-babel, python3-falcon (>= 1.0.0), python3-futurist (>= 1.2.0), python3-iso8601 (>= 0.1.11), python3-jsonschema (>= 2.6.0), python3-keystonemiddleware (>= 4.17.0), python3-memcache (>= 1.56), python3-msgpack (>= 0.5.1), python3-oslo.cache (>= 1.26.0), python3-oslo.config (>= 1:5.2.0), python3-oslo.context (>= 2.19.2), python3-oslo.db (>= 4.27.0), python3-oslo.i18n (>= 3.15.3), python3-oslo.log (>= 3.36.0), python3-oslo.messaging (>= 5.29.0), python3-oslo.policy (>= 1.30.0), python3-oslo.reports (>= 1.18.0), python3-oslo.serialization (>= 2.18.0), python3-oslo.utils (>= 3.33.0), python3-osprofiler (>= 1.4.0), python3-pbr (>= 2.0.0), python3-requests (>= 2.14.2), python3-six (>= 1.9.0), python3-sqlalchemy, python3-stevedore (>= 1.20.0), python3-webob (>= 1.7.1), ${misc:Depends}, ${python3:Depends}, Conflicts: python-zaqar, Description: OpenStack Queueing as a Service - Python libraries Zaqar is a multi-tenant cloud messaging service for web developers. It combines the ideas pioneered by Amazon's SQS product with additional semantics to support event broadcasting. . The service features a fully RESTful API, which developers can use to send messages between various components of their SaaS and mobile applications, by using a variety of communication patterns. Underlying this API is an efficient messaging engine designed with scalability and security in mind. . Other OpenStack components can integrate with Zaqar to surface events to end users and to communicate with guest agents that run in the "over-cloud" layer. Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to their customers. . This package contains the Python libraries that are part of Zaqar. Package: zaqar-common Architecture: all Depends: adduser, dbconfig-common, debconf, python3-zaqar (= ${binary:Version}), sqlite3, ${misc:Depends}, ${python3:Depends}, Provides: ${python3:Provides}, Description: OpenStack Queueing as a Service - common files Zaqar is a multi-tenant cloud messaging service for web developers. It combines the ideas pioneered by Amazon's SQS product with additional semantics to support event broadcasting. . The service features a fully RESTful API, which developers can use to send messages between various components of their SaaS and mobile applications, by using a variety of communication patterns. Underlying this API is an efficient messaging engine designed with scalability and security in mind. . Other OpenStack components can integrate with Zaqar to surface events to end users and to communicate with guest agents that run in the "over-cloud" layer. Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to their customers. . This package contains common files and configuration that are needed by all the daemon packages of Zaqar. Package: zaqar-server Architecture: all Depends: adduser, debconf, python3-keystoneclient, q-text-as-data, zaqar-common (= ${binary:Version}), ${misc:Depends}, ${ostack-lsb-base}, ${python3:Depends}, Description: OpenStack Queueing as a Service - API server Zaqar is a multi-tenant cloud messaging service for web developers. It combines the ideas pioneered by Amazon's SQS product with additional semantics to support event broadcasting. . The service features a fully RESTful API, which developers can use to send messages between various components of their SaaS and mobile applications, by using a variety of communication patterns. Underlying this API is an efficient messaging engine designed with scalability and security in mind. . Other OpenStack components can integrate with Zaqar to surface events to end users and to communicate with guest agents that run in the "over-cloud" layer. Cloud operators can leverage Zaqar to provide equivalents of SQS and SNS to their customers. . This package contains the API server on which clients will connect.