{ "info": { "author": "Christy O'Reilly", "author_email": "christy@oreills.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Wraps pyres and APScheduler so tasks can be scheduled asynchronously\n\n\nExample usage:\n from pyres import ResQ\n from pyres_scheduler import PyresScheduler\n from pyres_scheduler.decorators import periodic_task, timedelta\n\n pyres_sched = PyresScheduler()\n resque = ResQ()\n pyres_sched.add_resque(resque)\n\n @periodic_task(priority='high', run_every=timedelta(seconds=60))\n def my_task():\n print 'Executing task'\n\n pyres_sched.start()\n pyres_sched.add_job(my_task)\n\n\nDue to the nature of pyres, functions must be available for import in order to\nenqueue them (i.e. you cannot enqueue functions defined in an interactive\nPython prompt, they must be saved and accessible to your pyres_worker)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/c-oreills/pyres-scheduler", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyres-scheduler", "package_url": "https://pypi.org/project/pyres-scheduler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyres-scheduler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/c-oreills/pyres-scheduler" }, "release_url": "https://pypi.org/project/pyres-scheduler/0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1" }, "last_serial": 347333, "releases": { "0.1": [] }, "urls": [] }