File: control

package info (click to toggle)
python-xmpp 0.4.1-cvs20080505.4
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 4,984 kB
  • ctags: 6,523
  • sloc: python: 3,384; makefile: 59
file content (23 lines) | stat: -rw-r--r-- 851 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
Source: python-xmpp
Section: python
Priority: optional
Maintainer: Alexey Nezhdanov <snakeru@users.sourceforge.net>
Build-Depends: debhelper (>= 5.0.37.2)
Build-Depends-Indep: python (>= 2.6.6-3~)
Standards-Version: 3.8.0
Uploaders: Cosimo Alfarano <kalfa@debian.org>

Package: python-xmpp
Architecture: all
Depends: ${python:Depends}
Conflicts: python2.3-xmpp, python2.4-xmpp, jabber-irc (<< 0.2)
Replaces: python2.3-xmpp, python2.4-xmpp
Recommends: python-dnspython | python-dnspython
Description: Python library for communication with XMPP (Jabber) servers
 This is a set of modules providing functionality for writing
 XMPP-compliant clients or server components in Python.
 .
 This library was initially designed as "rework" of jabberpy library
 but lately become a separate product.
 .
 Unlike jabberpy it is distributed under the terms of GPL.