{ "info": { "author": "Shaun Duncan", "author_email": "shaun.duncan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Twisted", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Communications :: Chat :: Internet Relay Chat", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "helga-reminders\n===============\n\nA command plugin for scheduling one time or recurring reminders. Usage::\n\n helga (in ##(m|h|d) [on ] |at : [] [on ] [repeat ]|reminders list [channel]|reminders delete )\n\nEach reminder setting command acts as follows:\n\n``in ##(m|h|d) [on ] ``\n Schedule a message to appear in some number of minutes, hours, or days on the current channel.\n Optionally, ``on `` will set this reminder to occur on the specified channel. This is useful\n for setting channel reminders via a private message. For example::\n\n !in 8h on #work QUITTING TIME!\n\n``at : [] [on ] [repeat ]``\n Schedule a message to appear at a specific time in the future. ``on `` will set this reminder\n to occur on the specified channel, which is useful for setting channel reminders via a private message.\n If not specified, the default timezone is assumed to be UTC, otherwise a timezone such as\n 'US/Eastern' that can be recognized by pytz can be specified. Times must be in 24h clock format.\n For example::\n\n !at 17:00 US/Eastern on #work QUITTING TIME!\n\n You can also set these reminders to occur at repeating intervals in the future by specifying ``repeat``\n followed by a string of days of the week. For example::\n\n !at 17:00 US/Eastern on #work QUITTING TIME! repeat MTuWThF\n\n Valid days of the week are:\n\n * ``Su``: Sunday\n * ``M``: Monday\n * ``Tu``: Tuesday\n * ``W``: Wednesday\n * ``Th``: Thursday\n * ``F``: Friday\n * ``Sa``: Saturday\n\n``reminders list [channel]``\n List all of the reminders set to occur on the current channel. Specifying a channel name will list\n all the reminders set to occur on that channel.\n\n``reminders delete ``\n Delete a stored reminder with the given hash. Reminder hashes can be obtained using the\n ``reminders list`` command.\n\n.. important::\n\n This plugin requires database access\n\n\nSettings\n--------\n\n**TIMEZONE** The default timezone (default value is 'US/Eastern')\n\n\nLicense\n-------\n\nCopyright (c) 2015 Shaun Duncan\n\nLicensed under an `MIT`_ license.\n\n.. _`MIT`: https://github.com/shaunduncan/helga-reminders/blob/master/LICENSE\n", "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/shaunduncan/helga-reminders", "keywords": "helga reminders", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "helga-reminders", "package_url": "https://pypi.org/project/helga-reminders/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/helga-reminders/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/shaunduncan/helga-reminders" }, "release_url": "https://pypi.org/project/helga-reminders/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A helga command for scheduling one time or recurring reminders", "version": "0.1.1" }, "last_serial": 1448261, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3e4976df9dac2623bdf2dd4339331d65", "sha256": "a18a102b5fc1571a5e6022cbb3daf6ec69409882036c697333c5877317d863d9" }, "downloads": -1, "filename": "helga-reminders-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3e4976df9dac2623bdf2dd4339331d65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6887, "upload_time": "2015-03-04T20:26:23", "url": "https://files.pythonhosted.org/packages/e7/53/5b8d45ebccfbffbf955433aad5b5c0100e5e643011ccc7e454c1a2e59176/helga-reminders-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7d2ff465c462762f0ed5840e57404696", "sha256": "5a1c780089ecec4994fa7a68b063c77cd4202d11e32228d6f5e0b13d2a3a167b" }, "downloads": -1, "filename": "helga-reminders-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7d2ff465c462762f0ed5840e57404696", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6929, "upload_time": "2015-03-04T20:32:08", "url": "https://files.pythonhosted.org/packages/44/2e/dff90c149c669380fcd7d5a6412b21bbf4a28883089a6e53d5d33238b026/helga-reminders-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d2ff465c462762f0ed5840e57404696", "sha256": "5a1c780089ecec4994fa7a68b063c77cd4202d11e32228d6f5e0b13d2a3a167b" }, "downloads": -1, "filename": "helga-reminders-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7d2ff465c462762f0ed5840e57404696", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6929, "upload_time": "2015-03-04T20:32:08", "url": "https://files.pythonhosted.org/packages/44/2e/dff90c149c669380fcd7d5a6412b21bbf4a28883089a6e53d5d33238b026/helga-reminders-0.1.1.tar.gz" } ] }