holidays 0.70__py3-none-any.whl → 0.72__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- holidays/__init__.py +1 -2
- holidays/calendars/__init__.py +1 -1
- holidays/calendars/balinese_saka.py +1 -1
- holidays/calendars/buddhist.py +5 -3
- holidays/calendars/chinese.py +101 -13
- holidays/calendars/custom.py +1 -1
- holidays/calendars/gregorian.py +1 -1
- holidays/calendars/hebrew.py +1 -1
- holidays/calendars/hindu.py +47 -3
- holidays/calendars/islamic.py +1 -1
- holidays/calendars/julian.py +1 -1
- holidays/calendars/julian_revised.py +1 -1
- holidays/calendars/persian.py +1 -1
- holidays/calendars/sinhala.py +1 -1
- holidays/calendars/thai.py +1 -1
- holidays/constants.py +1 -1
- holidays/countries/__init__.py +7 -1
- holidays/countries/afghanistan.py +1 -1
- holidays/countries/albania.py +2 -2
- holidays/countries/algeria.py +1 -1
- holidays/countries/american_samoa.py +2 -1
- holidays/countries/andorra.py +10 -1
- holidays/countries/angola.py +1 -1
- holidays/countries/antigua_and_barbuda.py +1 -1
- holidays/countries/argentina.py +5 -5
- holidays/countries/armenia.py +1 -1
- holidays/countries/aruba.py +1 -1
- holidays/countries/australia.py +16 -5
- holidays/countries/austria.py +3 -3
- holidays/countries/azerbaijan.py +1 -1
- holidays/countries/bahamas.py +1 -1
- holidays/countries/bahrain.py +1 -1
- holidays/countries/bangladesh.py +1 -1
- holidays/countries/barbados.py +1 -1
- holidays/countries/belarus.py +1 -1
- holidays/countries/belgium.py +1 -1
- holidays/countries/belize.py +1 -1
- holidays/countries/bolivia.py +23 -12
- holidays/countries/bosnia_and_herzegovina.py +5 -5
- holidays/countries/botswana.py +1 -1
- holidays/countries/brazil.py +3 -4
- holidays/countries/brunei.py +1 -1
- holidays/countries/bulgaria.py +1 -1
- holidays/countries/burkina_faso.py +1 -1
- holidays/countries/burundi.py +1 -1
- holidays/countries/cambodia.py +22 -22
- holidays/countries/cameroon.py +1 -1
- holidays/countries/canada.py +91 -57
- holidays/countries/chad.py +1 -1
- holidays/countries/chile.py +36 -18
- holidays/countries/china.py +1 -1
- holidays/countries/colombia.py +1 -1
- holidays/countries/congo.py +1 -1
- holidays/countries/costa_rica.py +1 -1
- holidays/countries/croatia.py +1 -1
- holidays/countries/cuba.py +1 -1
- holidays/countries/curacao.py +1 -1
- holidays/countries/cyprus.py +1 -1
- holidays/countries/czechia.py +1 -1
- holidays/countries/denmark.py +1 -1
- holidays/countries/djibouti.py +1 -1
- holidays/countries/dominica.py +1 -1
- holidays/countries/dominican_republic.py +1 -1
- holidays/countries/ecuador.py +1 -1
- holidays/countries/egypt.py +1 -1
- holidays/countries/el_salvador.py +18 -18
- holidays/countries/estonia.py +1 -1
- holidays/countries/eswatini.py +1 -1
- holidays/countries/ethiopia.py +43 -24
- holidays/countries/fiji.py +1 -1
- holidays/countries/finland.py +1 -1
- holidays/countries/france.py +4 -5
- holidays/countries/french_southern_territories.py +53 -0
- holidays/countries/gabon.py +1 -1
- holidays/countries/georgia.py +1 -1
- holidays/countries/germany.py +20 -21
- holidays/countries/ghana.py +1 -1
- holidays/countries/greece.py +1 -1
- holidays/countries/greenland.py +1 -1
- holidays/countries/guam.py +2 -1
- holidays/countries/guatemala.py +1 -1
- holidays/countries/guernsey.py +1 -1
- holidays/countries/guinea.py +1 -1
- holidays/countries/haiti.py +1 -1
- holidays/countries/honduras.py +1 -1
- holidays/countries/hongkong.py +2 -2
- holidays/countries/hungary.py +1 -1
- holidays/countries/iceland.py +1 -1
- holidays/countries/india.py +17 -11
- holidays/countries/indonesia.py +1 -1
- holidays/countries/iran.py +1 -1
- holidays/countries/ireland.py +1 -1
- holidays/countries/isle_of_man.py +1 -1
- holidays/countries/israel.py +1 -1
- holidays/countries/italy.py +1 -1
- holidays/countries/ivory_coast.py +5 -5
- holidays/countries/jamaica.py +1 -1
- holidays/countries/japan.py +1 -1
- holidays/countries/jersey.py +1 -1
- holidays/countries/jordan.py +1 -1
- holidays/countries/kazakhstan.py +1 -1
- holidays/countries/kenya.py +1 -1
- holidays/countries/kuwait.py +1 -1
- holidays/countries/kyrgyzstan.py +1 -1
- holidays/countries/laos.py +1 -1
- holidays/countries/latvia.py +1 -1
- holidays/countries/lesotho.py +1 -1
- holidays/countries/liechtenstein.py +1 -1
- holidays/countries/lithuania.py +1 -1
- holidays/countries/luxembourg.py +1 -1
- holidays/countries/macau.py +5 -5
- holidays/countries/madagascar.py +1 -1
- holidays/countries/malawi.py +1 -1
- holidays/countries/malaysia.py +26 -22
- holidays/countries/maldives.py +1 -1
- holidays/countries/malta.py +1 -1
- holidays/countries/marshall_islands.py +1 -1
- holidays/countries/mauritania.py +1 -1
- holidays/countries/mexico.py +1 -1
- holidays/countries/moldova.py +1 -1
- holidays/countries/monaco.py +1 -1
- holidays/countries/montenegro.py +1 -1
- holidays/countries/morocco.py +1 -1
- holidays/countries/mozambique.py +1 -1
- holidays/countries/namibia.py +1 -1
- holidays/countries/netherlands.py +1 -1
- holidays/countries/new_zealand.py +19 -19
- holidays/countries/nicaragua.py +19 -19
- holidays/countries/nigeria.py +1 -1
- holidays/countries/north_macedonia.py +1 -1
- holidays/countries/northern_mariana_islands.py +2 -1
- holidays/countries/norway.py +1 -1
- holidays/countries/oman.py +185 -0
- holidays/countries/pakistan.py +8 -1
- holidays/countries/palau.py +1 -1
- holidays/countries/panama.py +1 -1
- holidays/countries/papua_new_guinea.py +1 -1
- holidays/countries/paraguay.py +1 -1
- holidays/countries/peru.py +1 -1
- holidays/countries/philippines.py +1 -1
- holidays/countries/poland.py +1 -1
- holidays/countries/portugal.py +23 -25
- holidays/countries/puerto_rico.py +2 -1
- holidays/countries/qatar.py +1 -1
- holidays/countries/romania.py +1 -1
- holidays/countries/russia.py +1 -1
- holidays/countries/saint_kitts_and_nevis.py +1 -1
- holidays/countries/saint_lucia.py +1 -1
- holidays/countries/samoa.py +1 -1
- holidays/countries/san_marino.py +1 -1
- holidays/countries/sao_tome_and_principe.py +112 -0
- holidays/countries/saudi_arabia.py +1 -1
- holidays/countries/serbia.py +1 -1
- holidays/countries/seychelles.py +1 -1
- holidays/countries/sierra_leone.py +149 -0
- holidays/countries/singapore.py +5 -2
- holidays/countries/slovakia.py +1 -1
- holidays/countries/slovenia.py +1 -1
- holidays/countries/south_africa.py +1 -1
- holidays/countries/south_korea.py +17 -46
- holidays/countries/spain.py +43 -20
- holidays/countries/sri_lanka.py +1 -1
- holidays/countries/suriname.py +227 -0
- holidays/countries/sweden.py +1 -1
- holidays/countries/switzerland.py +61 -28
- holidays/countries/taiwan.py +3 -2
- holidays/countries/tanzania.py +1 -1
- holidays/countries/thailand.py +3 -3
- holidays/countries/timor_leste.py +1 -1
- holidays/countries/tonga.py +1 -1
- holidays/countries/trinidad_and_tobago.py +197 -0
- holidays/countries/tunisia.py +1 -1
- holidays/countries/turkey.py +1 -1
- holidays/countries/tuvalu.py +6 -6
- holidays/countries/ukraine.py +1 -1
- holidays/countries/united_arab_emirates.py +1 -1
- holidays/countries/united_kingdom.py +1 -1
- holidays/countries/united_states.py +62 -4
- holidays/countries/united_states_minor_outlying_islands.py +2 -1
- holidays/countries/united_states_virgin_islands.py +2 -1
- holidays/countries/uruguay.py +1 -1
- holidays/countries/uzbekistan.py +1 -1
- holidays/countries/vanuatu.py +1 -1
- holidays/countries/vatican_city.py +1 -1
- holidays/countries/venezuela.py +1 -1
- holidays/countries/vietnam.py +3 -2
- holidays/countries/zambia.py +1 -1
- holidays/countries/zimbabwe.py +1 -1
- holidays/deprecations/v1_incompatibility.py +1 -1
- holidays/financial/__init__.py +1 -1
- holidays/financial/brasil_bolsa_balcao.py +1 -1
- holidays/financial/european_central_bank.py +1 -1
- holidays/financial/ice_futures_europe.py +1 -1
- holidays/financial/ny_stock_exchange.py +1 -1
- holidays/groups/__init__.py +1 -1
- holidays/groups/balinese_saka.py +1 -1
- holidays/groups/buddhist.py +1 -1
- holidays/groups/chinese.py +6 -4
- holidays/groups/christian.py +1 -1
- holidays/groups/custom.py +1 -1
- holidays/groups/eastern.py +1 -1
- holidays/groups/hebrew.py +1 -1
- holidays/groups/hindu.py +45 -3
- holidays/groups/international.py +1 -1
- holidays/groups/islamic.py +11 -1
- holidays/groups/persian.py +1 -1
- holidays/groups/sinhala.py +1 -1
- holidays/groups/thai.py +6 -6
- holidays/helpers.py +1 -1
- holidays/holiday_base.py +32 -6
- holidays/ical.py +2 -2
- holidays/locale/am/LC_MESSAGES/ET.mo +0 -0
- holidays/locale/ar/LC_MESSAGES/CA.mo +0 -0
- holidays/locale/ar/LC_MESSAGES/ET.mo +0 -0
- holidays/locale/ar/LC_MESSAGES/OM.mo +0 -0
- holidays/locale/en_CA/LC_MESSAGES/CA.mo +0 -0
- holidays/locale/en_CI/LC_MESSAGES/CI.mo +0 -0
- holidays/locale/en_ET/LC_MESSAGES/ET.mo +0 -0
- holidays/locale/en_IN/LC_MESSAGES/IN.mo +0 -0
- holidays/locale/en_SL/LC_MESSAGES/SL.mo +0 -0
- holidays/locale/en_TT/LC_MESSAGES/TT.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/CA.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/CI.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/ET.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/IN.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/KH.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/OM.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/PK.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/SL.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/SR.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/ST.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/TF.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/TT.mo +0 -0
- holidays/locale/fr/LC_MESSAGES/CA.mo +0 -0
- holidays/locale/fr/LC_MESSAGES/TF.mo +0 -0
- holidays/locale/hi/LC_MESSAGES/IN.mo +0 -0
- holidays/locale/km/LC_MESSAGES/KH.mo +0 -0
- holidays/locale/nl/LC_MESSAGES/SR.mo +0 -0
- holidays/locale/pt_ST/LC_MESSAGES/ST.mo +0 -0
- holidays/locale/th/LC_MESSAGES/CA.mo +0 -0
- holidays/locale/th/LC_MESSAGES/KH.mo +0 -0
- holidays/locale/uk/LC_MESSAGES/TF.mo +0 -0
- holidays/locale/ur_PK/LC_MESSAGES/PK.mo +0 -0
- holidays/mixins.py +1 -1
- holidays/observed_holiday_base.py +6 -2
- holidays/registry.py +7 -1
- holidays/utils.py +61 -9
- holidays/version.py +2 -2
- {holidays-0.70.dist-info → holidays-0.72.dist-info}/METADATA +64 -16
- {holidays-0.70.dist-info → holidays-0.72.dist-info}/RECORD +254 -234
- {holidays-0.70.dist-info → holidays-0.72.dist-info}/WHEEL +1 -1
- holidays-0.70.dist-info/licenses/AUTHORS.md → holidays-0.72.dist-info/licenses/CONTRIBUTORS +4 -2
- {holidays-0.70.dist-info → holidays-0.72.dist-info}/licenses/LICENSE +1 -1
- {holidays-0.70.dist-info → holidays-0.72.dist-info}/top_level.txt +0 -0
holidays/countries/ethiopia.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
|
@@ -14,8 +14,9 @@ from calendar import isleap
|
|
|
14
14
|
from gettext import gettext as tr
|
|
15
15
|
|
|
16
16
|
from holidays.calendars import _CustomIslamicHolidays
|
|
17
|
-
from holidays.calendars.gregorian import JAN, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV
|
|
17
|
+
from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV
|
|
18
18
|
from holidays.calendars.julian import JULIAN_CALENDAR
|
|
19
|
+
from holidays.constants import PUBLIC, WORKDAY
|
|
19
20
|
from holidays.groups import ChristianHolidays, InternationalHolidays, IslamicHolidays
|
|
20
21
|
from holidays.holiday_base import HolidayBase
|
|
21
22
|
|
|
@@ -24,17 +25,24 @@ class Ethiopia(HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHol
|
|
|
24
25
|
"""Ethiopia holidays.
|
|
25
26
|
|
|
26
27
|
References:
|
|
28
|
+
* [Proclamation No. 29/1996](https://www.lawethiopia.com/images/federal_proclamation/proclamations_by_number/29.pdf)
|
|
29
|
+
* [Proclamation No. 1334/2024](https://lawethiopiacomment.wordpress.com/wp-content/uploads/2024/08/public-holiday-stamped.pdf)
|
|
30
|
+
* <https://www.edarabia.com/ethiopia/public-holidays/>
|
|
27
31
|
* <https://en.wikipedia.org/wiki/Public_holidays_in_Ethiopia>
|
|
32
|
+
* <https://en.wikipedia.org/wiki/Nations,_Nationalities_and_Peoples%27_Day>
|
|
33
|
+
* <https://www.timeanddate.com/holidays/ethiopia/>
|
|
28
34
|
"""
|
|
29
35
|
|
|
30
36
|
country = "ET"
|
|
31
37
|
default_language = "am"
|
|
32
38
|
# %s (estimated).
|
|
33
39
|
estimated_label = tr("%s (ግምት)")
|
|
34
|
-
|
|
35
|
-
start_year =
|
|
40
|
+
# Negarit Gazeta Proclamation No. 16/1975.
|
|
41
|
+
start_year = 1976
|
|
42
|
+
supported_categories = (PUBLIC, WORKDAY)
|
|
43
|
+
supported_languages = ("am", "ar", "en_ET", "en_US")
|
|
36
44
|
|
|
37
|
-
def _is_leap_year(self):
|
|
45
|
+
def _is_leap_year(self) -> bool:
|
|
38
46
|
"""Determine if the Ethiopian calendar year is a leap year.
|
|
39
47
|
|
|
40
48
|
Ethiopian leap years generally align with Gregorian leap years until
|
|
@@ -66,52 +74,60 @@ class Ethiopia(HolidayBase, ChristianHolidays, InternationalHolidays, IslamicHol
|
|
|
66
74
|
|
|
67
75
|
def _populate_public_holidays(self):
|
|
68
76
|
# Christmas Day.
|
|
69
|
-
self._add_christmas_day(tr("
|
|
77
|
+
self._add_christmas_day(tr("የገና ወይም የልደት በዓል"))
|
|
70
78
|
|
|
71
79
|
# Epiphany.
|
|
72
|
-
self._add_holiday(tr("
|
|
80
|
+
self._add_holiday(tr("የጥምቀት በዓል"), JAN, 20 if super()._is_leap_year() else 19)
|
|
73
81
|
|
|
74
|
-
|
|
75
|
-
|
|
82
|
+
if self._year >= 1996:
|
|
83
|
+
# Adwa Victory Day.
|
|
84
|
+
self._add_holiday_mar_2(tr("የአድዋ ድል በዓል"))
|
|
76
85
|
|
|
77
86
|
# Good Friday.
|
|
78
|
-
self._add_good_friday(tr("
|
|
87
|
+
self._add_good_friday(tr("የስቅለት በዓል"))
|
|
79
88
|
|
|
80
89
|
# Easter Sunday.
|
|
81
|
-
self._add_easter_sunday(tr("ፋሲካ"))
|
|
90
|
+
self._add_easter_sunday(tr("የትንሳኤ(ፋሲካ) በዓል"))
|
|
82
91
|
|
|
83
|
-
# Workers' Day.
|
|
84
|
-
self._add_labor_day(tr("
|
|
92
|
+
# International Workers' Day.
|
|
93
|
+
self._add_labor_day(tr("የዓለም የሠራተኞች (የላብአደሮች) ቀን"))
|
|
85
94
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
self._add_holiday_may_5(tr("የአርበኞች ቀን"))
|
|
95
|
+
# Ethiopian Patriots' Victory Day.
|
|
96
|
+
self._add_holiday_may_5(tr("የአርበኞች (የድል) ቀን በዓል"))
|
|
89
97
|
|
|
90
98
|
if self._year >= 1992:
|
|
91
|
-
# Downfall of Dergue Regime Day.
|
|
99
|
+
# Downfall of the Dergue Regime Day.
|
|
92
100
|
self._add_holiday_may_28(tr("ደርግ የወደቀበት ቀን"))
|
|
93
101
|
|
|
94
102
|
# Ethiopian New Year.
|
|
95
|
-
self._add_holiday(tr("እንቁጣጣሽ"), SEP, 12 if self._is_leap_year() else 11)
|
|
103
|
+
self._add_holiday(tr("የዘመን መለወጫ (እንቁጣጣሽ) በዓል"), SEP, 12 if self._is_leap_year() else 11)
|
|
96
104
|
|
|
97
105
|
# Finding of True Cross.
|
|
98
|
-
self._add_holiday(tr("
|
|
106
|
+
self._add_holiday(tr("የመስቀል በዓል"), SEP, 28 if self._is_leap_year() else 27)
|
|
99
107
|
|
|
100
|
-
if
|
|
101
|
-
# Revolution Day.
|
|
108
|
+
if self._year <= 1990:
|
|
109
|
+
# Popular Revolution Commemoration Day.
|
|
102
110
|
self._add_holiday(tr("የአብዮት ቀን"), SEP, 13 if self._is_leap_year() else 12)
|
|
103
111
|
|
|
104
112
|
# October Revolution Day.
|
|
105
113
|
self._add_holiday_nov_7(tr("የጥቅምት አብዮት ቀን"))
|
|
106
114
|
|
|
107
115
|
# Eid al-Fitr.
|
|
108
|
-
self._add_eid_al_fitr_day(tr("
|
|
116
|
+
self._add_eid_al_fitr_day(tr("የኢድ አልፈጥር"))
|
|
109
117
|
|
|
110
118
|
# Eid al-Adha.
|
|
111
|
-
self._add_eid_al_adha_day(tr("አረፋ"))
|
|
119
|
+
self._add_eid_al_adha_day(tr("የኢድ አልአድሃ (አረፋ)"))
|
|
112
120
|
|
|
113
121
|
# Prophet's Birthday.
|
|
114
|
-
self._add_mawlid_day(tr("
|
|
122
|
+
self._add_mawlid_day(tr("የመውሊድ በዓል"))
|
|
123
|
+
|
|
124
|
+
def _populate_workday_holidays(self):
|
|
125
|
+
# Ethiopian Martyrs' Day.
|
|
126
|
+
self._add_holiday_feb_20(tr("የሰማዕታት ቀን"))
|
|
127
|
+
|
|
128
|
+
if self._year >= 2006:
|
|
129
|
+
# Nations, Nationalities and Peoples Day.
|
|
130
|
+
self._add_holiday_dec_9(tr("የብሔር ብሔረሰቦች ቀን"))
|
|
115
131
|
|
|
116
132
|
|
|
117
133
|
class ET(Ethiopia):
|
|
@@ -130,6 +146,7 @@ class EthiopiaIslamicHolidays(_CustomIslamicHolidays):
|
|
|
130
146
|
2021: (JUL, 20),
|
|
131
147
|
2022: (JUL, 9),
|
|
132
148
|
2023: (JUN, 28),
|
|
149
|
+
2024: (JUN, 16),
|
|
133
150
|
}
|
|
134
151
|
|
|
135
152
|
EID_AL_FITR_DATES = {
|
|
@@ -140,6 +157,7 @@ class EthiopiaIslamicHolidays(_CustomIslamicHolidays):
|
|
|
140
157
|
2022: (MAY, 2),
|
|
141
158
|
2023: (APR, 21),
|
|
142
159
|
2024: (APR, 10),
|
|
160
|
+
2025: (MAR, 30),
|
|
143
161
|
}
|
|
144
162
|
|
|
145
163
|
MAWLID_DATES = {
|
|
@@ -149,4 +167,5 @@ class EthiopiaIslamicHolidays(_CustomIslamicHolidays):
|
|
|
149
167
|
2021: (OCT, 18),
|
|
150
168
|
2022: (OCT, 8),
|
|
151
169
|
2023: (SEP, 27),
|
|
170
|
+
2024: (SEP, 15),
|
|
152
171
|
}
|
holidays/countries/fiji.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/finland.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/france.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
|
@@ -30,8 +30,8 @@ class France(HolidayBase, ChristianHolidays, InternationalHolidays):
|
|
|
30
30
|
|
|
31
31
|
country = "FR"
|
|
32
32
|
default_language = "fr"
|
|
33
|
-
|
|
34
|
-
subdivisions = (
|
|
33
|
+
start_year = 1801
|
|
34
|
+
subdivisions: tuple[str, ...] = (
|
|
35
35
|
"BL", # Saint-Barthélemy.
|
|
36
36
|
"GES", # Alsace, Champagne-Ardenne, Lorraine(Moselle).
|
|
37
37
|
"GP", # Guadeloupe.
|
|
@@ -59,7 +59,7 @@ class France(HolidayBase, ChristianHolidays, InternationalHolidays):
|
|
|
59
59
|
"Wallis-et-Futuna": "WF",
|
|
60
60
|
"Mayotte": "YT",
|
|
61
61
|
}
|
|
62
|
-
|
|
62
|
+
supported_languages = ("en_US", "fr", "uk")
|
|
63
63
|
_deprecated_subdivisions = (
|
|
64
64
|
"Alsace-Moselle",
|
|
65
65
|
"Guadeloupe",
|
|
@@ -74,7 +74,6 @@ class France(HolidayBase, ChristianHolidays, InternationalHolidays):
|
|
|
74
74
|
"Saint-Martin",
|
|
75
75
|
"Wallis-et-Futuna",
|
|
76
76
|
)
|
|
77
|
-
start_year = 1801
|
|
78
77
|
|
|
79
78
|
def __init__(self, *args, **kwargs):
|
|
80
79
|
ChristianHolidays.__init__(self)
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
|
+
# A fast, efficient Python library for generating country, province and state
|
|
4
|
+
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
|
+
# specific date is a holiday as fast and flexible as possible.
|
|
6
|
+
#
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
|
+
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
|
+
# Website: https://github.com/vacanza/holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
|
|
13
|
+
from holidays.countries.france import France
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
class HolidaysTF(France):
|
|
17
|
+
"""French Southern Territories holidays.
|
|
18
|
+
|
|
19
|
+
Alias of a French subdivision that is also officially assigned
|
|
20
|
+
its own country code in ISO 31661.
|
|
21
|
+
|
|
22
|
+
!!! note "Note"
|
|
23
|
+
Since most islands doesn't have a permanent population,
|
|
24
|
+
the holidays are just the public ones from France.
|
|
25
|
+
|
|
26
|
+
References:
|
|
27
|
+
* <https://www.iso.org/obp/ui#iso:code:3166:TF>
|
|
28
|
+
* <https://en.wikipedia.org/wiki/French_Southern_and_Antarctic_Lands>
|
|
29
|
+
* <https://en.wikipedia.org/wiki/Public_holidays_in_France>
|
|
30
|
+
"""
|
|
31
|
+
|
|
32
|
+
country = "TF"
|
|
33
|
+
parent_entity = France
|
|
34
|
+
subdivisions = () # Override France subdivisions.
|
|
35
|
+
subdivisions_aliases = {} # Override France subdivisions aliases.
|
|
36
|
+
# This overseas territory was separated in 1955.
|
|
37
|
+
start_year = 1956
|
|
38
|
+
|
|
39
|
+
def _populate_public_holidays(self) -> None:
|
|
40
|
+
self.subdiv = "TF"
|
|
41
|
+
super()._populate_public_holidays()
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class FrenchSouthernTerritories(HolidaysTF):
|
|
45
|
+
pass
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
class TF(HolidaysTF):
|
|
49
|
+
pass
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
class ATF(HolidaysTF):
|
|
53
|
+
pass
|
holidays/countries/gabon.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/georgia.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/germany.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
|
@@ -35,26 +35,24 @@ class Germany(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolid
|
|
|
35
35
|
|
|
36
36
|
country = "DE"
|
|
37
37
|
default_language = "de"
|
|
38
|
-
|
|
39
|
-
supported_languages = ("de", "en_US", "th", "uk")
|
|
38
|
+
start_year = 1990
|
|
40
39
|
subdivisions = (
|
|
41
|
-
#
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"TH",
|
|
40
|
+
"BB", # Brandenburg.
|
|
41
|
+
"BE", # Berlin.
|
|
42
|
+
"BW", # Baden-Württemberg.
|
|
43
|
+
"BY", # Bayern.
|
|
44
|
+
"HB", # Bremen.
|
|
45
|
+
"HE", # Hessen.
|
|
46
|
+
"HH", # Hamburg.
|
|
47
|
+
"MV", # Mecklenburg-Vorpommern.
|
|
48
|
+
"NI", # Niedersachsen.
|
|
49
|
+
"NW", # Nordrhein-Westfalen.
|
|
50
|
+
"RP", # Rheinland-Pfalz.
|
|
51
|
+
"SH", # Schleswig-Holstein.
|
|
52
|
+
"SL", # Saarland.
|
|
53
|
+
"SN", # Sachsen.
|
|
54
|
+
"ST", # Sachsen-Anhalt.
|
|
55
|
+
"TH", # Thüringen.
|
|
58
56
|
)
|
|
59
57
|
subdivisions_aliases = {
|
|
60
58
|
"Brandenburg": "BB",
|
|
@@ -74,8 +72,9 @@ class Germany(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHolid
|
|
|
74
72
|
"Sachsen-Anhalt": "ST",
|
|
75
73
|
"Thüringen": "TH",
|
|
76
74
|
}
|
|
75
|
+
supported_categories = (CATHOLIC, PUBLIC)
|
|
76
|
+
supported_languages = ("de", "en_US", "th", "uk")
|
|
77
77
|
_deprecated_subdivisions = ("BYP",)
|
|
78
|
-
start_year = 1990
|
|
79
78
|
|
|
80
79
|
def __init__(self, *args, **kwargs) -> None:
|
|
81
80
|
ChristianHolidays.__init__(self)
|
holidays/countries/ghana.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/greece.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/greenland.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/guam.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
|
@@ -24,6 +24,7 @@ class HolidaysGU(US):
|
|
|
24
24
|
country = "GU"
|
|
25
25
|
supported_categories = (GOVERNMENT, PUBLIC, UNOFFICIAL)
|
|
26
26
|
subdivisions = () # Override US subdivisions.
|
|
27
|
+
subdivisions_aliases = {} # Override US subdivisions aliases.
|
|
27
28
|
|
|
28
29
|
def _populate_public_holidays(self) -> None:
|
|
29
30
|
self.subdiv = "GU"
|
holidays/countries/guatemala.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/guernsey.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/guinea.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/haiti.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/honduras.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/hongkong.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
|
@@ -63,7 +63,7 @@ class HongKong(
|
|
|
63
63
|
|
|
64
64
|
General Holidays:
|
|
65
65
|
* [Cap. 149 General Holidays Ordinance](https://www.elegislation.gov.hk/hk/cap149!en-zh-Hant-HK?INDEX_CS=N)
|
|
66
|
-
* [Holidays for 2007
|
|
66
|
+
* [Holidays for 2007-2025](https://www.gov.hk/en/about/abouthk/holiday/index.htm)
|
|
67
67
|
"""
|
|
68
68
|
|
|
69
69
|
country = "HK"
|
holidays/countries/hungary.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/iceland.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/india.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
|
@@ -37,14 +37,17 @@ class India(
|
|
|
37
37
|
* <https://www.calendarlabs.com/holidays/india/2021>
|
|
38
38
|
* <https://slusi.dacnet.nic.in/watershedatlas/list_of_state_abbreviation.htm>
|
|
39
39
|
* <https://vahan.parivahan.gov.in/vahan4dashboard/>
|
|
40
|
+
* Tamil Nadu:
|
|
41
|
+
* [Tamil Monthly Calendar](https://www.tamildailycalendar.com/tamil_monthly_calendar.php)
|
|
42
|
+
* [Tamil Calendar](https://www.prokerala.com/general/calendar/tamilcalendar.php)
|
|
40
43
|
"""
|
|
41
44
|
|
|
42
45
|
country = "IN"
|
|
43
46
|
default_language = "en_IN"
|
|
44
47
|
# %s (estimated).
|
|
45
48
|
estimated_label = tr("%s (estimated)")
|
|
46
|
-
|
|
47
|
-
|
|
49
|
+
# India gained independence on August 15, 1947.
|
|
50
|
+
start_year = 1948
|
|
48
51
|
subdivisions = (
|
|
49
52
|
"AN", # Andaman and Nicobar Islands.
|
|
50
53
|
"AP", # Andhra Pradesh.
|
|
@@ -83,10 +86,6 @@ class India(
|
|
|
83
86
|
"UP", # Uttar Pradesh.
|
|
84
87
|
"WB", # West Bengal.
|
|
85
88
|
)
|
|
86
|
-
_deprecated_subdivisions = (
|
|
87
|
-
"DD", # Daman and Diu.
|
|
88
|
-
"OR", # Orissa.
|
|
89
|
-
)
|
|
90
89
|
subdivisions_aliases = {
|
|
91
90
|
"Andaman and Nicobar Islands": "AN",
|
|
92
91
|
"Andhra Pradesh": "AP",
|
|
@@ -144,9 +143,12 @@ class India(
|
|
|
144
143
|
"Uttar Pradesh": "UP",
|
|
145
144
|
"West Bengal": "WB",
|
|
146
145
|
}
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
146
|
+
supported_categories = (OPTIONAL, PUBLIC)
|
|
147
|
+
supported_languages = ("en_IN", "en_US", "hi")
|
|
148
|
+
_deprecated_subdivisions = (
|
|
149
|
+
"DD", # Daman and Diu.
|
|
150
|
+
"OR", # Orissa.
|
|
151
|
+
)
|
|
150
152
|
|
|
151
153
|
def __init__(self, islamic_show_estimated: bool = True, *args, **kwargs):
|
|
152
154
|
"""
|
|
@@ -456,7 +458,11 @@ class India(
|
|
|
456
458
|
# Tamil Nadu.
|
|
457
459
|
def _populate_subdiv_tn_public_holidays(self):
|
|
458
460
|
# Pongal.
|
|
459
|
-
self.
|
|
461
|
+
self._add_pongal(tr("Pongal"))
|
|
462
|
+
# Thiruvalluvar Day / Mattu Pongal.
|
|
463
|
+
self._add_thiruvalluvar_day(tr("Thiruvalluvar Day / Mattu Pongal"))
|
|
464
|
+
# Uzhavar Thirunal.
|
|
465
|
+
self._add_uzhavar_thirunal(tr("Uzhavar Thirunal"))
|
|
460
466
|
# Dr. B. R. Ambedkar Jayanti.
|
|
461
467
|
self._add_holiday_apr_14(tr("Dr. B. R. Ambedkar's Jayanti"))
|
|
462
468
|
# Puthandu.
|
holidays/countries/indonesia.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/iran.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/ireland.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/israel.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|
holidays/countries/italy.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# specific sets of holidays on the fly. It aims to make determining whether a
|
|
5
5
|
# specific date is a holiday as fast and flexible as possible.
|
|
6
6
|
#
|
|
7
|
-
# Authors: Vacanza Team and individual contributors (see
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see CONTRIBUTORS file)
|
|
8
8
|
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
9
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
10
10
|
# Website: https://github.com/vacanza/holidays
|