{ "info": { "author": "Andy Gayton", "author_email": "andy@thecablelounge.com", "bugtrack_url": null, "classifiers": [], "description": "|Vanilla| Welcome to Vanilla Bean!\n==================================\n\nObligatory Sinatra style (but concurrent!) micro-web framework for\n`Vanilla `__.\n\nExample\n-------\n\n.. code:: python\n\n h = vanilla.Hub()\n b = h.bean(port=8000)\n\n @b.get('/')\n def index(request):\n response = request.response()\n response.send('Hello ')\n h.sleep(1000)\n response.send('World\\n')\n\n.. figure:: https://github.com/cablehead/vanilla.bean/raw/master/docs/images/terminal.gif\n :alt: terminal\n\nWebsockets\n----------\n\n.. code:: python\n\n h = vanilla.Hub()\n b = h.bean(port=8000)\n\n @b.websocket('/echo')\n def echo(ws):\n while True:\n ws.send(ws.recv())\n\nInstallation\n------------\n\n::\n\n pip install vanilla.bean\n\n\n.. |Vanilla| image:: http://vanillapy.readthedocs.org/en/latest/_static/logo.png", "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/cablehead/vanilla.bean", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "vanilla.bean", "package_url": "https://pypi.org/project/vanilla.bean/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vanilla.bean/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cablehead/vanilla.bean" }, "release_url": "https://pypi.org/project/vanilla.bean/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Obligatory Sinatra style (but concurrent!) micro-web framework for Vanilla.", "version": "0.1.3" }, "last_serial": 1370542, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "da426fda10a25e42b7da414640cedd6e", "sha256": "47ab2eb422a458e1be1441ba69cb89a92579215bd86fc7849a21eaa899a34c80" }, "downloads": -1, "filename": "vanilla.bean-0.1.0.tar.gz", "has_sig": false, "md5_digest": "da426fda10a25e42b7da414640cedd6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2975, "upload_time": "2014-10-04T00:45:12", "url": "https://files.pythonhosted.org/packages/65/9b/67e9b431173c7605bea6e69382d8e1d56843b34fa15bec5742a67e4c970f/vanilla.bean-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e1634f9f9fa6e22518279ef136dc1eaf", "sha256": "87a0e92338076d0948fd0d4785dbaad86ef3b05d9092a26796bf87bdd0a24ae7" }, "downloads": -1, "filename": "vanilla.bean-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e1634f9f9fa6e22518279ef136dc1eaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3021, "upload_time": "2014-10-16T20:57:49", "url": "https://files.pythonhosted.org/packages/25/20/a327afec0e01be7e702ff1e5518f7306bfaa9d58c6011465a3093b07fb83/vanilla.bean-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c55e903d20af35d1adcd03503d00d65d", "sha256": "a08c66eb1d75301f8a736c683ce9a0a148f0c8ee75d948ca372f230834f5aa37" }, "downloads": -1, "filename": "vanilla.bean-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c55e903d20af35d1adcd03503d00d65d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3085, "upload_time": "2014-10-16T21:26:57", "url": "https://files.pythonhosted.org/packages/8d/ce/aa36b647c6e5e8be72cd596b0a1e62befe10410ae4fe96dbbf76ae8306ff/vanilla.bean-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "18ebd03e4a5f786701f2ae62612fce86", "sha256": "0d74b8ce66de0284be64004c40f595f74e3c17caea53db7b9d391ad7828e219a" }, "downloads": -1, "filename": "vanilla.bean-0.1.3.tar.gz", "has_sig": false, "md5_digest": "18ebd03e4a5f786701f2ae62612fce86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3316, "upload_time": "2015-01-05T01:06:38", "url": "https://files.pythonhosted.org/packages/49/3e/539c91a690897892fa344e9ce787e68a6dab1d0bc6ecc941f6316268110a/vanilla.bean-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18ebd03e4a5f786701f2ae62612fce86", "sha256": "0d74b8ce66de0284be64004c40f595f74e3c17caea53db7b9d391ad7828e219a" }, "downloads": -1, "filename": "vanilla.bean-0.1.3.tar.gz", "has_sig": false, "md5_digest": "18ebd03e4a5f786701f2ae62612fce86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3316, "upload_time": "2015-01-05T01:06:38", "url": "https://files.pythonhosted.org/packages/49/3e/539c91a690897892fa344e9ce787e68a6dab1d0bc6ecc941f6316268110a/vanilla.bean-0.1.3.tar.gz" } ] }