{ "info": { "author": "Joshua R. English", "author_email": "Joshua.R.English@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development" ], "description": "==========\nCall Queue\n==========\n\nCall Queue provides a mixin class to store functions, methods, or any callable object\nwith the associated arguments and keyword arguments. \n\nEach Queuable object has a key, so queues can be separated by need.\n\nIt can be used directly::\n\n\t#!/usr/bin/env python\n\n\tfrom queueable import Queueable\n\n\tArthur = Queueable('human')\n\n\tTrillian = Queuable('human')\n\n\tFord = Queuable('alien')\n\n\tZaphod = Queueable('alien')\n\n\tdef drink_tea(response):\n\t\tprint \"This stuff {}\".format(response)\n\n\tArthur.queue(drink_tea, \"tastes filthy\") # Nothing happens\n\n\tFord.process_queue() # Nothing happens\n\n\tTrillian.process_queue() # runs the queued drink_tea function", "description_content_type": null, "docs_url": "https://pythonhosted.org/CallQueue/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://code.google.com/p/pycallqueue/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "CallQueue", "package_url": "https://pypi.org/project/CallQueue/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/CallQueue/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://code.google.com/p/pycallqueue/" }, "release_url": "https://pypi.org/project/CallQueue/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Store functions and methods for delayed callback", "version": "0.1.0" }, "last_serial": 1057068, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "446a825ede2ba20762fe54d3f52393ae", "sha256": "ad9f560fe73e27c1c3063f123b8a551986a158b874e46e2380e62a8cf895e880" }, "downloads": -1, "filename": "CallQueue-0.1.0.zip", "has_sig": false, "md5_digest": "446a825ede2ba20762fe54d3f52393ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3523, "upload_time": "2014-04-10T19:19:56", "url": "https://files.pythonhosted.org/packages/8f/2a/e31484c229cb8701d9364de05175858eea35d8999bb95bd481804e872f81/CallQueue-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "446a825ede2ba20762fe54d3f52393ae", "sha256": "ad9f560fe73e27c1c3063f123b8a551986a158b874e46e2380e62a8cf895e880" }, "downloads": -1, "filename": "CallQueue-0.1.0.zip", "has_sig": false, "md5_digest": "446a825ede2ba20762fe54d3f52393ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3523, "upload_time": "2014-04-10T19:19:56", "url": "https://files.pythonhosted.org/packages/8f/2a/e31484c229cb8701d9364de05175858eea35d8999bb95bd481804e872f81/CallQueue-0.1.0.zip" } ] }