irc-bot


Nameirc-bot JSON
Version 1.0.41 PyPI version JSON
download
home_pagehttps://github.com/cvium/irc_bot
SummaryA small library to create an IRC bot. Uses asyncore to ensure compatibility with Python 2.7+.
upload_time2023-01-21 07:21:29
maintainer
docs_urlNone
authorClaus Vium
requires_python>=3.6,<4.0
licenseMIT
keywords irc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IRC bot

Just a small library based on asyncore that allows you to quickly create a small IRC bot

## Pull Requests
Pull requests are welcome. The code base is a mess and I'm too lazy to fix it.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cvium/irc_bot",
    "name": "irc-bot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "irc",
    "author": "Claus Vium",
    "author_email": "clausvium@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1f/ab/453b72a4e13013a0531f738628ab3d2a82a8983b68b78123fed5e8fff40c/irc_bot-1.0.41.tar.gz",
    "platform": null,
    "description": "# IRC bot\n\nJust a small library based on asyncore that allows you to quickly create a small IRC bot\n\n## Pull Requests\nPull requests are welcome. The code base is a mess and I'm too lazy to fix it.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A small library to create an IRC bot. Uses asyncore to ensure compatibility with Python 2.7+.",
    "version": "1.0.41",
    "split_keywords": [
        "irc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2d6017b7acf96f1a7932bcd4e0180eae215e697000c48a219ae99bbc7bbe8aa",
                "md5": "fc639ea109615da69208ff52c8fccf22",
                "sha256": "d20becdc8964abff0d314ac457f3ba6eb6426bdd4c713ef00b8bcd2ec9480de8"
            },
            "downloads": -1,
            "filename": "irc_bot-1.0.41-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc639ea109615da69208ff52c8fccf22",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 46975,
            "upload_time": "2023-01-21T07:21:27",
            "upload_time_iso_8601": "2023-01-21T07:21:27.313344Z",
            "url": "https://files.pythonhosted.org/packages/f2/d6/017b7acf96f1a7932bcd4e0180eae215e697000c48a219ae99bbc7bbe8aa/irc_bot-1.0.41-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fab453b72a4e13013a0531f738628ab3d2a82a8983b68b78123fed5e8fff40c",
                "md5": "c6622051a7a615b63aff6e5c856efcb5",
                "sha256": "c8e366a215b5fa13d80ae736319b468eee636319e1c5f41d56aa4ebbd7dc7220"
            },
            "downloads": -1,
            "filename": "irc_bot-1.0.41.tar.gz",
            "has_sig": false,
            "md5_digest": "c6622051a7a615b63aff6e5c856efcb5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 44666,
            "upload_time": "2023-01-21T07:21:29",
            "upload_time_iso_8601": "2023-01-21T07:21:29.282787Z",
            "url": "https://files.pythonhosted.org/packages/1f/ab/453b72a4e13013a0531f738628ab3d2a82a8983b68b78123fed5e8fff40c/irc_bot-1.0.41.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-21 07:21:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cvium",
    "github_project": "irc_bot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "irc-bot"
}
        
Elapsed time: 0.02983s