# 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
- [Python](https://www.python.org/) (>=3.10)
- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.42.0)
- [GLib](https://gitlab.com/gnome/glib) (>=2.66.0)
- [libsoup3](https://libsoup.gnome.org/)
- [precis-i18n](https://pypi.org/project/precis-i18n/) (>=1.0.0)
- [packaging](https://pypi.org/project/packaging/)
- [idna](https://pypi.org/project/idna/)
## Optional Runtime Requirements
- [python-gssapi](https://pypi.org/project/gssapi/) GSSAPI authentication
## Build Requirements
- [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0)
## Tests
- `python -m unittest discover -s test`
## Features
- List of [supported XEPs](https://xmpp.org/software/libraries/python-nbxmpp/)
### Setup
Run the following:
```shell
pip install .
```
or
```shell
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](https://pypi.org/project/nbxmpp-client/)
Raw data
{
"_id": null,
"home_page": null,
"name": "nbxmpp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "chat, messaging, im, xmpp",
"author": null,
"author_email": "Philipp H\u00f6rist <philipp@hoerist.com>, Yann Leboulanger <yann@leboulanger.org>",
"download_url": "https://files.pythonhosted.org/packages/6b/65/12fbcba6bd10802e6340c84d7529fe56e93bf2c3d6d1f99841053fb3e0e3/nbxmpp-6.3.0.tar.gz",
"platform": null,
"description": "# Welcome to python-nbxmpp\n\n`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`.\n\n## Runtime Requirements\n\n- [Python](https://www.python.org/) (>=3.10)\n- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.42.0)\n- [GLib](https://gitlab.com/gnome/glib) (>=2.66.0)\n- [libsoup3](https://libsoup.gnome.org/)\n- [precis-i18n](https://pypi.org/project/precis-i18n/) (>=1.0.0)\n- [packaging](https://pypi.org/project/packaging/)\n- [idna](https://pypi.org/project/idna/)\n\n## Optional Runtime Requirements\n\n- [python-gssapi](https://pypi.org/project/gssapi/) GSSAPI authentication\n\n## Build Requirements\n\n- [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0)\n\n## Tests\n\n- `python -m unittest discover -s test`\n\n## Features\n\n- List of [supported XEPs](https://xmpp.org/software/libraries/python-nbxmpp/)\n\n### Setup\n\nRun the following:\n\n```shell\npip install .\n```\n\nor\n\n```shell\n pip install .[gssapi]\n```\n\nto also install the optional dependency `gssapi`.\n\n### Usage\n\nTo use python-nbxmpp, `import nbxmpp` in your application.\n\nTo see an example check out [nbxmpp-client](https://pypi.org/project/nbxmpp-client/)\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "XMPP Library",
"version": "6.3.0",
"project_urls": {
"repository": "https://dev.gajim.org/gajim/python-nbxmpp"
},
"split_keywords": [
"chat",
" messaging",
" im",
" xmpp"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "440ea75ba8e7f8a7d5be43fc120a50a6115c119806923ed4fc2425d6b707d31f",
"md5": "b9b0a59d8692fae95ebba9164cecc3a3",
"sha256": "ccc919b9a0f122aca50a8cafcff962063d19e191f17ee86f6ff04b18129a8663"
},
"downloads": -1,
"filename": "nbxmpp-6.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b9b0a59d8692fae95ebba9164cecc3a3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 212763,
"upload_time": "2025-08-11T18:32:40",
"upload_time_iso_8601": "2025-08-11T18:32:40.035794Z",
"url": "https://files.pythonhosted.org/packages/44/0e/a75ba8e7f8a7d5be43fc120a50a6115c119806923ed4fc2425d6b707d31f/nbxmpp-6.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6b6512fbcba6bd10802e6340c84d7529fe56e93bf2c3d6d1f99841053fb3e0e3",
"md5": "90a1408e50bee09b86ac12fceaaaf2ef",
"sha256": "ab09d3afc8d7f589c97a27e5b884d467d1cf98c7239740c8e9504c5c47071811"
},
"downloads": -1,
"filename": "nbxmpp-6.3.0.tar.gz",
"has_sig": false,
"md5_digest": "90a1408e50bee09b86ac12fceaaaf2ef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 188377,
"upload_time": "2025-08-11T18:32:41",
"upload_time_iso_8601": "2025-08-11T18:32:41.432073Z",
"url": "https://files.pythonhosted.org/packages/6b/65/12fbcba6bd10802e6340c84d7529fe56e93bf2c3d6d1f99841053fb3e0e3/nbxmpp-6.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-11 18:32:41",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "nbxmpp"
}