workalendar
workalendar copied to clipboard
Worldwide holidays and workdays computational toolkit.
2023 Seollal holiday in South Korea is missing observed day on 24th January 2023 **Resources:** Korea tourism organization - 2023 holidays - https://english.visitkorea.or.kr/enu/TRV/TV_ENG_1_1.jsp Public holidays law - https://www.law.go.kr/LSW/lsEfInfoP.do?lsiSeq=197878#
I get the response below when running in python 3.11 the following: ``` >>> cal = Cyprus() >>> cal.holidays(2023) [(datetime.date(2023, 1, 1), 'New year'), (datetime.date(2023, 1, 6), 'Epiphany'), (datetime.date(2023, 2,...
refs # For information, read and make sure you're okay with the [Contributing guidelines](https://workalendar.github.io/workalendar/contributing.html#adding-new-calendars). - [v ] Tests with a significant number of years to be tested for your calendar....
For information, read and make sure you're okay with the [Contributing guidelines](https://workalendar.github.io/workalendar/contributing.html#adding-new-calendars). - [ ] Tests with a significant number of years to be tested for your calendar. - [x]...
In the [Brazil](https://github.com/workalendar/workalendar/blob/master/workalendar/america/brazil.py) file I would like to see a generic class for city. This generic class can be instancied with a string parameter and according to this parameter we...
refs # https://www.gov.za/about-sa/public-holidays
It would be useful to have a new property `include_queen_elizabeth_ii_holiday` in the UnitedKingdom calendar to include or exclude the State Funeral Bank Holiday (2022-09-19). Why is it useful? There are...
Hungary has rest days that depend on the year. They seem to be introduced to make 4-day weekends depending on how vacation days fall. The extra rest days are compensated...
Currently no support for Indian holidays.
I am a sloppy coder, sorry! Self-taught and a horrible mix between OOP and not. I needed to do two things... 1) Use a subset of holidays - specifically of...