{ "info": { "author": "Robert Brewer", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "The recur module provides iterators for datetime objects. Recurrence patterns\r\ncan be provided in natural language strings like \"every 3 days\" or \"Sept 14\"\r\n(currently, only a English Locale is provided). For example, this code:\r\nd = recur.Recurrence(datetime.date(1999, 11, 28), \"-5 each month\")\r\nWill make \"d\" an iterator, producing datetime.date objects starting with\r\ndatetime.date(1999, 12, 26), and then proceeding to the fifth-from-last date of\r\neach succeeding month.\r\n\r\nThe recur module now includes a Worker class, which spawns new threads as needed\r\nto accomplish recurring tasks. Subclass it and override its \"work\" method. You\r\ncan set its \"paused\" and \"terminated\" attributes to True/False as needed to\r\nmanage a recurring task.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "Elvelind Grandin", "maintainer_email": "elvelind@gmail.com", "name": "Recur", "package_url": "https://pypi.org/project/Recur/", "platform": "", "project_url": "https://pypi.org/project/Recur/", "project_urls": null, "release_url": "https://pypi.org/project/Recur/r105/", "requires_dist": null, "requires_python": null, "summary": "Iterators for datetime objects.", "version": "r105" }, "last_serial": 785514, "releases": { "r105": [ { "comment_text": "", "digests": { "md5": "082008d4ee0b6d9744bf69cadaa5a702", "sha256": "c01a5674902b5d9621fc9276a1e4cf983b3edb5a2db1088ad2c2a07dac117b89" }, "downloads": -1, "filename": "recur-r105-py2.4.egg", "has_sig": false, "md5_digest": "082008d4ee0b6d9744bf69cadaa5a702", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 19529, "upload_time": "2007-06-14T18:18:01", "url": "https://files.pythonhosted.org/packages/98/41/f52f26879ecabea78ce7e744fa355daa11f9c2505930f14f0a6ab6a303bf/recur-r105-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8bac99901694a78dd5589e053cdc8486", "sha256": "a1b6f7d372c5293107c331c412e72c1cdedc108143124b7c7bd814bbc42c6c4e" }, "downloads": -1, "filename": "recur-r105.tar.gz", "has_sig": false, "md5_digest": "8bac99901694a78dd5589e053cdc8486", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8834, "upload_time": "2007-06-14T18:49:29", "url": "https://files.pythonhosted.org/packages/a3/b7/cc8d22fefcd5724a3c8347ab451d2ea6c1efc2290654e670e38468b66574/recur-r105.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "082008d4ee0b6d9744bf69cadaa5a702", "sha256": "c01a5674902b5d9621fc9276a1e4cf983b3edb5a2db1088ad2c2a07dac117b89" }, "downloads": -1, "filename": "recur-r105-py2.4.egg", "has_sig": false, "md5_digest": "082008d4ee0b6d9744bf69cadaa5a702", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 19529, "upload_time": "2007-06-14T18:18:01", "url": "https://files.pythonhosted.org/packages/98/41/f52f26879ecabea78ce7e744fa355daa11f9c2505930f14f0a6ab6a303bf/recur-r105-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8bac99901694a78dd5589e053cdc8486", "sha256": "a1b6f7d372c5293107c331c412e72c1cdedc108143124b7c7bd814bbc42c6c4e" }, "downloads": -1, "filename": "recur-r105.tar.gz", "has_sig": false, "md5_digest": "8bac99901694a78dd5589e053cdc8486", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8834, "upload_time": "2007-06-14T18:49:29", "url": "https://files.pythonhosted.org/packages/a3/b7/cc8d22fefcd5724a3c8347ab451d2ea6c1efc2290654e670e38468b66574/recur-r105.tar.gz" } ] }