{ "info": { "author": "Motoki Naruse", "author_email": "motoki@naru.se", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries" ], "description": "BraCon\n######\n\nThis library is Branch and Confluence. You can have consecutive another process.\n\n.. code-block::\n\n timeline >-------------------------------->\n\n main process o---o---o---o---o---o---o---o---o\n \\ \\ \\\n sub process o-------o-----------o\n\nRequirements\n============\n\n* Python3\n\nQuick Example\n=============\n\n.. code-block:: python\n\n import bracon\n\n b = bracon.Bracon()\n b.add(lambda x: \"Hello\")\n b.add(lambda x: x * 2)\n b.add(lambda x: print(\"print from sub process\", x))\n print(\"print from main process\")\n\nWhen you run this script, you will get:\n\n.. code-block::\n\n print from main process\n print from sub process HelloHello\n\nBut if you copy and paste on your python shell one by one, you will get:\n\n.. code-block::\n\n print from sub process HelloHello\n print from main process\n\nSometime main is called fist, sometime sub is called first. That's why BraCon runs on another process.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/narusemotoki/bracon", "keywords": "reactive", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "bracon", "package_url": "https://pypi.org/project/bracon/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bracon/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/narusemotoki/bracon" }, "release_url": "https://pypi.org/project/bracon/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Branch and Confluence. You can have consecutive another process.", "version": "0.0.1" }, "last_serial": 2183457, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b1c0a64c2aa97b64b3eef81fe0017cfa", "sha256": "ac7ac0c840670fa957c374a5a077616190c0e71d9fdb5c85b4d07a76871126be" }, "downloads": -1, "filename": "bracon-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b1c0a64c2aa97b64b3eef81fe0017cfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2370, "upload_time": "2016-06-23T14:26:47", "url": "https://files.pythonhosted.org/packages/fd/0f/c3f9a7ea32956aaa2fbbad32dbd01959a6fec34775131df6803c1164c171/bracon-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1c0a64c2aa97b64b3eef81fe0017cfa", "sha256": "ac7ac0c840670fa957c374a5a077616190c0e71d9fdb5c85b4d07a76871126be" }, "downloads": -1, "filename": "bracon-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b1c0a64c2aa97b64b3eef81fe0017cfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2370, "upload_time": "2016-06-23T14:26:47", "url": "https://files.pythonhosted.org/packages/fd/0f/c3f9a7ea32956aaa2fbbad32dbd01959a6fec34775131df6803c1164c171/bracon-0.0.1.tar.gz" } ] }