{ "info": { "author": "Jiao Lin", "author_email": "jiao.lin@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Data stream model helps developers to build \"chains\" of connected \ncomputing nodes and run them. \nA computing node has input/ouput sockets, and the \"dsm runner\"\nis responsible to carry \"data streams\" through the \"chains\" \nand feed \"data streams\" to computing nodes.\n\nUsage:\n\n Please read the main function in Composite.py for an example.\n\nNotes:\n\n 1. Developers are responsible to \n * build computing nodes (with i/o sockets)\n 2 Developers or Users are responsible to\n * specify connections of computing nodes\n\nHints for developers:\n\n 1. Read tests in source codes to understand how to use dsm. \n Start with Composite.py and Runner.py is a good idea\n\nLimitations:\n 1. No loops are allowed.\n 2. Currently only a trivial implementation of \"runner\" exists. So data streams\n are limited in one physical machine.\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/danse-inelastic/dsm", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "danse.ins.dsm", "package_url": "https://pypi.org/project/danse.ins.dsm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/danse.ins.dsm/", "project_urls": { "Homepage": "https://github.com/danse-inelastic/dsm" }, "release_url": "https://pypi.org/project/danse.ins.dsm/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Data stream model", "version": "0.1.2" }, "last_serial": 1792185, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "aa816a5aed6e30393061ab8951804896", "sha256": "dd8ee433418672bd7b00cfd63fd6e8cd6f7f00c2b0cf519609e31d36b50930be" }, "downloads": -1, "filename": "danse.ins.dsm-0.1.1.tar.gz", "has_sig": false, "md5_digest": "aa816a5aed6e30393061ab8951804896", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4029, "upload_time": "2015-10-29T16:25:46", "url": "https://files.pythonhosted.org/packages/35/4e/e6c85dba4b245051b8b4e38aaab13d6bfafb59f2786b82159350ca337722/danse.ins.dsm-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "52365d8f0d1374a7bb0091bf4b718a67", "sha256": "3ac483bda458b77d45bf24bdeb118c011ff0149e60782c6d97aafd421e1c236b" }, "downloads": -1, "filename": "danse.ins.dsm-0.1.2.tar.gz", "has_sig": false, "md5_digest": "52365d8f0d1374a7bb0091bf4b718a67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4017, "upload_time": "2015-10-29T16:49:48", "url": "https://files.pythonhosted.org/packages/fb/94/07d30e0aabc9608acffe68230530ddadea34b2fc993489b175ed15bd1d36/danse.ins.dsm-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52365d8f0d1374a7bb0091bf4b718a67", "sha256": "3ac483bda458b77d45bf24bdeb118c011ff0149e60782c6d97aafd421e1c236b" }, "downloads": -1, "filename": "danse.ins.dsm-0.1.2.tar.gz", "has_sig": false, "md5_digest": "52365d8f0d1374a7bb0091bf4b718a67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4017, "upload_time": "2015-10-29T16:49:48", "url": "https://files.pythonhosted.org/packages/fb/94/07d30e0aabc9608acffe68230530ddadea34b2fc993489b175ed15bd1d36/danse.ins.dsm-0.1.2.tar.gz" } ] }