File: control

package info (click to toggle)
python-amqplib 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 408 kB
  • ctags: 301
  • sloc: python: 2,296; makefile: 29
file content (51 lines) | stat: -rw-r--r-- 1,899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: python-amqplib
Section: python
Priority: optional
Maintainer: Mikhail Gusarov <dottedmag@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Build-Depends: debhelper (>= 7.0.50~),
               python-all (>= 2.6.6-3~),
               python3-all (>= 3.1.2-12~)
Standards-Version: 3.9.3
X-Python-Version: >= 2.3
X-Python3-Version: >= 3.0
Homepage: http://barryp.org/software/py-amqplib/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-amqplib/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-amqplib/trunk/

Package: python-amqplib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-amqplib-doc
Description: simple non-threaded Python AMQP client library
 Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring
 basic messaging functionality and SSL support.
 .
 python-amqplib provides synchronous API unlike other (event-driven)
 implementations.

Package: python3-amqplib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-amqplib-doc
Description: simple non-threaded Python AMQP client library (Python3 version)
 Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring
 basic messaging functionality and SSL support.
 .
 python3-amqplib provides synchronous API unlike other (event-driven)
 implementations.
 .
 This package contains the Python 3 version of the library.

Package: python-amqplib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: simple non-threaded Python AMQP client library (Documentation)
 Python client for the Advanced Message Queuing Protocol (AMQP) 0-8, featuring
 basic messaging functionality and SSL support.
 .
 python-amqplib provides synchronous API unlike other (event-driven)
 implementations.
 .
 This package contains the documentation.