holidays 0.69__py3-none-any.whl → 0.70__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 -1
- holidays/calendars/__init__.py +1 -1
- holidays/calendars/balinese_saka.py +3 -3
- holidays/calendars/buddhist.py +1 -1
- holidays/calendars/chinese.py +1 -1
- holidays/calendars/custom.py +1 -1
- holidays/calendars/gregorian.py +1 -1
- holidays/calendars/hebrew.py +1 -1
- holidays/calendars/hindu.py +1 -1
- holidays/calendars/islamic.py +161 -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 +309 -257
- holidays/constants.py +2 -1
- holidays/countries/__init__.py +6 -1
- holidays/countries/afghanistan.py +11 -7
- holidays/countries/albania.py +10 -7
- holidays/countries/algeria.py +10 -10
- holidays/countries/american_samoa.py +6 -4
- holidays/countries/andorra.py +5 -4
- holidays/countries/angola.py +15 -14
- holidays/countries/antigua_and_barbuda.py +145 -0
- holidays/countries/argentina.py +787 -169
- holidays/countries/armenia.py +5 -6
- holidays/countries/aruba.py +11 -9
- holidays/countries/australia.py +21 -20
- holidays/countries/austria.py +3 -1
- holidays/countries/azerbaijan.py +24 -19
- holidays/countries/bahamas.py +13 -11
- holidays/countries/bahrain.py +8 -7
- holidays/countries/bangladesh.py +5 -4
- holidays/countries/barbados.py +11 -9
- holidays/countries/belarus.py +15 -15
- holidays/countries/belgium.py +8 -6
- holidays/countries/belize.py +7 -6
- holidays/countries/bolivia.py +12 -11
- holidays/countries/bosnia_and_herzegovina.py +15 -11
- holidays/countries/botswana.py +8 -6
- holidays/countries/brazil.py +8 -7
- holidays/countries/brunei.py +50 -62
- holidays/countries/bulgaria.py +9 -10
- holidays/countries/burkina_faso.py +8 -5
- holidays/countries/burundi.py +13 -12
- holidays/countries/cambodia.py +15 -24
- holidays/countries/cameroon.py +10 -7
- holidays/countries/canada.py +13 -12
- holidays/countries/chad.py +9 -6
- holidays/countries/chile.py +29 -28
- holidays/countries/china.py +39 -38
- holidays/countries/colombia.py +15 -20
- holidays/countries/congo.py +6 -7
- holidays/countries/costa_rica.py +11 -10
- holidays/countries/croatia.py +8 -5
- holidays/countries/cuba.py +30 -27
- holidays/countries/curacao.py +6 -4
- holidays/countries/cyprus.py +4 -5
- holidays/countries/czechia.py +7 -6
- holidays/countries/denmark.py +5 -6
- holidays/countries/djibouti.py +7 -3
- holidays/countries/dominica.py +18 -16
- holidays/countries/dominican_republic.py +6 -4
- holidays/countries/ecuador.py +5 -4
- holidays/countries/egypt.py +6 -11
- holidays/countries/el_salvador.py +6 -5
- holidays/countries/estonia.py +3 -1
- holidays/countries/eswatini.py +6 -4
- holidays/countries/ethiopia.py +20 -11
- holidays/countries/fiji.py +183 -0
- holidays/countries/finland.py +11 -10
- holidays/countries/france.py +6 -9
- holidays/countries/gabon.py +11 -8
- holidays/countries/georgia.py +7 -7
- holidays/countries/germany.py +11 -11
- holidays/countries/ghana.py +10 -6
- holidays/countries/greece.py +4 -5
- holidays/countries/greenland.py +5 -6
- holidays/countries/guam.py +6 -4
- holidays/countries/guatemala.py +7 -9
- holidays/countries/guernsey.py +37 -34
- holidays/countries/guinea.py +182 -0
- holidays/countries/haiti.py +6 -5
- holidays/countries/honduras.py +8 -4
- holidays/countries/hongkong.py +11 -8
- holidays/countries/hungary.py +26 -23
- holidays/countries/iceland.py +5 -4
- holidays/countries/india.py +14 -10
- holidays/countries/indonesia.py +57 -53
- holidays/countries/iran.py +12 -9
- holidays/countries/ireland.py +5 -4
- holidays/countries/isle_of_man.py +2 -2
- holidays/countries/israel.py +4 -5
- holidays/countries/italy.py +5 -4
- holidays/countries/ivory_coast.py +156 -0
- holidays/countries/jamaica.py +6 -4
- holidays/countries/japan.py +5 -5
- holidays/countries/jersey.py +29 -26
- holidays/countries/jordan.py +9 -6
- holidays/countries/kazakhstan.py +66 -51
- holidays/countries/kenya.py +22 -18
- holidays/countries/kuwait.py +10 -7
- holidays/countries/kyrgyzstan.py +7 -6
- holidays/countries/laos.py +21 -29
- holidays/countries/latvia.py +7 -5
- holidays/countries/lesotho.py +6 -5
- holidays/countries/liechtenstein.py +5 -5
- holidays/countries/lithuania.py +4 -5
- holidays/countries/luxembourg.py +5 -3
- holidays/countries/macau.py +32 -26
- holidays/countries/madagascar.py +5 -4
- holidays/countries/malawi.py +6 -4
- holidays/countries/malaysia.py +24 -18
- holidays/countries/maldives.py +10 -7
- holidays/countries/malta.py +10 -19
- holidays/countries/marshall_islands.py +6 -4
- holidays/countries/mauritania.py +9 -6
- holidays/countries/mexico.py +8 -7
- holidays/countries/moldova.py +6 -4
- holidays/countries/monaco.py +6 -4
- holidays/countries/montenegro.py +10 -7
- holidays/countries/morocco.py +9 -8
- holidays/countries/mozambique.py +3 -1
- holidays/countries/namibia.py +7 -5
- holidays/countries/netherlands.py +6 -6
- holidays/countries/new_zealand.py +3 -1
- holidays/countries/nicaragua.py +6 -5
- holidays/countries/nigeria.py +9 -5
- holidays/countries/north_macedonia.py +9 -5
- holidays/countries/northern_mariana_islands.py +6 -4
- holidays/countries/norway.py +15 -15
- holidays/countries/pakistan.py +41 -17
- holidays/countries/palau.py +13 -11
- holidays/countries/panama.py +9 -8
- holidays/countries/papua_new_guinea.py +25 -21
- holidays/countries/paraguay.py +10 -9
- holidays/countries/peru.py +4 -5
- holidays/countries/philippines.py +25 -21
- holidays/countries/poland.py +6 -5
- holidays/countries/portugal.py +13 -15
- holidays/countries/puerto_rico.py +6 -4
- holidays/countries/qatar.py +172 -0
- holidays/countries/romania.py +6 -4
- holidays/countries/russia.py +6 -4
- holidays/countries/saint_kitts_and_nevis.py +24 -22
- holidays/countries/saint_lucia.py +8 -7
- holidays/countries/samoa.py +7 -6
- holidays/countries/san_marino.py +4 -3
- holidays/countries/saudi_arabia.py +11 -15
- holidays/countries/serbia.py +3 -4
- holidays/countries/seychelles.py +22 -26
- holidays/countries/singapore.py +29 -39
- holidays/countries/slovakia.py +6 -5
- holidays/countries/slovenia.py +7 -6
- holidays/countries/south_africa.py +8 -6
- holidays/countries/south_korea.py +25 -32
- holidays/countries/spain.py +25 -24
- holidays/countries/sri_lanka.py +46 -42
- holidays/countries/sweden.py +20 -19
- holidays/countries/switzerland.py +6 -5
- holidays/countries/taiwan.py +50 -48
- holidays/countries/tanzania.py +28 -27
- holidays/countries/thailand.py +134 -142
- holidays/countries/timor_leste.py +20 -18
- holidays/countries/tonga.py +46 -42
- holidays/countries/tunisia.py +5 -3
- holidays/countries/turkey.py +11 -9
- holidays/countries/tuvalu.py +12 -11
- holidays/countries/ukraine.py +54 -54
- holidays/countries/united_arab_emirates.py +37 -30
- holidays/countries/united_kingdom.py +7 -6
- holidays/countries/united_states.py +50 -55
- holidays/countries/united_states_minor_outlying_islands.py +6 -4
- holidays/countries/united_states_virgin_islands.py +6 -4
- holidays/countries/uruguay.py +10 -9
- holidays/countries/uzbekistan.py +10 -7
- holidays/countries/vanuatu.py +7 -5
- holidays/countries/vatican_city.py +16 -15
- holidays/countries/venezuela.py +11 -14
- holidays/countries/vietnam.py +15 -11
- holidays/countries/zambia.py +8 -6
- holidays/countries/zimbabwe.py +6 -4
- holidays/deprecations/v1_incompatibility.py +1 -1
- holidays/financial/__init__.py +1 -1
- holidays/financial/brasil_bolsa_balcao.py +14 -13
- holidays/financial/european_central_bank.py +7 -6
- holidays/financial/ice_futures_europe.py +7 -6
- holidays/financial/ny_stock_exchange.py +13 -10
- holidays/groups/__init__.py +1 -1
- holidays/groups/balinese_saka.py +1 -1
- holidays/groups/buddhist.py +1 -1
- holidays/groups/chinese.py +1 -1
- 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 +1 -1
- holidays/groups/international.py +1 -1
- holidays/groups/islamic.py +12 -1
- holidays/groups/persian.py +1 -1
- holidays/groups/sinhala.py +1 -1
- holidays/groups/thai.py +1 -7
- holidays/helpers.py +1 -1
- holidays/holiday_base.py +366 -244
- holidays/ical.py +228 -0
- holidays/locale/ar_QA/LC_MESSAGES/QA.mo +0 -0
- holidays/locale/en_CI/LC_MESSAGES/CI.mo +0 -0
- holidays/locale/en_PK/LC_MESSAGES/PK.mo +0 -0
- holidays/locale/en_TL/LC_MESSAGES/TL.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/AR.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/CI.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/GN.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/PK.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/QA.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/TL.mo +0 -0
- holidays/locale/es/LC_MESSAGES/AR.mo +0 -0
- holidays/locale/fr/LC_MESSAGES/CI.mo +0 -0
- holidays/locale/fr/LC_MESSAGES/GN.mo +0 -0
- holidays/locale/hi/LC_MESSAGES/IN.mo +0 -0
- holidays/locale/pt_TL/LC_MESSAGES/TL.mo +0 -0
- holidays/locale/tet/LC_MESSAGES/TL.mo +0 -0
- holidays/locale/th/LC_MESSAGES/TL.mo +0 -0
- holidays/locale/uk/LC_MESSAGES/AR.mo +0 -0
- holidays/locale/ur_PK/LC_MESSAGES/PK.mo +0 -0
- holidays/mixins.py +2 -2
- holidays/observed_holiday_base.py +5 -2
- holidays/registry.py +6 -1
- holidays/utils.py +151 -151
- holidays/version.py +2 -2
- holidays-0.70.dist-info/METADATA +1404 -0
- {holidays-0.69.dist-info → holidays-0.70.dist-info}/RECORD +235 -217
- {holidays-0.69.dist-info → holidays-0.70.dist-info}/WHEEL +1 -1
- holidays-0.69.dist-info/AUTHORS → holidays-0.70.dist-info/licenses/AUTHORS.md +6 -2
- {holidays-0.69.dist-info → holidays-0.70.dist-info/licenses}/LICENSE +1 -1
- holidays-0.69.dist-info/METADATA +0 -1085
- {holidays-0.69.dist-info → holidays-0.70.dist-info}/top_level.txt +0 -0
holidays/__init__.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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/calendars/__init__.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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
|
|
@@ -106,7 +106,7 @@ class _BalineseSakaLunar:
|
|
|
106
106
|
def nyepi_date(self, year: int) -> Optional[date]:
|
|
107
107
|
"""
|
|
108
108
|
Data References:
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
* [1983-2025](https://id.wikipedia.org/wiki/Indonesia_dalam_tahun_1983)
|
|
110
|
+
* [2020-2050](https://www.balitrips.com/balinese-temples-ceremony)
|
|
111
111
|
"""
|
|
112
112
|
return self._get_holiday(NYEPI, year)
|
holidays/calendars/buddhist.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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/calendars/chinese.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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/calendars/custom.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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/calendars/gregorian.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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/calendars/hebrew.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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/calendars/hindu.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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/calendars/islamic.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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
|
|
@@ -31,6 +31,7 @@ HASAN_AL_ASKARI_DEATH = "HASAN_AL_ASKARI_DEATH"
|
|
|
31
31
|
HIJRI_NEW_YEAR = "HIJRI_NEW_YEAR"
|
|
32
32
|
IMAM_MAHDI_BIRTHDAY = "IMAM_MAHDI_BIRTHDAY"
|
|
33
33
|
ISRA_AND_MIRAJ = "ISRA_AND_MIRAJ"
|
|
34
|
+
LAYLAT_AL_QADR = "LAYLAT_AL_QADR"
|
|
34
35
|
MALDIVES_EMBRACED_ISLAM_DAY = "MALDIVES_EMBRACED_ISLAM_DAY"
|
|
35
36
|
MAWLID = "MAWLID"
|
|
36
37
|
NUZUL_AL_QURAN = "NUZUL_AL_QURAN"
|
|
@@ -2232,6 +2233,162 @@ class _IslamicLunar:
|
|
|
2232
2233
|
2077: (JUN, 18),
|
|
2233
2234
|
}
|
|
2234
2235
|
|
|
2236
|
+
LAYLAT_AL_QADR_DATES = {
|
|
2237
|
+
1925: (APR, 22),
|
|
2238
|
+
1926: (APR, 10),
|
|
2239
|
+
1927: (MAR, 30),
|
|
2240
|
+
1928: (MAR, 19),
|
|
2241
|
+
1929: (MAR, 8),
|
|
2242
|
+
1930: (FEB, 26),
|
|
2243
|
+
1931: (FEB, 15),
|
|
2244
|
+
1932: (FEB, 4),
|
|
2245
|
+
1933: (JAN, 23),
|
|
2246
|
+
1934: (JAN, 13),
|
|
2247
|
+
1935: ((JAN, 3), (DEC, 23)),
|
|
2248
|
+
1936: (DEC, 11),
|
|
2249
|
+
1937: (DEC, 1),
|
|
2250
|
+
1938: (NOV, 19),
|
|
2251
|
+
1939: (NOV, 9),
|
|
2252
|
+
1940: (OCT, 29),
|
|
2253
|
+
1941: (OCT, 17),
|
|
2254
|
+
1942: (OCT, 7),
|
|
2255
|
+
1943: (SEP, 26),
|
|
2256
|
+
1944: (SEP, 14),
|
|
2257
|
+
1945: (SEP, 3),
|
|
2258
|
+
1946: (AUG, 24),
|
|
2259
|
+
1947: (AUG, 14),
|
|
2260
|
+
1948: (AUG, 2),
|
|
2261
|
+
1949: (JUL, 22),
|
|
2262
|
+
1950: (JUL, 13),
|
|
2263
|
+
1951: (JUL, 2),
|
|
2264
|
+
1952: (JUN, 20),
|
|
2265
|
+
1953: (JUN, 9),
|
|
2266
|
+
1954: (MAY, 30),
|
|
2267
|
+
1955: (MAY, 20),
|
|
2268
|
+
1956: (MAY, 8),
|
|
2269
|
+
1957: (APR, 27),
|
|
2270
|
+
1958: (APR, 16),
|
|
2271
|
+
1959: (APR, 6),
|
|
2272
|
+
1960: (MAR, 25),
|
|
2273
|
+
1961: (MAR, 14),
|
|
2274
|
+
1962: (MAR, 3),
|
|
2275
|
+
1963: (FEB, 21),
|
|
2276
|
+
1964: (FEB, 10),
|
|
2277
|
+
1965: (JAN, 29),
|
|
2278
|
+
1966: (JAN, 18),
|
|
2279
|
+
1967: ((JAN, 8), (DEC, 28)),
|
|
2280
|
+
1968: (DEC, 17),
|
|
2281
|
+
1969: (DEC, 6),
|
|
2282
|
+
1970: (NOV, 27),
|
|
2283
|
+
1971: (NOV, 15),
|
|
2284
|
+
1972: (NOV, 3),
|
|
2285
|
+
1973: (OCT, 23),
|
|
2286
|
+
1974: (OCT, 13),
|
|
2287
|
+
1975: (OCT, 2),
|
|
2288
|
+
1976: (SEP, 21),
|
|
2289
|
+
1977: (SEP, 10),
|
|
2290
|
+
1978: (AUG, 31),
|
|
2291
|
+
1979: (AUG, 20),
|
|
2292
|
+
1980: (AUG, 8),
|
|
2293
|
+
1981: (JUL, 28),
|
|
2294
|
+
1982: (JUL, 18),
|
|
2295
|
+
1983: (JUL, 8),
|
|
2296
|
+
1984: (JUN, 26),
|
|
2297
|
+
1985: (JUN, 15),
|
|
2298
|
+
1986: (JUN, 4),
|
|
2299
|
+
1987: (MAY, 25),
|
|
2300
|
+
1988: (MAY, 13),
|
|
2301
|
+
1989: (MAY, 3),
|
|
2302
|
+
1990: (APR, 22),
|
|
2303
|
+
1991: (APR, 12),
|
|
2304
|
+
1992: (MAR, 31),
|
|
2305
|
+
1993: (MAR, 20),
|
|
2306
|
+
1994: (MAR, 9),
|
|
2307
|
+
1995: (FEB, 26),
|
|
2308
|
+
1996: (FEB, 16),
|
|
2309
|
+
1997: (FEB, 5),
|
|
2310
|
+
1998: (JAN, 25),
|
|
2311
|
+
1999: (JAN, 14),
|
|
2312
|
+
2000: ((JAN, 4), (DEC, 23)),
|
|
2313
|
+
2001: (DEC, 12),
|
|
2314
|
+
2002: (DEC, 2),
|
|
2315
|
+
2003: (NOV, 21),
|
|
2316
|
+
2004: (NOV, 10),
|
|
2317
|
+
2005: (OCT, 30),
|
|
2318
|
+
2006: (OCT, 20),
|
|
2319
|
+
2007: (OCT, 9),
|
|
2320
|
+
2008: (SEP, 27),
|
|
2321
|
+
2009: (SEP, 17),
|
|
2322
|
+
2010: (SEP, 6),
|
|
2323
|
+
2011: (AUG, 27),
|
|
2324
|
+
2012: (AUG, 15),
|
|
2325
|
+
2013: (AUG, 4),
|
|
2326
|
+
2014: (JUL, 24),
|
|
2327
|
+
2015: (JUL, 14),
|
|
2328
|
+
2016: (JUL, 2),
|
|
2329
|
+
2017: (JUN, 22),
|
|
2330
|
+
2018: (JUN, 11),
|
|
2331
|
+
2019: (JUN, 1),
|
|
2332
|
+
2020: (MAY, 20),
|
|
2333
|
+
2021: (MAY, 9),
|
|
2334
|
+
2022: (APR, 28),
|
|
2335
|
+
2023: (APR, 18),
|
|
2336
|
+
2024: (APR, 6),
|
|
2337
|
+
2025: (MAR, 27),
|
|
2338
|
+
2026: (MAR, 16),
|
|
2339
|
+
2027: (MAR, 6),
|
|
2340
|
+
2028: (FEB, 23),
|
|
2341
|
+
2029: (FEB, 11),
|
|
2342
|
+
2030: (JAN, 31),
|
|
2343
|
+
2031: (JAN, 21),
|
|
2344
|
+
2032: ((JAN, 10), (DEC, 30)),
|
|
2345
|
+
2033: (DEC, 19),
|
|
2346
|
+
2034: (DEC, 8),
|
|
2347
|
+
2035: (NOV, 27),
|
|
2348
|
+
2036: (NOV, 15),
|
|
2349
|
+
2037: (NOV, 5),
|
|
2350
|
+
2038: (OCT, 26),
|
|
2351
|
+
2039: (OCT, 15),
|
|
2352
|
+
2040: (OCT, 3),
|
|
2353
|
+
2041: (SEP, 23),
|
|
2354
|
+
2042: (SEP, 12),
|
|
2355
|
+
2043: (SEP, 1),
|
|
2356
|
+
2044: (AUG, 21),
|
|
2357
|
+
2045: (AUG, 10),
|
|
2358
|
+
2046: (JUL, 31),
|
|
2359
|
+
2047: (JUL, 20),
|
|
2360
|
+
2048: (JUL, 8),
|
|
2361
|
+
2049: (JUN, 28),
|
|
2362
|
+
2050: (JUN, 17),
|
|
2363
|
+
2051: (JUN, 6),
|
|
2364
|
+
2052: (MAY, 26),
|
|
2365
|
+
2053: (MAY, 16),
|
|
2366
|
+
2054: (MAY, 5),
|
|
2367
|
+
2055: (APR, 24),
|
|
2368
|
+
2056: (APR, 12),
|
|
2369
|
+
2057: (APR, 1),
|
|
2370
|
+
2058: (MAR, 22),
|
|
2371
|
+
2059: (MAR, 12),
|
|
2372
|
+
2060: (FEB, 29),
|
|
2373
|
+
2061: (FEB, 18),
|
|
2374
|
+
2062: (FEB, 7),
|
|
2375
|
+
2063: (JAN, 27),
|
|
2376
|
+
2064: (JAN, 16),
|
|
2377
|
+
2065: ((JAN, 4), (DEC, 25)),
|
|
2378
|
+
2066: (DEC, 15),
|
|
2379
|
+
2067: (DEC, 4),
|
|
2380
|
+
2068: (NOV, 22),
|
|
2381
|
+
2069: (NOV, 11),
|
|
2382
|
+
2070: (OCT, 31),
|
|
2383
|
+
2071: (OCT, 21),
|
|
2384
|
+
2072: (OCT, 9),
|
|
2385
|
+
2073: (SEP, 29),
|
|
2386
|
+
2074: (SEP, 18),
|
|
2387
|
+
2075: (SEP, 8),
|
|
2388
|
+
2076: (AUG, 27),
|
|
2389
|
+
2077: (AUG, 16),
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2235
2392
|
MALDIVES_EMBRACED_ISLAM_DAY_DATES = {
|
|
2236
2393
|
1924: (OCT, 29),
|
|
2237
2394
|
1925: (OCT, 19),
|
|
@@ -3690,6 +3847,9 @@ class _IslamicLunar:
|
|
|
3690
3847
|
def isra_and_miraj_dates(self, year: int) -> Iterable[tuple[date, bool]]:
|
|
3691
3848
|
return self._get_holiday(ISRA_AND_MIRAJ, year)
|
|
3692
3849
|
|
|
3850
|
+
def laylat_al_qadr_dates(self, year: int) -> Iterable[tuple[date, bool]]:
|
|
3851
|
+
return self._get_holiday(LAYLAT_AL_QADR, year)
|
|
3852
|
+
|
|
3693
3853
|
def maldives_embraced_islam_day_dates(self, year: int) -> Iterable[tuple[date, bool]]:
|
|
3694
3854
|
return self._get_holiday(MALDIVES_EMBRACED_ISLAM_DAY, year)
|
|
3695
3855
|
|
holidays/calendars/julian.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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/calendars/persian.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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/calendars/sinhala.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 AUTHORS file)
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS.md 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
|