{ "info": { "author": "Jelle Smet", "author_email": "development@smetj.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "::\n\n __ __ __\n .--.--.--|__.-----| |--| |--.-----.-----.-----.\n | | | | |__ --| | _ | _ | | -__|\n |________|__|_____|__|__|_____|_____|__|__|_____|\n version 2.1.2\n\n Build composable event pipeline servers with minimal effort.\n\n\n ==================\n wishbone.input.irc\n ==================\n\n Version: 1.0.0\n\n Joins an IRC channel to accept input.\n -------------------------------------\n\n\n A simple IRC bot which joins a channel, reads all public and private\n messages and sends these to the module's queues.\n\n\n Parameters:\n\n - server(str)(\"localhost\")\n | The IRC server to connect to.\n\n - port(int)(6667)\n | The IRC server port to connect to.\n\n - nickname(str)(\"wishbone\")\n | The bot's nickname.\n\n - channels(list)([\"wishbone\"])\n | The list of channels to join.\n | Each channel is mapped to a queue.\n | The queue name has the # portion stripped off.\n\n - password(str)(None)\n | The password used to authenticate\n\n Queues:\n\n - outbox\n | The messages of all channels.\n\n - priv__\n | Receives private messages.\n\n - \n\n | For each channel in a queue is created receiving the\n | messages of only that channel.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/smetj/wishbone-input-irc/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/smetj/wishbone-input-irc", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "wishbone_input_irc", "package_url": "https://pypi.org/project/wishbone_input_irc/", "platform": "Linux", "project_url": "https://pypi.org/project/wishbone_input_irc/", "project_urls": { "Download": "https://github.com/smetj/wishbone-input-irc/tarball/master", "Homepage": "https://github.com/smetj/wishbone-input-irc" }, "release_url": "https://pypi.org/project/wishbone_input_irc/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A Wishbone IRC input module.", "version": "1.0.0" }, "last_serial": 2031513, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "2f41c7585835f718065c67b6ce31ef09", "sha256": "f8dc70b5033a44eb3352322216012405fb04c629377356a3497026ac21b081f6" }, "downloads": -1, "filename": "wishbone_input_irc-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2f41c7585835f718065c67b6ce31ef09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8578, "upload_time": "2016-03-28T11:14:54", "url": "https://files.pythonhosted.org/packages/27/3d/1b66f28656ee971166d124c8e6e399a15ddc663aa48ba499577d591f6166/wishbone_input_irc-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f41c7585835f718065c67b6ce31ef09", "sha256": "f8dc70b5033a44eb3352322216012405fb04c629377356a3497026ac21b081f6" }, "downloads": -1, "filename": "wishbone_input_irc-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2f41c7585835f718065c67b6ce31ef09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8578, "upload_time": "2016-03-28T11:14:54", "url": "https://files.pythonhosted.org/packages/27/3d/1b66f28656ee971166d124c8e6e399a15ddc663aa48ba499577d591f6166/wishbone_input_irc-1.0.0.tar.gz" } ] }