{ "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.tcp\n ==================\n\n Version: 1.0.0\n\n Receive data over a TCP socket.\n -------------------------------\n\n\n Receive data over a TCP socket.\n\n\n Parameters:\n\n - address(str)(\"0.0.0.0\")\n | The address to bind to.\n\n - port(int)(19283)\n | The port to bind to.\n\n - delimiter(str)(\"\\n\")\n | The delimiter which separates multiple\n | messages in a stream of data.\n\n - max_connections(int)(0)\n | The maximum number of simultaneous\n | connections. 0 means \"unlimited\".\n\n - reuse_port(bool)(False)\n | Whether or not to set the SO_REUSEPORT\n | socket option. Interesting when starting\n | multiple instances and allow them to bind\n | to the same port.\n | Requires Linux kernel >= 3.9\n\n Queues:\n\n - outbox\n | Data coming from the outside world.\n\n\n **delimiter**\n\n When no delimiter is defined, all incoming data between connect and\n disconnect is considered to be 1 event. When a delimiter is defined,\n multiple events are extracted out of a data stream using the defined\n delimiter. The module will check each line of data whether it ends with\n the delimiter. If not the line will be added to an internal buffer. If\n so, the delimiter will be stripped of and when there is data left, it will\n be added to the buffer after which the buffer will be flushed as one\n Wishbone message/event. The advantage is that a client can stay connected\n and stream data.\n\n Choosing \"\\n\" as a delimiter, which is the default, each new line is a new event.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/smetj/wishbone-input-tcp/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/smetj/wishbone-input-tcp", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "wishbone_input_tcp", "package_url": "https://pypi.org/project/wishbone_input_tcp/", "platform": "Linux", "project_url": "https://pypi.org/project/wishbone_input_tcp/", "project_urls": { "Download": "https://github.com/smetj/wishbone-input-tcp/tarball/master", "Homepage": "https://github.com/smetj/wishbone-input-tcp" }, "release_url": "https://pypi.org/project/wishbone_input_tcp/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A Wishbone module to receive data over a TCP socket.", "version": "1.0.0" }, "last_serial": 2033878, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c031c956780af3d16bc994536481d9fc", "sha256": "f55f79267720f60101779e57f7b11a0bb05ef42deaf7f8aa325e09e80b5a8d8f" }, "downloads": -1, "filename": "wishbone_input_tcp-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c031c956780af3d16bc994536481d9fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4217, "upload_time": "2016-03-29T13:45:42", "url": "https://files.pythonhosted.org/packages/12/59/6385f1b5d1f7f4dd06885b0776d894d070834d276749aaebf0d805174479/wishbone_input_tcp-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c031c956780af3d16bc994536481d9fc", "sha256": "f55f79267720f60101779e57f7b11a0bb05ef42deaf7f8aa325e09e80b5a8d8f" }, "downloads": -1, "filename": "wishbone_input_tcp-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c031c956780af3d16bc994536481d9fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4217, "upload_time": "2016-03-29T13:45:42", "url": "https://files.pythonhosted.org/packages/12/59/6385f1b5d1f7f4dd06885b0776d894d070834d276749aaebf0d805174479/wishbone_input_tcp-1.0.0.tar.gz" } ] }