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
|
Source: python-nbxmpp
Section: python
Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Tanguy Ortolo <tanguy+debian@ortolo.eu>,
Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
libglib2.0-0 (>= 2.60),
gir1.2-soup-2.4,
python3-all,
python3-gi,
python3-gssapi,
python3-idna,
python3-openssl,
python3-precis-i18n,
python3-setuptools,
Standards-Version: 4.1.4
Rules-Requires-Root: no
Homepage: https://dev.gajim.org/gajim/python-nbxmpp
Vcs-Git: https://salsa.debian.org/xmpp-team/python-nbxmpp.git
Vcs-Browser: https://salsa.debian.org/xmpp-team/python-nbxmpp
Package: python3-nbxmpp
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
gir1.2-soup-2.4,
python3-gi
Recommends: python3-gssapi,
python3-openssl,
Breaks: gajim (<< 1.3~)
Description: Non blocking Jabber/XMPP Python 3 library
python-nbxmpp is a Python library that provides a way for Python applications
to use Jabber/XMPP networks in a non-blocking way. This library is initialy a
fork of xmpppy one, but using non-blocking sockets.
.
This is the Python 3 version of this library.
Package: python-nbxmpp-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Non blocking Jabber/XMPP Python library, documentation
python-nbxmpp is a Python library that provides a way for Python applications
to use Jabber/XMPP networks in a non-blocking way. This library is initialy a
fork of xmpppy one, but using non-blocking sockets.
.
This is the documentation of this library.
|