slixmppbot


Nameslixmppbot JSON
Version 2.0.4 PyPI version JSON
download
home_pagehttps://github.com/s-nt-s/XmppBot
SummaryA framework for writing Jabber/XMPP bots
upload_time2023-06-02 22:18:52
maintainer
docs_urlNone
authors-nt-s
requires_python>=3.9,<4.0
licenseGPLv3
keywords xmpp bot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The XmppBot framework is powered by [Slixmpp](https://slixmpp.readthedocs.io/)
and allows you to easily write bots that use the XMPP protocol.
You can create commands by decorating functions in your subclass
or customize the bot’s operation completely. MUCs are also supported.

You can see some examples in [`examples` folder](https://github.com/s-nt-s/XmppBot/tree/master/examples).

You can install and unsintall with:

```
# install
pip3 install slixmppbot
# uninstall
pip3 uninstall slixmppbot
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/s-nt-s/XmppBot",
    "name": "slixmppbot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "xmpp,bot",
    "author": "s-nt-s",
    "author_email": "santos82h@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/36/8b/e4e9cd634fe5188f0eed94321f540609f031bea52411079e1c32e09952af/slixmppbot-2.0.4.tar.gz",
    "platform": null,
    "description": "The XmppBot framework is powered by [Slixmpp](https://slixmpp.readthedocs.io/)\nand allows you to easily write bots that use the XMPP protocol.\nYou can create commands by decorating functions in your subclass\nor customize the bot\u2019s operation completely. MUCs are also supported.\n\nYou can see some examples in [`examples` folder](https://github.com/s-nt-s/XmppBot/tree/master/examples).\n\nYou can install and unsintall with:\n\n```\n# install\npip3 install slixmppbot\n# uninstall\npip3 uninstall slixmppbot\n```",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "A framework for writing Jabber/XMPP bots",
    "version": "2.0.4",
    "project_urls": {
        "Homepage": "https://github.com/s-nt-s/XmppBot"
    },
    "split_keywords": [
        "xmpp",
        "bot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec07de2dd213ec09bb065127654943b84851c5c8da852da1ff65aef493d8da18",
                "md5": "62daf191336b8019e606ae724a77199f",
                "sha256": "676fea26b63089bfda9b9dd9de112073fff7c2cc1d49363beae54a2e5bb846d5"
            },
            "downloads": -1,
            "filename": "slixmppbot-2.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "62daf191336b8019e606ae724a77199f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 34357,
            "upload_time": "2023-06-02T22:18:50",
            "upload_time_iso_8601": "2023-06-02T22:18:50.703381Z",
            "url": "https://files.pythonhosted.org/packages/ec/07/de2dd213ec09bb065127654943b84851c5c8da852da1ff65aef493d8da18/slixmppbot-2.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "368be4e9cd634fe5188f0eed94321f540609f031bea52411079e1c32e09952af",
                "md5": "def70bff9db6a66c58da8081e0b99323",
                "sha256": "316f8f034cec6ea3fb1dd5e2373385c73a930b944cb9a7bc6e950812b74c863e"
            },
            "downloads": -1,
            "filename": "slixmppbot-2.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "def70bff9db6a66c58da8081e0b99323",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 19634,
            "upload_time": "2023-06-02T22:18:52",
            "upload_time_iso_8601": "2023-06-02T22:18:52.840352Z",
            "url": "https://files.pythonhosted.org/packages/36/8b/e4e9cd634fe5188f0eed94321f540609f031bea52411079e1c32e09952af/slixmppbot-2.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 22:18:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "s-nt-s",
    "github_project": "XmppBot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "slixmppbot"
}
        
Elapsed time: 0.07567s