{ "info": { "author": "Nathan Van Gheem", "author_email": "vangheem@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "js.bootstrapdatepicker\n**********************\n\nThis library packages `Bootstrap Datepicker`_ for `fanstatic`_. It is aware\nof different modes (normal, minified).\n\n.. _`fanstatic`: http://fanstatic.org\n.. _`Bootstrap Datepicker`: http://www.eyecon.ro/bootstrap-datepicker/\n\nThis requires integration between your web framework and ``fanstatic``,\nand making sure that the original resources (shipped in the ``resources``\ndirectory in ``js.bootstrapdatepicker``) are published to some URL.\n\nHow to use?\n===========\n\nYou can import the Bootstrap Datepicker from ``js.bootstrapdatepicker`` and\n``need`` it where you want these resources to be included on a page::\n\n >>> from js.bootstrapdatepicker import bootstrapdatepicker\n >>> bootstrapdatepicker.need()\n\n\nLocales\n=======\n\nAlso included are locales for the bootstrap datepicker.\n\nHow to get the right locale for the current request depends on your web framework.\nIn `Pyramid`_ you could e.g. do something like this::\n\n from js.bootstrapdatepicker import bootstrapdatepicker_locales\n from pyramid.i18n import get_locale_name\n\n locale_name = get_locale_name(request)\n if locale_name in bootstrapdatepicker_locales:\n bootstrapdatepicker_locales[locale_name].need()\n\n.. _`Pyramid`: http://www.pylonsproject.org\n\nCHANGES\n*******\n\n1.1.3 (2016-02-27)\n==================\n\n- Now uses the more advanced and up to date version from http://eternicode.github.io/bootstrap-datepicker/ from 1.1.3 release.\n- Added minified JS version.\n- Added i18n JS files.\n\n1.0 (2012-09-25)\n================\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/js.bootstrapdatepicker", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vangheem/js.bootstrapdatepicker", "keywords": "fanstatic bootstrap date widget", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "js.bootstrapdatepicker", "package_url": "https://pypi.org/project/js.bootstrapdatepicker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/js.bootstrapdatepicker/", "project_urls": { "Download": "https://pypi.python.org/pypi/js.bootstrapdatepicker", "Homepage": "https://github.com/vangheem/js.bootstrapdatepicker" }, "release_url": "https://pypi.org/project/js.bootstrapdatepicker/1.1.3/", "requires_dist": null, "requires_python": null, "summary": "Fanstatic packaging of bootstrap-datepicker.js.", "version": "1.1.3" }, "last_serial": 1979582, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "857a6ced69ac45fa7ff38c67673ab343", "sha256": "7549a9bd9c36dba11dcb1bc5843c7aadee929f9f2661f65125d03dc096cce9a0" }, "downloads": -1, "filename": "js.bootstrapdatepicker-1.0.zip", "has_sig": false, "md5_digest": "857a6ced69ac45fa7ff38c67673ab343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9433, "upload_time": "2012-09-25T15:05:18", "url": "https://files.pythonhosted.org/packages/fc/ed/855bb45e41cb1d7d1d29a9e6cb1f1398b3beaa981d343c1b841d2fef4a8d/js.bootstrapdatepicker-1.0.zip" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "c8accd768d4f951b1361c61963433412", "sha256": "443bf22ca082682a5e62df31d9019f0635f936319c82bac304879eff31c89ee3" }, "downloads": -1, "filename": "js.bootstrapdatepicker-1.1.3.zip", "has_sig": false, "md5_digest": "c8accd768d4f951b1361c61963433412", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81114, "upload_time": "2016-02-27T13:09:13", "url": "https://files.pythonhosted.org/packages/2c/fc/13eb1715d23de87a7809cacf299e79b39af8b7028488b0252cf2000550f9/js.bootstrapdatepicker-1.1.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c8accd768d4f951b1361c61963433412", "sha256": "443bf22ca082682a5e62df31d9019f0635f936319c82bac304879eff31c89ee3" }, "downloads": -1, "filename": "js.bootstrapdatepicker-1.1.3.zip", "has_sig": false, "md5_digest": "c8accd768d4f951b1361c61963433412", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81114, "upload_time": "2016-02-27T13:09:13", "url": "https://files.pythonhosted.org/packages/2c/fc/13eb1715d23de87a7809cacf299e79b39af8b7028488b0252cf2000550f9/js.bootstrapdatepicker-1.1.3.zip" } ] }