Welcome to python-nbxmpp
python-nbxmpp is a Python library that provides a way for Python applications to use the XMPP network. This library was initially a fork of xmpppy.
Runtime Requirements
Optional Runtime Requirements
- python-gssapi GSSAPI authentication
Build Requirements
- setuptools (>=65.0.0)
Tests
python -m unittest discover -s test
Features
- List of supported XEPs
Setup
Run the following:
pip install .
or
pip install .[gssapi]
to also install the optional dependency gssapi.
Usage
To use python-nbxmpp, import nbxmpp in your application.
To see an example check out nbxmpp-client
Release files for nbxmpp 7.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nbxmpp-7.4.0.tar.gz | 189.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nbxmpp-7.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 401.7 kB
Release files / nbxmpp-7.4.0.tar.gz
| Download URL | nbxmpp-7.4.0.tar.gz |
|---|---|
| Size | 189.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f498e874e32d5be2ae59b3d18cd9eed85f50ef5443326d2756ec7bb6a647f7a4
|
|
BLAKE2b-256 checksum How to use checksums |
4dd9a54c108c3d36f1f3f8664ab02afc1f5ddefed920b1935797580180c15ac5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.10.9
|
Release files / nbxmpp-7.4.0-py3-none-any.whl
| Download URL | nbxmpp-7.4.0-py3-none-any.whl |
|---|---|
| Size | 212.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5485285009c6471b19e1df55b431abf0822f7dc0e15ea3a6383833ae289ec506
|
|
BLAKE2b-256 checksum How to use checksums |
51efa0935227bd25498fc81f0a717a3bd45b205dfb0d9ea885e61737fbadaddc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.10.9
|