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
|
Source: python-nbxmpp
Section: python
Priority: optional
Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Build-Depends: debhelper (>= 9), dh-python, python-all, python3-all, python3-gi
Standards-Version: 3.9.8
Homepage: https://python-nbxmpp.gajim.org/
Vcs-Git: https://git.ortolo.eu/git/pkg-python-nbxmpp.git
Vcs-Browser: https://git.ortolo.eu/pkg-python-nbxmpp.git
Package: python-nbxmpp
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-openssl
Description: Non blocking Jabber/XMPP Python 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 2 version of this library.
Package: python3-nbxmpp
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-gi
Recommends: python3-openssl
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
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.
|