# python-nbxmpp **Repository Path**: lovewyy/python-nbxmpp ## Basic Information - **Project Name**: python-nbxmpp - **Description**: python-nbxmpp python xmpp libray - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 >= 3.7.0 - PyGObject - GLib >= 2.60 - libsoup - precis-i18n - idna ## Features * List of [supported XEPs](https://dev.gajim.org/gajim/python-nbxmpp/-/wikis/Supported-XEPs-in-python-nbxmpp/) ## Starting Points * [Downloads](https://dev.gajim.org/gajim/python-nbxmpp/tags) * You can also clone the [git repository](https://dev.gajim.org/gajim/python-nbxmpp.git) ### Setup Run the following: pip install . ### Usage To use python-nbxmpp, `import nbxmpp` in your application. or use the example client `python3 -m nbxmpp.examples.client`