opening-hours-rs
opening-hours-rs copied to clipboard
A parser for the opening_hours fields from OpenStreetMap.
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
As stated in the title, for some reason it works at ubuntu 22.04, but does not python:3.10-alpine or python:3.11-alpine. Same amd64 maschine, same error as in issue #30 : ```...
I'm trying to use the python package. When I'm handling a time string with open end (like `Mo-Su 11:30+`) I get a SyntaxError. ``` SyntaxError: could not parse expression: using...
When passing timezone-aware `start` and/or `end` to the `.intervals()` function the returned datetime objects are not timezone aware: ```python >> from opening_hours import OpeningHours >> from datetime import datetime, timedelta...
When attempting to run the following code: ```python from opening_hours import OpeningHours s = "Apr 1 - Nov 3 00:00-24:00; PH off" oh = OpeningHours(s) ``` I get the following...
Is it possible to use this library to compare whether two opening hours strings have effectively the same meaning? I wanted to use this for import verification/checking but it seems...
## 📋 Before Merge Checklist 1. [x] I have chosen a new version number with respect to [semver](https://semver.org/) 2. [x] I have updated the version in these files consistently: *Cargo.toml*,...
## 📋 Before Merge Checklist 1. [ ] I have chosen a new version number with respect to [semver](https://semver.org/) 2. [ ] I have updated the version in these files...