Generate country, province, and state specific holiday sets on the fly
A fast, efficient Python library for generating country, province and state specific sets of holidays on the fly. It aims to make determining whether a specific date is a holiday as fast and flexible as possible. from datetime import date import holidays date(2015, 1, 1) in us_holidays # True date(2015, 1, 2) in us_holidays # False
$
pkg install py311-holidaysOrigin
devel/py-holidays
Size
721KiB
License
MIT
Maintainer
gmm@tutanota.com
Dependencies
1 packages
Required by
0 packages