opening-hours 1.2.1

A parser and evaluation tool for the opening_hours fields in OpenStreetMap.
Documentation
[project]
name = "scripts"
version = "0.1.0"
description = ""
authors = [{name = "Rémi Dupré", email="remi+openinghours@dupre.io"}]
license = "MIT or Apache 2.0"
requires-python = "~=3.11"

dependencies = [
  "aiohttp (~=3.10)",
  "jinja2 (~=3.1)",
  "semantic-version (~=2.8.5)",
  "toml (~=0.10.2)",
  "typed-argument-parser (~=1.6.1)",
]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
package-mode = false