{ "info": { "author": "Luka Boulagnon - Asphahyre", "author_email": "asphahyre@geluti.org", "bugtrack_url": null, "classifiers": [], "description": "## OpeningHours (python)\n\nThis module is a parser between the excellent [OpenStreetMap Opening Hour format](https://wiki.openstreetmap.org/wiki/Key:opening_hours) and python datetime objects.\n\n\n### Installation\n\n```\npip install opening_hours\n```\n\n### Usage\n\n```\nfrom opening_hours import OpeningHours\nfrom datetime import datetime\nimport pytz\n\n\noh = OpeningHours(\"2016 Mar: Mo-Sa 08:00-13:00,14:00-17:00\")\noh.is_open(datetime.now(pytz.timezone('Europe/Paris')))\n\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/anthill/Python_OpeningHours", "keywords": "OSM,OpenStreetMap,opening_hours", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "opening_hours", "package_url": "https://pypi.org/project/opening_hours/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/opening_hours/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/anthill/Python_OpeningHours" }, "release_url": "https://pypi.org/project/opening_hours/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper embedding the C_OpeningHours writing on my own, implementation of the opening hours standard as described here: https://wiki.openstreetmap.org/wiki/Key:opening_hours", "version": "0.1.1" }, "last_serial": 2487240, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "85f4bbb7447526a0d2225411430b1758", "sha256": "1aae9c9972c7bf4e2089f511c04fe1ed1059b8ca29ada3d8c4093b4154c84fac" }, "downloads": -1, "filename": "opening_hours-0.1.0.tar.gz", "has_sig": false, "md5_digest": "85f4bbb7447526a0d2225411430b1758", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1823, "upload_time": "2016-08-04T12:28:52", "url": "https://files.pythonhosted.org/packages/00/15/7b5c5f8d6cad3729e478ccd6a216eaf0770c18bdea15b616a672958ed0d9/opening_hours-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c9d8ea5683e93210ab5924a00b5ead25", "sha256": "f0531a4686494ed9218d356583edb3c1632d3aa593d291bf4f653bdbcb396c42" }, "downloads": -1, "filename": "opening_hours-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c9d8ea5683e93210ab5924a00b5ead25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1516, "upload_time": "2016-11-28T16:52:12", "url": "https://files.pythonhosted.org/packages/25/45/9a15b4c8b2901a78f72b071ad050bfc0d98adc9e0b1ecb9afc79f0750dc3/opening_hours-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c9d8ea5683e93210ab5924a00b5ead25", "sha256": "f0531a4686494ed9218d356583edb3c1632d3aa593d291bf4f653bdbcb396c42" }, "downloads": -1, "filename": "opening_hours-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c9d8ea5683e93210ab5924a00b5ead25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1516, "upload_time": "2016-11-28T16:52:12", "url": "https://files.pythonhosted.org/packages/25/45/9a15b4c8b2901a78f72b071ad050bfc0d98adc9e0b1ecb9afc79f0750dc3/opening_hours-0.1.1.tar.gz" } ] }