{ "info": { "author": "BlueDynamics Alliance", "author_email": "dev@bluedynamics.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope2", "Framework :: Zope :: 4", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "===========================\nProducts.DateRecurringIndex\n===========================\n\nA Zope 2 catalog index with support for indexing of recurring events, following\nthe icalendar standard. It is a drop-in replacement for the Zope2 DateIndex and\nwill produce the same results for non-recurring dates.\n\nThe DateRecurringIndex accepts following parameters:\n\nid\n Required. The name of the field or object attribute to be indexed.\n\nrecurdef\n Required. The name of the object attribute, which returns the icalendar\n rrule (recurrence rule) string.\n\nuntil\n Optional. The name of the objects attribute, which returns the date, until\n the recurrence should happen. The recurrence definition can also contain an\n UNTIL component. If both are defined, the recurrence calculation stops \n whenever the first until-date is met. If not given at all, there is a\n MAXCOUNT ceiling constant, defined in plone.event.recurrence, which defines\n the maximum number of occurences.\n\n\nDatetime.DateTime vs. datetime.datetime\n=======================================\n\nInside Zope2 everybody uses DateTime.DateTime or iow the Zope-DateTime. At time\nof writing Zope-DateTime (around 1998) there was no good date/time\nimplementation in python. But these days we have a better implementation.\nEven if the pythons datetime implementation has its problems, together with pytz\nfor timezone handling it is very mature.\n\nSo, why is it covered here? Just because dst-handling over recurring events works\nonly if the start and until values are non-naive python datetimes. Just keep it\nin mind when using this index: If you use recurring dates and you want\ndst-adjust make sure your implementation returns a python datetime. And also\nkeep in mind: If youre i.e. in Austria with CET timezone, add a recurring date:\nit will look fine to you, every day at 11:00am, doesnt matter if DST or not,\nyour event happens. If you go international and your event is shown in a\ndifferent timezone - or in the same in a country without DST at all - it might\ndiffer and is not always at the the time.\n\n\nContributions by\n----------------\nContributors, please add you name here! By doing this, you also state, that you\nhave signed the Plone Contributors Agreement [1][2]. Thanks!\n\n- Jens Klein, yenzenz (Original implementation)\n- Johannes Raggam, thet\n- Roman Joost, romanofski\n- Dorneles Tremea, Dorneles\n- Sean Upton, supton\n\n\n[1] http://plone.org/foundation/contributors-agreement/contributors-agreement-explained\n[2] http://plone.org/foundation/contributors-agreement/agreement.pdf/view\n\n\nChangelog\n=========\n\n3.0.1 (2019-10-03)\n------------------\n\n- remove unicode char from CONTRIBUTORS.rst\n [tkimnguyen]\n\n\n3.0.0 (2018-10-02)\n------------------\n\n- Python 3/ Zope 4 compatibility.\n [pbauer, jensens]\n\n- Code alignment to Products.ZCatalog 4.\n [thet]\n\n- PEP 8.\n [thet]\n\n\n2.1 (2014-03-02)\n----------------\n\n- Fix the manage template declaration and avoid the deprecation warnings on\n Zope startup.\n [thet]\n\n\n2.0.1 (2013-04-24)\n------------------\n\n- Licence and contributors updates.\n [jensens]\n\n\n2.0 (2012-10-12)\n----------------\n\n- Use tuple to store self._unindex (reverse index) values, instead of an\n IISet, allowing for proper sorting, intended to fix:\n https://github.com/collective/Products.DateRecurringIndex/issues/1\n For proper sorting, existing installations may wish to reindex any\n indexes installed in their catalog using DateRecurringIndex.\n [seanupton]\n\n2.0b3 (2012-03-02)\n------------------\n\n- Fixed broken manage template.\n [romanofski]\n\n- Added template to browse index contents.\n [romanofski]\n\n- Repackaging: Fixing MANIFEST.in and adding missing files.\n [thet]\n\n2.0b2 (2012-02-25)\n------------------\n\n- Repackaging: Adding a MANIFEST.in file.\n [thet]\n\n2.0b1 (2012-02-24)\n------------------\n\n- Refactoring to support recurrence calculations based on icalendar recurrence\n rules via plone.event.\n [thet]\n\n\n1.0 (2009-04-10)\n----------------\n\n- Initial release\n [jensens]\n\n\n=======\nLicense\n=======\n\nCopyright (c) 2008-2012, BlueDynamics Alliance, Austria and contributors.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n* Neither the name of the BlueDynamics Alliance nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY *BLUEDYNAMICS ALLIANCE AND CONTRIBUTORS* **AS IS** \nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE \nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE \nARE DISCLAIMED. IN NO EVENT SHALL *BLUEDYNAMICS ALLIANCE AND CONTRIBUTORS* BE \nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL \nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR \nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED \nAND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/Products.DateRecurringIndex", "keywords": "zope zope2 index catalog date recurring", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "Products.DateRecurringIndex", "package_url": "https://pypi.org/project/Products.DateRecurringIndex/", "platform": "", "project_url": "https://pypi.org/project/Products.DateRecurringIndex/", "project_urls": { "Homepage": "https://github.com/collective/Products.DateRecurringIndex" }, "release_url": "https://pypi.org/project/Products.DateRecurringIndex/3.0.1/", "requires_dist": [ "setuptools", "BTrees", "plone.event", "Products.ZCatalog", "ZODB", "zope.interface", "zope.schema", "pytz ; extra == 'test'", "plone.testing ; extra == 'test'" ], "requires_python": "", "summary": "Zope 2 date index with support for recurring events.", "version": "3.0.1" }, "last_serial": 5932119, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "fb2b91b56d1a310e4a05116656754ed0", "sha256": "561e81320f23d8049cb6460b63395811bfdf6f121cfe56c39e92e2634a682cf7" }, "downloads": -1, "filename": "Products.DateRecurringIndex-1.0.tar.gz", "has_sig": false, "md5_digest": "fb2b91b56d1a310e4a05116656754ed0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17257, "upload_time": "2009-04-10T15:58:22", "url": "https://files.pythonhosted.org/packages/4d/f5/2723a979e306b37e96816290208bf1bcf3d7911351483f301babdb2d2ca2/Products.DateRecurringIndex-1.0.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "90ad92bd915ddcf35e05f227321fa8e7", "sha256": "17e404cfab002ec0918a890a77e2508a82f49ddf49b8f2cbdd4ed8c9df48bcd7" }, "downloads": -1, "filename": "Products.DateRecurringIndex-2.0.tar.gz", "has_sig": false, "md5_digest": "90ad92bd915ddcf35e05f227321fa8e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11724, "upload_time": "2012-10-12T14:34:21", "url": "https://files.pythonhosted.org/packages/9d/3d/011b4a91110200964cd04e6727bd9a9e7a059b176b8a2964ff9cfa86b591/Products.DateRecurringIndex-2.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "54e379bee72aceb82d26d09302a1ca1f", "sha256": "ffe8bc344c8ffce8784d7df7ec62bc1e897fb4c06a3051ac3232b4fcc0af6419" }, "downloads": -1, "filename": "Products.DateRecurringIndex-2.0.1.tar.gz", "has_sig": false, "md5_digest": "54e379bee72aceb82d26d09302a1ca1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11329, "upload_time": "2013-04-24T10:37:10", "url": "https://files.pythonhosted.org/packages/0a/b7/016965743fa488f502aee37d0f6c2b1dbe4a19375256c8ae4ed015474fa2/Products.DateRecurringIndex-2.0.1.tar.gz" } ], "2.0b1": [ { "comment_text": "", "digests": { "md5": "7abb61116d64e2599fd18879d020e8da", "sha256": "624e29adb62137e3bde3d698214e0f09565932793c0e8ae07af2b0848a8adf77" }, "downloads": -1, "filename": "Products.DateRecurringIndex-2.0b1.tar.gz", "has_sig": false, "md5_digest": "7abb61116d64e2599fd18879d020e8da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6789, "upload_time": "2012-02-24T16:02:37", "url": "https://files.pythonhosted.org/packages/33/9e/ac5304ae3a204e070a0e896271a52c9cfdf0ce6373d09d3b097f8095213d/Products.DateRecurringIndex-2.0b1.tar.gz" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "8b5bea474da8049ddb04a4a6d7ad3bb8", "sha256": "ad8870f5f26b3c09e8f57c9377d944c6796300981f7e44c0949df6d7397afc77" }, "downloads": -1, "filename": "Products.DateRecurringIndex-2.0b2.tar.gz", "has_sig": false, "md5_digest": "8b5bea474da8049ddb04a4a6d7ad3bb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7698, "upload_time": "2012-02-25T03:25:19", "url": "https://files.pythonhosted.org/packages/09/03/fa9c2d67b91c283297081cd429b5c931b276d53864059f0f6e9ae774f9f6/Products.DateRecurringIndex-2.0b2.tar.gz" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "e9a7dc739cef066b34aaa6ea0b9e4860", "sha256": "4dcc2e36ff11084fd6a524faf1dcdcd1bf71d08938eeebd6f03100118e6cea5d" }, "downloads": -1, "filename": "Products.DateRecurringIndex-2.0b3.tar.gz", "has_sig": false, "md5_digest": "e9a7dc739cef066b34aaa6ea0b9e4860", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11802, "upload_time": "2012-03-02T15:43:40", "url": "https://files.pythonhosted.org/packages/50/5d/b0a7b10947513348a8c0a46c8d8f777741308a304e0b261e04070ac74e6e/Products.DateRecurringIndex-2.0b3.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "8459701ba44687d7d257224eb4f29376", "sha256": "b9a5ab576c45c7ad95db1951fb8e56537707ebe82bbe32899ce2d28a61ef180c" }, "downloads": -1, "filename": "Products.DateRecurringIndex-2.1.zip", "has_sig": false, "md5_digest": "8459701ba44687d7d257224eb4f29376", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20469, "upload_time": "2014-03-02T16:29:57", "url": "https://files.pythonhosted.org/packages/cf/18/4959bf3e72720e107998975f2c14f61de9f035388557ffd756154f0d6f0e/Products.DateRecurringIndex-2.1.zip" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "46346775dcc9b5b93d06b5268a97c3bc", "sha256": "3135fc1f09b82e5ee83a47ea46248134c5f038a7e6633eb32fa9be253c41a83c" }, "downloads": -1, "filename": "Products.DateRecurringIndex-3.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "46346775dcc9b5b93d06b5268a97c3bc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 11473, "upload_time": "2018-10-02T10:20:59", "url": "https://files.pythonhosted.org/packages/bc/06/8cf4525e5a90e9fa4446e753c6dcad9c64f523a8eefd257e6d81394ce9f4/Products.DateRecurringIndex-3.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "673eabd33abdb27c676068581b083226", "sha256": "53a032cfc00a4b785b9a7e6e84ac870d5ef4d27de69a53a2b5f41c026e3b37df" }, "downloads": -1, "filename": "Products.DateRecurringIndex-3.0.0.tar.gz", "has_sig": false, "md5_digest": "673eabd33abdb27c676068581b083226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9453, "upload_time": "2018-10-02T10:21:01", "url": "https://files.pythonhosted.org/packages/c5/80/d48f20f5772e9584710ff8b939f41dabf9dc1d002fdbcda552c58068e75d/Products.DateRecurringIndex-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "d0826de19da830546df20a85e0f09129", "sha256": "cf471f239d24fe97c0959cd3dc0e5daed7cd480c9394182c6a263acd81e9993e" }, "downloads": -1, "filename": "Products.DateRecurringIndex-3.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d0826de19da830546df20a85e0f09129", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12556, "upload_time": "2019-10-05T14:10:45", "url": "https://files.pythonhosted.org/packages/fc/7b/f79181c474322905d096d319f2036df537529707c395730dade90b9d2f33/Products.DateRecurringIndex-3.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd6724a8a81b33b6792e8d9a178b1397", "sha256": "1c40f632f7b61aba05d1816935404887d0ebd030b68109c3cc67887e4d1e3df8" }, "downloads": -1, "filename": "Products.DateRecurringIndex-3.0.1.tar.gz", "has_sig": false, "md5_digest": "dd6724a8a81b33b6792e8d9a178b1397", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11201, "upload_time": "2019-10-05T14:10:47", "url": "https://files.pythonhosted.org/packages/60/96/66362e6e0db7b5badb40bf0a5703529de14085ad8869033ac98fdc8add37/Products.DateRecurringIndex-3.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d0826de19da830546df20a85e0f09129", "sha256": "cf471f239d24fe97c0959cd3dc0e5daed7cd480c9394182c6a263acd81e9993e" }, "downloads": -1, "filename": "Products.DateRecurringIndex-3.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d0826de19da830546df20a85e0f09129", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12556, "upload_time": "2019-10-05T14:10:45", "url": "https://files.pythonhosted.org/packages/fc/7b/f79181c474322905d096d319f2036df537529707c395730dade90b9d2f33/Products.DateRecurringIndex-3.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dd6724a8a81b33b6792e8d9a178b1397", "sha256": "1c40f632f7b61aba05d1816935404887d0ebd030b68109c3cc67887e4d1e3df8" }, "downloads": -1, "filename": "Products.DateRecurringIndex-3.0.1.tar.gz", "has_sig": false, "md5_digest": "dd6724a8a81b33b6792e8d9a178b1397", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11201, "upload_time": "2019-10-05T14:10:47", "url": "https://files.pythonhosted.org/packages/60/96/66362e6e0db7b5badb40bf0a5703529de14085ad8869033ac98fdc8add37/Products.DateRecurringIndex-3.0.1.tar.gz" } ] }