{ "info": { "author": "BlueDynamics Alliance", "author_email": "dev@bluedynamics.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "This is a **datetime widget** for for `YAFOWIL \n`_ \n\nIt utilizes/integrates `jquery.ui.datepicker \n`_ for/in YAFOWIL providing a \ndatepicker function on a text input.\n\n- `Documentation `_\n- `DEMO - see it Live `_\n\n\nContributors\n============\n\n- Robert Niederrreiter\n\n- Georg Bernhard\n\nHistory\n=======\n\n1.11 (2018-11-07)\n-----------------\n\n- Add ``yafowil.common.generic_emptyvalue_extractor`` to ``time`` and\n ``datetime`` blueprints.\n [rnix]\n\n\n1.10 (2018-07-16)\n-----------------\n\n- Python 3 compatibility.\n [rnix]\n\n- Convert doctests to unittests.\n [rnix]\n\n\n1.9 (2017-03-10)\n----------------\n\n- Add dedicated Plone 5 related CSS.\n [rnix, 2017-03-06]\n\n- Introduce dedicated ``timeinput_class`` and ``dateinput_class`` widget\n properties. Used for CSS styling. Styling was previously bound to\n ``datepicker_class`` and ``timepicker_class`` class, but these are skipped\n if no date and timepicker widgets should be displayed.\n [rnix, 2017-03-06]\n\n- Change default ``datetime.delimiter`` to ``.``.\n [rnix, 2017-03-06]\n\n- Change default ``datetime.format`` to ``%Y.%m.%d %H:%M``.\n [rnix, 2017-03-06]\n\n\n1.8 (2017-03-01)\n----------------\n\n- Add dedicated CSS for ``plone5`` theme provided by ``yafowil.plone``.\n [rnix, 2016-06-28]\n\n- Use ``yafowil.utils.entry_point`` decorator.\n [rnix, 2016-06-28]\n\n\n1.7.1 (2015-06-25)\n------------------\n\n- Resolve JSHint errors and warnings.\n [thet]\n\n\n1.7 (2015-01-23)\n----------------\n\n- Remove calendar icon.\n [rnix, 2014-07-29]\n\n- Update jquery UI datepicker to 1.10.3 and use latest jquery ui boostrap\n styles.\n [rnix, 2014-07-05]\n\n\n1.6 (2014-06-03)\n----------------\n\n- Add translations, package depends now ``yafowil`` >= 2.1\n [rnix, 2014-04-30]\n\n\n1.5.2\n-----\n\n- Restrict timepicker binding to context\n [rnix, 2014-03-19]\n\n1.5.1\n-----\n\n- Time blueprint example.\n [rnix, 2012-11-03]\n\n1.5\n---\n\n- use ``yafowil.utils.attr_value`` wherever possible.\n [rnix, 2012-10-25]\n\n- Add ``time`` blueprint.\n [rnix, 2012-10-23]\n\n1.4\n---\n\n- Adopt resource providing\n [rnix, 2012-06-12]\n\n- Add example widget\n [rnix, 2012-06-12]\n\n1.3\n---\n\n- Sanitize formatting of date: iso always uses dash now, defaults to\n international iso format using dash.\n [jensens, 2012-05-09]\n\n- property ``format`` can be callable now. Expect to returns formatted date.\n properties ``delimiter``, ``time``, ``tzinfo`` or ``locale`` can be callables\n too now. All callables taking ``widget, data`` as parameters.\n [jensens, 2012-05-09]\n\n- Add documentation for ``datetime`` blueprint properties.\n [rnix, 2012-04-17]\n\n- Add ``delimiter`` blueprint property.\n [rnix, 2012-04-17]\n\n1.2\n---\n\n- Add ``render_datetime_input`` and ``render_datetime_display`` helper\n functions. Useful for custom widgets with different data preperation.\n [rnix, 2012-03-06]\n\n- Modified to work with YAFOWIL 1.3\n [agitator, 2012-02-19]\n\n- Extend display renderer to wrap value like ``generic_display_renderer``.\n [rnix, 2011-12-18]\n\n- Add default css class to datetime blueprint.\n [rnix, 2011-12-18]\n\n- Add datepicker binder function to ``yafowil.widget.array`` hooks if found.\n [rnix, 2011-10-05]\n\n1.1\n---\n\n- Adopt to yafowil 1.2.\n [jensens, 2011-09-20]\n\n- Make ready for z2c.autoinclude+Plone (only if available).\n [jensens, 2011-09-20]\n\n1.0\n---\n\n- Add display renderer.\n [rnix, 2011-08-04]\n\n- Adopt to yafowil 1.1.\n [rnix, 2011-07-08]\n\n0.9.1\n-----\n\n- Test coverage.\n [rnix, 2011-05-07]\n\n0.9\n---\n\n- Made it work.\n [rnix]\n\nLicense\n=======\n\nCopyright (c) 2010-2018, BlueDynamics Alliance, Austria, Germany, Switzerland\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 notice, this \n list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, this \n list of conditions and the following disclaimer in the documentation and/or \n other materials provided with the distribution.\n* Neither the name of the BlueDynamics Alliance nor the names of its \n contributors may be used to endorse or promote products derived from this \n software without specific prior written permission.\n \nTHIS SOFTWARE IS PROVIDED BY BlueDynamics Alliance ``AS IS`` AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL BlueDynamics Alliance BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON 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", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/yafowil.widget.datetime", "keywords": "", "license": "Simplified BSD", "maintainer": "", "maintainer_email": "", "name": "yafowil.widget.datetime", "package_url": "https://pypi.org/project/yafowil.widget.datetime/", "platform": "", "project_url": "https://pypi.org/project/yafowil.widget.datetime/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/yafowil.widget.datetime" }, "release_url": "https://pypi.org/project/yafowil.widget.datetime/1.11/", "requires_dist": null, "requires_python": "", "summary": "Datetime Widget for YAFOWIL", "version": "1.11" }, "last_serial": 4460388, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "f79b98dcbf3989940aafe1e27fd7518c", "sha256": "057450343df6b3b06a5d0c8b9db3a536b0bb9e5259991e7667b354fe072850c2" }, "downloads": -1, "filename": "yafowil.widget.datetime-0.9.tar.gz", "has_sig": false, "md5_digest": "f79b98dcbf3989940aafe1e27fd7518c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7364, "upload_time": "2011-02-07T18:16:26", "url": "https://files.pythonhosted.org/packages/b1/7d/e43137e6fcee73729c61f1d81ee67db5a085eeacebccb01053941b7913a0/yafowil.widget.datetime-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "0115359f377f5515a2e965c18f4170bf", "sha256": "a6cd8960155b31d855c5bb35941db9bef4dc117b65197b864f689c412a95e859" }, "downloads": -1, "filename": "yafowil.widget.datetime-0.9.1.tar.gz", "has_sig": false, "md5_digest": "0115359f377f5515a2e965c18f4170bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40657, "upload_time": "2011-05-08T09:57:30", "url": "https://files.pythonhosted.org/packages/2d/5e/dbccc48e400975738aa47e0a93afa9a6b8ed2aa5ef4a6ec7ee39d2526b84/yafowil.widget.datetime-0.9.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "82b15ce2cabb4b22f5f209b185c168f5", "sha256": "58633c04b493d8215d876ff946a0e4630410676f61d79868cf5d68ccd23f28ee" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.0.tar.gz", "has_sig": false, "md5_digest": "82b15ce2cabb4b22f5f209b185c168f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41572, "upload_time": "2011-08-05T20:59:06", "url": "https://files.pythonhosted.org/packages/05/3e/9e8586118027ebe3b812eaf2cb1db1ef8f0278710f06d9afab153d0f95ce/yafowil.widget.datetime-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "b3ed9a857ed4784029389d4dabed14ff", "sha256": "abf4ddba7820b0ba17bcf8367a5014c786e10522023e8e85b36ae213041fdadb" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.1.tar.gz", "has_sig": false, "md5_digest": "b3ed9a857ed4784029389d4dabed14ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41214, "upload_time": "2011-09-20T13:41:51", "url": "https://files.pythonhosted.org/packages/8f/63/bd8101089b529c60ef4d9f44582b0bfd662696111973a46dbd3c2312d0b3/yafowil.widget.datetime-1.1.tar.gz" } ], "1.10": [ { "comment_text": "", "digests": { "md5": "5132806b4dda1825117b09cc91627a6f", "sha256": "9b9ef8c84298e9da59a5b86ed9c63ae3e9ee7855decf690a063711832a8bf4cc" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.10.tar.gz", "has_sig": false, "md5_digest": "5132806b4dda1825117b09cc91627a6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65730, "upload_time": "2018-07-16T13:56:44", "url": "https://files.pythonhosted.org/packages/39/da/1435b464da258bc7447c82215cdaf96c9c1d497c81ff1a5a3c316766b89a/yafowil.widget.datetime-1.10.tar.gz" } ], "1.11": [ { "comment_text": "", "digests": { "md5": "3dd97d795b5f0a7781ee7c8173aa635f", "sha256": "59dee73234987cc8bd9495c6c759e4554aa2504f89360db2c159176d72a34c81" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.11.tar.gz", "has_sig": false, "md5_digest": "3dd97d795b5f0a7781ee7c8173aa635f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65999, "upload_time": "2018-11-07T07:51:57", "url": "https://files.pythonhosted.org/packages/19/1e/cb2e4ed9792ceb079c28d5a4769543e9b67af5f3b48a4c2c4c870de6a471/yafowil.widget.datetime-1.11.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "ab2d2b5fa3a8cab1a5e7a10de1b4d4e7", "sha256": "166da6cb27ca98393fae9644ee87527cd2e7ca87ba088ef8fa03f47c7718ee11" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.2.tar.gz", "has_sig": false, "md5_digest": "ab2d2b5fa3a8cab1a5e7a10de1b4d4e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20846, "upload_time": "2012-03-19T09:49:21", "url": "https://files.pythonhosted.org/packages/55/45/62a9b7968b7e310a68eacedcbf7e112ff1934b3300da3242927e636e9bab/yafowil.widget.datetime-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "756d933d315470f00d86b63f7314eef6", "sha256": "3e8b02c265d979b10a92c9b7ffaefe46c4c90e33d84c25a02616266329097f0a" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.3.tar.gz", "has_sig": false, "md5_digest": "756d933d315470f00d86b63f7314eef6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21511, "upload_time": "2012-05-30T10:17:25", "url": "https://files.pythonhosted.org/packages/b3/8d/389aa01b6d20ad4d341d4514282adb0ddbe7b9206a026cc789b470d7b14d/yafowil.widget.datetime-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "53a17b20f607f12e5ab886b113941831", "sha256": "e9425d6ff7e87ebe6bea91d2edb0089f446aafe6d466e10e5a970096f9691378" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.4.tar.gz", "has_sig": false, "md5_digest": "53a17b20f607f12e5ab886b113941831", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36952, "upload_time": "2012-10-10T13:01:52", "url": "https://files.pythonhosted.org/packages/d9/7c/2d9d6f9817b73d1ded9d3b5f0a9cf1263af3dcfaa340d5c0dbf79f327613/yafowil.widget.datetime-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "e61c73d2fb037b2d42fbc5a48a407954", "sha256": "036fc2e4858f9f6105ef1dca33ccd08de7989454873914de120f287ce4f9d04b" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.5.tar.gz", "has_sig": false, "md5_digest": "e61c73d2fb037b2d42fbc5a48a407954", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41574, "upload_time": "2012-10-29T07:54:44", "url": "https://files.pythonhosted.org/packages/71/00/664afd154c8a7fff2e8c64e1ab36ebe10bf5d0f88f423e260fd211ec4d94/yafowil.widget.datetime-1.5.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "218e81d03a42178917859ad66ce1d08b", "sha256": "97411ef3e03265d4d20bce883b52f95732f5188003352737b80adf5971c8cecf" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.5.1.tar.gz", "has_sig": false, "md5_digest": "218e81d03a42178917859ad66ce1d08b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41729, "upload_time": "2012-11-03T09:18:11", "url": "https://files.pythonhosted.org/packages/d2/cd/0d5c80377a3e91c020319a504e38f924378604c3790b60331f9e699672a7/yafowil.widget.datetime-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "151469f563ebc04c4f7224cd310b9898", "sha256": "6602286baaade03e7f9c6e4fecf4eb469517a9240245713ebd31186ecf5a4ad8" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.5.2.tar.gz", "has_sig": false, "md5_digest": "151469f563ebc04c4f7224cd310b9898", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40848, "upload_time": "2014-04-04T10:28:21", "url": "https://files.pythonhosted.org/packages/a4/34/6672b828946dfd088093746c241be9e2b2178029f9734b057325f1487ac6/yafowil.widget.datetime-1.5.2.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "bab64a31647d9e73897bc87c6bf933bc", "sha256": "d2a34111c5eec6b7c1663606cea9f386f44130cb600aaf1704e1ec1bcf04636c" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.6.tar.gz", "has_sig": false, "md5_digest": "bab64a31647d9e73897bc87c6bf933bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41987, "upload_time": "2014-06-03T21:55:59", "url": "https://files.pythonhosted.org/packages/d8/00/2d9a17fed31ee430da9c1fa98ed1bfa1581246ff7a72558830d2da26adb1/yafowil.widget.datetime-1.6.tar.gz" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "90ef314c215d005f93f31130cf3c0507", "sha256": "769519c316e61accf165b200e7b9b5c685f271e44fd8f21f5b204c16831b12cc" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.7.tar.gz", "has_sig": false, "md5_digest": "90ef314c215d005f93f31130cf3c0507", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61787, "upload_time": "2015-01-23T15:43:31", "url": "https://files.pythonhosted.org/packages/5b/e0/cd724426749f1a9857a2525404c06c2f2c3965e1346aa7001309a8e1195d/yafowil.widget.datetime-1.7.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "0ff523c4e8b77051ab50aca7fd8081b8", "sha256": "47d934670fc6fd4b9a5f708c7a2c73ce8f3bea82af2a7631ccaf6e5b88ed07ce" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.7.1.tar.gz", "has_sig": false, "md5_digest": "0ff523c4e8b77051ab50aca7fd8081b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59989, "upload_time": "2015-06-25T13:58:12", "url": "https://files.pythonhosted.org/packages/f1/bf/83dacda9c7642d9583af55d74bf0811d009d53a51438a05dc2840a068c64/yafowil.widget.datetime-1.7.1.tar.gz" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "faa4e309474804495d6cfdd09be861e8", "sha256": "9f07d19e9b3442e85923445a84b429165db2c67f2927b0b44bbbf84f8b11b2df" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.8.tar.gz", "has_sig": false, "md5_digest": "faa4e309474804495d6cfdd09be861e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 63771, "upload_time": "2017-03-01T10:25:35", "url": "https://files.pythonhosted.org/packages/a7/33/16cdde28f80eec6950890ad1e7aa4d8b60febcbfa596b72eae550a2d0724/yafowil.widget.datetime-1.8.tar.gz" } ], "1.9": [ { "comment_text": "", "digests": { "md5": "ac95388a7bc6a5d300e1d5f26ea9e29a", "sha256": "ce8331a1896e40414895da68d4ca31166b4661cbae246942bbdd4140bb0f38bb" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.9.tar.gz", "has_sig": false, "md5_digest": "ac95388a7bc6a5d300e1d5f26ea9e29a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61791, "upload_time": "2017-03-10T11:08:58", "url": "https://files.pythonhosted.org/packages/01/5e/47f55ddbeda4699617df6f197a7bbbbb978c440e4972e85f085a404ccb5e/yafowil.widget.datetime-1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3dd97d795b5f0a7781ee7c8173aa635f", "sha256": "59dee73234987cc8bd9495c6c759e4554aa2504f89360db2c159176d72a34c81" }, "downloads": -1, "filename": "yafowil.widget.datetime-1.11.tar.gz", "has_sig": false, "md5_digest": "3dd97d795b5f0a7781ee7c8173aa635f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65999, "upload_time": "2018-11-07T07:51:57", "url": "https://files.pythonhosted.org/packages/19/1e/cb2e4ed9792ceb079c28d5a4769543e9b67af5f3b48a4c2c4c870de6a471/yafowil.widget.datetime-1.11.tar.gz" } ] }