# 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.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/cc/ea/80dfcfd16264178341c35ac3a292398af354fa2347a9d1365c53d34c87d1/nbxmpp-6.0.1.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.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.0.1",
"project_urls": {
"repository": "https://dev.gajim.org/gajim/python-nbxmpp"
},
"split_keywords": [
"chat",
" messaging",
" im",
" xmpp"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "47763b2e07ab97c69bc50835f3770eabe4de27c039f2ea2a1f8da5c6ef6fbb94",
"md5": "910ffd559d9aef5ae08f082630498528",
"sha256": "b0bb5e1e352f6fb93c17d47bfc55703f6cd77c5f5022fbb3dd5d392d658828e3"
},
"downloads": -1,
"filename": "nbxmpp-6.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "910ffd559d9aef5ae08f082630498528",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 212318,
"upload_time": "2025-03-03T20:43:41",
"upload_time_iso_8601": "2025-03-03T20:43:41.576641Z",
"url": "https://files.pythonhosted.org/packages/47/76/3b2e07ab97c69bc50835f3770eabe4de27c039f2ea2a1f8da5c6ef6fbb94/nbxmpp-6.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ccea80dfcfd16264178341c35ac3a292398af354fa2347a9d1365c53d34c87d1",
"md5": "18f5a7c2326e9f930ddd9d325d397b1b",
"sha256": "f6ae62666e407fe865f2091825e32c1466553c10fca22c0eefee1edad12f4410"
},
"downloads": -1,
"filename": "nbxmpp-6.0.1.tar.gz",
"has_sig": false,
"md5_digest": "18f5a7c2326e9f930ddd9d325d397b1b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 185981,
"upload_time": "2025-03-03T20:43:44",
"upload_time_iso_8601": "2025-03-03T20:43:44.068632Z",
"url": "https://files.pythonhosted.org/packages/cc/ea/80dfcfd16264178341c35ac3a292398af354fa2347a9d1365c53d34c87d1/nbxmpp-6.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-03 20:43:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "nbxmpp"
}