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 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: python-xmpp
Section: python
Priority: optional
Maintainer: Alexey Nezhdanov <snakeru@users.sourceforge.net>
Build-Depends-Indep: debhelper (>> 3.0.0), python
Standards-Version: 3.6.1.0
Uploaders: Cosimo Alfarano <kalfa@debian.org>
Package: python-xmpp
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-xmpp
Description: Python library for communication with XMPP (Jabber) servers
This is a set of modules providing functionality for writing
xmpp-compliant client or component in python.
.
This library was initially designed as "rework" of jabberpy library
but lately become separate product.
.
Unlike jabberpy it is distributed under the terms of GPL.
.
This package is a dependency package, which depends on Debian's default
Python version (currently v2.3) and respective xmpppy package version.
Package: python2.1-xmpp
Architecture: all
Depends: python2.1, python2.1-xmlbase
Description: Python library for communication with XMPP (Jabber) servers
This is a set of modules providing functionality for writing
xmpp-compliant client or component in python.
.
This library was initially designed as "rework" of jabberpy library
but lately become separate product.
.
Unlike jabberpy it is distributed under the terms of GPL.
.
This package provides modules for python 2.1
Package: python2.2-xmpp
Architecture: all
Depends: python2.2, python2.2-xmlbase
Description: Python library for communication with XMPP (Jabber) servers
This is a set of modules providing functionality for writing
xmpp-compliant client or component in python.
.
This library was initially designed as "rework" of jabberpy library
but lately become separate product.
.
Unlike jabberpy it is distributed under the terms of GPL.
.
This package provides modules for python 2.2
Package: python2.3-xmpp
Architecture: all
Depends: python2.3
Description: Python library for communication with XMPP (Jabber) servers
This is a set of modules providing functionality for writing
xmpp-compliant client or component in python.
.
This library was initially designed as "rework" of jabberpy library
but lately become separate product.
.
Unlike jabberpy it is distributed under the terms of GPL.
.
This package provides modules for python 2.3
|