Skip to content

anthill/Python_OpeningHours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 28, 2016
2180e1c · Nov 28, 2016

History

11 Commits
Aug 9, 2016
Aug 9, 2016
Aug 9, 2016
Aug 9, 2016
Aug 24, 2016
Aug 9, 2016
Nov 28, 2016

Repository files navigation

OpeningHours (python)

This module is a parser between the excellent OpenStreetMap Opening Hour format and python datetime objects.

Installation

pip install opening_hours

Usage

from opening_hours import OpeningHours
from datetime import datetime
import pytz


oh = OpeningHours("2016 Mar: Mo-Sa 08:00-13:00,14:00-17:00")
oh.is_open(datetime.now(pytz.timezone('Europe/Paris')))