holidays 0.44__py3-none-any.whl → 0.46__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 +6 -5
- holidays/calendars/__init__.py +5 -4
- holidays/calendars/buddhist.py +5 -4
- holidays/calendars/chinese.py +5 -4
- holidays/calendars/custom.py +5 -4
- holidays/calendars/gregorian.py +5 -4
- holidays/calendars/hebrew.py +5 -4
- holidays/calendars/hindu.py +5 -4
- holidays/calendars/islamic.py +5 -4
- holidays/calendars/julian.py +5 -4
- holidays/calendars/julian_revised.py +5 -4
- holidays/calendars/persian.py +5 -4
- holidays/calendars/thai.py +5 -4
- holidays/constants.py +5 -4
- holidays/countries/__init__.py +7 -4
- holidays/countries/albania.py +5 -4
- holidays/countries/algeria.py +5 -4
- holidays/countries/american_samoa.py +5 -4
- holidays/countries/andorra.py +5 -4
- holidays/countries/angola.py +5 -4
- holidays/countries/argentina.py +5 -4
- holidays/countries/armenia.py +5 -4
- holidays/countries/aruba.py +5 -4
- holidays/countries/australia.py +754 -131
- holidays/countries/austria.py +5 -4
- holidays/countries/azerbaijan.py +5 -4
- holidays/countries/bahamas.py +5 -4
- holidays/countries/bahrain.py +5 -4
- holidays/countries/bangladesh.py +5 -5
- holidays/countries/barbados.py +5 -4
- holidays/countries/belarus.py +5 -4
- holidays/countries/belgium.py +5 -4
- holidays/countries/belize.py +5 -4
- holidays/countries/bolivia.py +5 -5
- holidays/countries/bosnia_and_herzegovina.py +5 -5
- holidays/countries/botswana.py +5 -4
- holidays/countries/brazil.py +5 -4
- holidays/countries/brunei.py +5 -4
- holidays/countries/bulgaria.py +5 -4
- holidays/countries/burkina_faso.py +5 -4
- holidays/countries/burundi.py +5 -4
- holidays/countries/cambodia.py +5 -4
- holidays/countries/cameroon.py +5 -4
- holidays/countries/canada.py +5 -4
- holidays/countries/chad.py +5 -4
- holidays/countries/chile.py +5 -4
- holidays/countries/china.py +5 -4
- holidays/countries/colombia.py +5 -4
- holidays/countries/costa_rica.py +5 -4
- holidays/countries/croatia.py +5 -4
- holidays/countries/cuba.py +5 -4
- holidays/countries/curacao.py +5 -4
- holidays/countries/cyprus.py +5 -4
- holidays/countries/czechia.py +5 -4
- holidays/countries/denmark.py +5 -4
- holidays/countries/djibouti.py +5 -4
- holidays/countries/dominican_republic.py +5 -4
- holidays/countries/ecuador.py +5 -4
- holidays/countries/egypt.py +5 -5
- holidays/countries/el_salvador.py +5 -4
- holidays/countries/estonia.py +5 -4
- holidays/countries/eswatini.py +5 -4
- holidays/countries/ethiopia.py +5 -4
- holidays/countries/finland.py +5 -4
- holidays/countries/france.py +5 -4
- holidays/countries/gabon.py +5 -4
- holidays/countries/georgia.py +5 -4
- holidays/countries/germany.py +5 -4
- holidays/countries/ghana.py +5 -4
- holidays/countries/greece.py +5 -4
- holidays/countries/guam.py +5 -4
- holidays/countries/guatemala.py +5 -4
- holidays/countries/honduras.py +5 -4
- holidays/countries/hongkong.py +5 -4
- holidays/countries/hungary.py +5 -4
- holidays/countries/iceland.py +5 -4
- holidays/countries/india.py +5 -4
- holidays/countries/indonesia.py +5 -4
- holidays/countries/iran.py +5 -4
- holidays/countries/ireland.py +5 -4
- holidays/countries/isle_of_man.py +5 -4
- holidays/countries/israel.py +5 -4
- holidays/countries/italy.py +5 -5
- holidays/countries/jamaica.py +5 -4
- holidays/countries/japan.py +5 -4
- holidays/countries/jersey.py +3 -3
- holidays/countries/kazakhstan.py +5 -4
- holidays/countries/kenya.py +5 -4
- holidays/countries/kuwait.py +78 -0
- holidays/countries/kyrgyzstan.py +5 -4
- holidays/countries/laos.py +5 -4
- holidays/countries/latvia.py +5 -4
- holidays/countries/lesotho.py +5 -4
- holidays/countries/liechtenstein.py +5 -5
- holidays/countries/lithuania.py +5 -4
- holidays/countries/luxembourg.py +5 -4
- holidays/countries/madagascar.py +5 -4
- holidays/countries/malawi.py +5 -4
- holidays/countries/malaysia.py +5 -4
- holidays/countries/maldives.py +5 -4
- holidays/countries/malta.py +5 -4
- holidays/countries/marshall_islands.py +5 -4
- holidays/countries/mexico.py +15 -9
- holidays/countries/moldova.py +11 -10
- holidays/countries/monaco.py +5 -4
- holidays/countries/montenegro.py +5 -4
- holidays/countries/morocco.py +5 -4
- holidays/countries/mozambique.py +5 -4
- holidays/countries/namibia.py +5 -4
- holidays/countries/netherlands.py +5 -4
- holidays/countries/new_zealand.py +5 -4
- holidays/countries/nicaragua.py +5 -4
- holidays/countries/nigeria.py +5 -4
- holidays/countries/north_macedonia.py +5 -4
- holidays/countries/northern_mariana_islands.py +5 -4
- holidays/countries/norway.py +5 -4
- holidays/countries/pakistan.py +5 -4
- holidays/countries/panama.py +5 -4
- holidays/countries/papua_new_guinea.py +5 -4
- holidays/countries/paraguay.py +5 -4
- holidays/countries/peru.py +5 -5
- holidays/countries/philippines.py +5 -5
- holidays/countries/poland.py +5 -4
- holidays/countries/portugal.py +5 -4
- holidays/countries/puerto_rico.py +5 -4
- holidays/countries/romania.py +5 -4
- holidays/countries/russia.py +5 -4
- holidays/countries/san_marino.py +5 -4
- holidays/countries/saudi_arabia.py +5 -4
- holidays/countries/serbia.py +5 -4
- holidays/countries/seychelles.py +175 -0
- holidays/countries/singapore.py +5 -4
- holidays/countries/slovakia.py +5 -4
- holidays/countries/slovenia.py +5 -4
- holidays/countries/south_africa.py +5 -4
- holidays/countries/south_korea.py +5 -4
- holidays/countries/spain.py +5 -4
- holidays/countries/sweden.py +5 -4
- holidays/countries/switzerland.py +5 -4
- holidays/countries/taiwan.py +5 -4
- holidays/countries/tanzania.py +5 -4
- holidays/countries/thailand.py +6 -5
- holidays/countries/timor_leste.py +5 -4
- holidays/countries/tonga.py +5 -4
- holidays/countries/tunisia.py +5 -5
- holidays/countries/turkey.py +5 -4
- holidays/countries/ukraine.py +5 -4
- holidays/countries/united_arab_emirates.py +5 -4
- holidays/countries/united_kingdom.py +7 -5
- holidays/countries/united_states.py +5 -4
- holidays/countries/united_states_minor_outlying_islands.py +5 -4
- holidays/countries/united_states_virgin_islands.py +5 -4
- holidays/countries/uruguay.py +5 -4
- holidays/countries/uzbekistan.py +5 -4
- holidays/countries/vanuatu.py +5 -4
- holidays/countries/vatican_city.py +5 -4
- holidays/countries/venezuela.py +5 -4
- holidays/countries/vietnam.py +5 -4
- holidays/countries/zambia.py +5 -4
- holidays/countries/zimbabwe.py +5 -4
- holidays/financial/__init__.py +5 -4
- holidays/financial/european_central_bank.py +5 -4
- holidays/financial/ny_stock_exchange.py +5 -4
- holidays/groups/__init__.py +5 -4
- holidays/groups/buddhist.py +5 -4
- holidays/groups/chinese.py +5 -4
- holidays/groups/christian.py +5 -4
- holidays/groups/custom.py +5 -4
- holidays/groups/hindu.py +5 -4
- holidays/groups/international.py +5 -4
- holidays/groups/islamic.py +6 -4
- holidays/groups/persian.py +5 -4
- holidays/groups/thai.py +5 -4
- holidays/helpers.py +5 -4
- holidays/holiday_base.py +5 -4
- holidays/locale/am/LC_MESSAGES/ET.po +12 -1
- holidays/locale/ar/LC_MESSAGES/AE.po +12 -1
- holidays/locale/ar/LC_MESSAGES/BH.po +12 -1
- holidays/locale/ar/LC_MESSAGES/CA.po +12 -1
- holidays/locale/ar/LC_MESSAGES/DJ.po +13 -1
- holidays/locale/ar/LC_MESSAGES/DZ.po +12 -1
- holidays/locale/ar/LC_MESSAGES/EG.po +12 -1
- holidays/locale/ar/LC_MESSAGES/ET.po +12 -1
- holidays/locale/ar/LC_MESSAGES/KW.mo +0 -0
- holidays/locale/ar/LC_MESSAGES/KW.po +75 -0
- holidays/locale/ar/LC_MESSAGES/MA.po +12 -1
- holidays/locale/ar/LC_MESSAGES/SA.po +12 -1
- holidays/locale/ar/LC_MESSAGES/TN.po +12 -1
- holidays/locale/ar/LC_MESSAGES/UA.po +12 -1
- holidays/locale/az/LC_MESSAGES/AZ.po +12 -1
- holidays/locale/be/LC_MESSAGES/BY.po +12 -1
- holidays/locale/bg/LC_MESSAGES/BG.po +12 -1
- holidays/locale/bs/LC_MESSAGES/BA.po +12 -1
- holidays/locale/cs/LC_MESSAGES/CZ.po +12 -1
- holidays/locale/da/LC_MESSAGES/DK.po +12 -1
- holidays/locale/de/LC_MESSAGES/AT.po +12 -1
- holidays/locale/de/LC_MESSAGES/BE.po +12 -1
- holidays/locale/de/LC_MESSAGES/CH.po +12 -1
- holidays/locale/de/LC_MESSAGES/DE.po +12 -1
- holidays/locale/de/LC_MESSAGES/LI.po +12 -1
- holidays/locale/de/LC_MESSAGES/LU.po +12 -1
- holidays/locale/el/LC_MESSAGES/CY.po +12 -1
- holidays/locale/el/LC_MESSAGES/GR.po +12 -1
- holidays/locale/en_CA/LC_MESSAGES/CA.po +12 -1
- holidays/locale/en_CY/LC_MESSAGES/CY.po +12 -1
- holidays/locale/en_SC/LC_MESSAGES/SC.mo +0 -0
- holidays/locale/en_SC/LC_MESSAGES/SC.po +117 -0
- holidays/locale/en_US/LC_MESSAGES/AE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AM.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AW.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/AZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BG.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BH.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BN.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/BY.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CH.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CN.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CU.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CW.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CY.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/CZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DJ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DK.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/DZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/EC.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/EE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/EG.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/ES.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/ET.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/FI.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/FR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/GE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/GR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/GT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/HN.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/HR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/HU.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/ID.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/IL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/IR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/IS.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/JP.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/KH.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/KR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/KW.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/KW.po +75 -0
- holidays/locale/en_US/LC_MESSAGES/LA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/LI.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/LT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/LU.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/LV.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MC.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MD.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/MD.po +20 -9
- holidays/locale/en_US/LC_MESSAGES/MG.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MX.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/MZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/NI.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/NL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/NO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/PE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/PL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/PT.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/PY.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/RO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/RS.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/RU.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/SA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/SC.mo +0 -0
- holidays/locale/en_US/LC_MESSAGES/SC.po +117 -0
- holidays/locale/en_US/LC_MESSAGES/SE.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/SI.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/SK.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TH.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TL.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TN.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TO.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TR.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TW.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/TZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/UA.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/UY.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/UZ.po +12 -1
- holidays/locale/en_US/LC_MESSAGES/VE.po +12 -1
- holidays/locale/es/LC_MESSAGES/AR.po +12 -1
- holidays/locale/es/LC_MESSAGES/BO.po +12 -1
- holidays/locale/es/LC_MESSAGES/CL.po +12 -1
- holidays/locale/es/LC_MESSAGES/CO.po +12 -1
- holidays/locale/es/LC_MESSAGES/CR.po +12 -1
- holidays/locale/es/LC_MESSAGES/CU.po +12 -1
- holidays/locale/es/LC_MESSAGES/DO.po +12 -1
- holidays/locale/es/LC_MESSAGES/EC.po +12 -1
- holidays/locale/es/LC_MESSAGES/ES.po +12 -1
- holidays/locale/es/LC_MESSAGES/GT.po +12 -1
- holidays/locale/es/LC_MESSAGES/HN.po +12 -1
- holidays/locale/es/LC_MESSAGES/MX.po +12 -1
- holidays/locale/es/LC_MESSAGES/NI.po +12 -1
- holidays/locale/es/LC_MESSAGES/PE.po +12 -1
- holidays/locale/es/LC_MESSAGES/PY.po +12 -1
- holidays/locale/es/LC_MESSAGES/UY.po +12 -1
- holidays/locale/es/LC_MESSAGES/VE.po +12 -1
- holidays/locale/et/LC_MESSAGES/EE.po +12 -1
- holidays/locale/fa/LC_MESSAGES/IR.po +12 -1
- holidays/locale/fi/LC_MESSAGES/FI.po +12 -1
- holidays/locale/fr/LC_MESSAGES/BE.po +12 -1
- holidays/locale/fr/LC_MESSAGES/CA.po +12 -1
- holidays/locale/fr/LC_MESSAGES/CH.po +12 -1
- holidays/locale/fr/LC_MESSAGES/DJ.po +12 -1
- holidays/locale/fr/LC_MESSAGES/DZ.po +12 -1
- holidays/locale/fr/LC_MESSAGES/FR.po +12 -1
- holidays/locale/fr/LC_MESSAGES/LU.po +12 -1
- holidays/locale/fr/LC_MESSAGES/MA.po +12 -1
- holidays/locale/fr/LC_MESSAGES/MC.po +12 -1
- holidays/locale/he/LC_MESSAGES/IL.po +12 -1
- holidays/locale/hr/LC_MESSAGES/HR.po +12 -1
- holidays/locale/hu/LC_MESSAGES/HU.po +12 -1
- holidays/locale/hy/LC_MESSAGES/AM.po +12 -1
- holidays/locale/id/LC_MESSAGES/ID.po +12 -1
- holidays/locale/is/LC_MESSAGES/IS.po +12 -1
- holidays/locale/it/LC_MESSAGES/CH.po +12 -1
- holidays/locale/ja/LC_MESSAGES/JP.po +12 -1
- holidays/locale/ka/LC_MESSAGES/GE.po +12 -1
- holidays/locale/km/LC_MESSAGES/KH.po +12 -1
- holidays/locale/ko/LC_MESSAGES/KR.po +12 -1
- holidays/locale/lb/LC_MESSAGES/LU.po +12 -1
- holidays/locale/lo/LC_MESSAGES/LA.po +12 -1
- holidays/locale/lt/LC_MESSAGES/LT.po +12 -1
- holidays/locale/lv/LC_MESSAGES/LV.po +12 -1
- holidays/locale/mg/LC_MESSAGES/MG.po +12 -1
- holidays/locale/ms/LC_MESSAGES/BN.po +12 -1
- holidays/locale/mt/LC_MESSAGES/MT.po +12 -1
- holidays/locale/nl/LC_MESSAGES/AW.po +12 -1
- holidays/locale/nl/LC_MESSAGES/BE.po +12 -1
- holidays/locale/nl/LC_MESSAGES/CW.po +12 -1
- holidays/locale/nl/LC_MESSAGES/NL.po +12 -1
- holidays/locale/no/LC_MESSAGES/NO.po +12 -1
- holidays/locale/pap/LC_MESSAGES/AW.po +12 -1
- holidays/locale/pap/LC_MESSAGES/CW.po +12 -1
- holidays/locale/pl/LC_MESSAGES/PL.po +12 -1
- holidays/locale/pt_AO/LC_MESSAGES/AO.po +12 -1
- holidays/locale/pt_MZ/LC_MESSAGES/MZ.po +12 -1
- holidays/locale/pt_PT/LC_MESSAGES/PT.po +12 -1
- holidays/locale/pt_TL/LC_MESSAGES/TL.po +12 -1
- holidays/locale/ro/LC_MESSAGES/MD.mo +0 -0
- holidays/locale/ro/LC_MESSAGES/MD.po +20 -9
- holidays/locale/ro/LC_MESSAGES/RO.po +12 -1
- holidays/locale/ru/LC_MESSAGES/RU.po +12 -1
- holidays/locale/sk/LC_MESSAGES/CZ.po +12 -1
- holidays/locale/sk/LC_MESSAGES/SK.po +12 -1
- holidays/locale/sl/LC_MESSAGES/SI.po +12 -1
- holidays/locale/sr/LC_MESSAGES/BA.po +12 -1
- holidays/locale/sr/LC_MESSAGES/RS.po +12 -1
- holidays/locale/sv/LC_MESSAGES/FI.po +12 -1
- holidays/locale/sv/LC_MESSAGES/SE.po +12 -1
- holidays/locale/sw/LC_MESSAGES/TZ.po +12 -1
- holidays/locale/tet/LC_MESSAGES/TL.po +12 -1
- holidays/locale/th/LC_MESSAGES/BN.po +12 -1
- holidays/locale/th/LC_MESSAGES/CA.po +12 -1
- holidays/locale/th/LC_MESSAGES/CN.po +12 -1
- holidays/locale/th/LC_MESSAGES/JP.po +12 -1
- holidays/locale/th/LC_MESSAGES/KH.po +12 -1
- holidays/locale/th/LC_MESSAGES/KR.po +12 -1
- holidays/locale/th/LC_MESSAGES/LA.po +12 -1
- holidays/locale/th/LC_MESSAGES/TH.po +12 -1
- holidays/locale/th/LC_MESSAGES/TW.po +12 -1
- holidays/locale/to/LC_MESSAGES/TO.po +12 -1
- holidays/locale/tr/LC_MESSAGES/TR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AT.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AW.po +12 -1
- holidays/locale/uk/LC_MESSAGES/AZ.po +12 -1
- holidays/locale/uk/LC_MESSAGES/BA.po +12 -1
- holidays/locale/uk/LC_MESSAGES/BE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/BG.po +12 -1
- holidays/locale/uk/LC_MESSAGES/BO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CH.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CL.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CU.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CW.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CY.po +12 -1
- holidays/locale/uk/LC_MESSAGES/CZ.po +12 -1
- holidays/locale/uk/LC_MESSAGES/DE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/DK.po +12 -1
- holidays/locale/uk/LC_MESSAGES/DO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/EC.po +12 -1
- holidays/locale/uk/LC_MESSAGES/EE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/ES.po +12 -1
- holidays/locale/uk/LC_MESSAGES/FI.po +12 -1
- holidays/locale/uk/LC_MESSAGES/FR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/GE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/GR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/HN.po +12 -1
- holidays/locale/uk/LC_MESSAGES/HR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/HU.po +12 -1
- holidays/locale/uk/LC_MESSAGES/ID.po +12 -1
- holidays/locale/uk/LC_MESSAGES/IL.po +12 -1
- holidays/locale/uk/LC_MESSAGES/IS.po +12 -1
- holidays/locale/uk/LC_MESSAGES/LI.po +12 -1
- holidays/locale/uk/LC_MESSAGES/LT.po +12 -1
- holidays/locale/uk/LC_MESSAGES/LU.po +12 -1
- holidays/locale/uk/LC_MESSAGES/LV.po +12 -1
- holidays/locale/uk/LC_MESSAGES/MC.po +12 -1
- holidays/locale/uk/LC_MESSAGES/MD.mo +0 -0
- holidays/locale/uk/LC_MESSAGES/MD.po +20 -9
- holidays/locale/uk/LC_MESSAGES/MG.po +12 -1
- holidays/locale/uk/LC_MESSAGES/MX.po +12 -1
- holidays/locale/uk/LC_MESSAGES/MZ.po +12 -1
- holidays/locale/uk/LC_MESSAGES/NI.po +12 -1
- holidays/locale/uk/LC_MESSAGES/NL.po +12 -1
- holidays/locale/uk/LC_MESSAGES/NO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/PE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/PL.po +12 -1
- holidays/locale/uk/LC_MESSAGES/PT.po +12 -1
- holidays/locale/uk/LC_MESSAGES/PY.po +12 -1
- holidays/locale/uk/LC_MESSAGES/RO.po +12 -1
- holidays/locale/uk/LC_MESSAGES/SE.po +12 -1
- holidays/locale/uk/LC_MESSAGES/SI.po +12 -1
- holidays/locale/uk/LC_MESSAGES/SK.po +12 -1
- holidays/locale/uk/LC_MESSAGES/TR.po +12 -1
- holidays/locale/uk/LC_MESSAGES/UA.po +12 -1
- holidays/locale/uk/LC_MESSAGES/UY.po +12 -1
- holidays/locale/uk/LC_MESSAGES/UZ.po +12 -1
- holidays/locale/uk/LC_MESSAGES/VE.po +12 -1
- holidays/locale/uz/LC_MESSAGES/UZ.po +12 -1
- holidays/locale/zh_CN/LC_MESSAGES/CN.po +12 -1
- holidays/locale/zh_CN/LC_MESSAGES/TW.po +12 -1
- holidays/locale/zh_TW/LC_MESSAGES/CN.po +12 -1
- holidays/locale/zh_TW/LC_MESSAGES/TW.po +12 -1
- holidays/observed_holiday_base.py +5 -4
- holidays/registry.py +7 -4
- holidays/utils.py +5 -4
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/AUTHORS +4 -0
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/LICENSE +5 -2
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/METADATA +72 -55
- holidays-0.46.dist-info/RECORD +711 -0
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/WHEEL +1 -1
- holidays-0.44.dist-info/RECORD +0 -701
- {holidays-0.44.dist-info → holidays-0.46.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Paraguay holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Romania holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Sweden holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Slovenia holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Slovakia holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Turkey holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Ukraine holidays.
|
|
2
|
-
# Authors: Arkadii Yakovets <ark@cho.red>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Uruguay holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Uzbekistan holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2024.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Venezuela holidays uk localization.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Uzbekistan holidays.
|
|
2
|
-
# Authors: ~Jhellico <jhellico@gmail.com>, (c) 2024.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Chinese holidays.
|
|
2
|
-
# Authors: PPsyrius <ppsyrius@ppsyrius.dev>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Taiwan holidays zh_CN localization.
|
|
2
|
-
# Authors: PPsyrius <ppsyrius@ppsyrius.dev>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Chinese holidays zh_TW localization.
|
|
2
|
-
# Authors: PPsyrius <ppsyrius@ppsyrius.dev>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,5 +1,16 @@
|
|
|
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 AUTHORS 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/python-holidays
|
|
11
|
+
# License: MIT (see LICENSE file)
|
|
12
|
+
#
|
|
1
13
|
# Taiwan holidays.
|
|
2
|
-
# Authors: PPsyrius <ppsyrius@ppsyrius.dev>, (c) 2023.
|
|
3
14
|
#
|
|
4
15
|
msgid ""
|
|
5
16
|
msgstr ""
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
3
|
# A fast, efficient Python library for generating country, province and state
|
|
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:
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
8
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
9
|
-
# Website: https://github.com/
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
10
11
|
# License: MIT (see LICENSE file)
|
|
11
12
|
|
|
12
13
|
from datetime import date
|
holidays/registry.py
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
3
|
# A fast, efficient Python library for generating country, province and state
|
|
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:
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
8
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
9
|
-
# Website: https://github.com/
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
10
11
|
# License: MIT (see LICENSE file)
|
|
11
12
|
|
|
12
13
|
import importlib
|
|
@@ -90,6 +91,7 @@ COUNTRIES: RegistryDict = {
|
|
|
90
91
|
"jersey": ("Jersey", "JE", "JEY"),
|
|
91
92
|
"kazakhstan": ("Kazakhstan", "KZ", "KAZ"),
|
|
92
93
|
"kenya": ("Kenya", "KE", "KEN"),
|
|
94
|
+
"kuwait": ("Kuwait", "KW", "KWT"),
|
|
93
95
|
"kyrgyzstan": ("Kyrgyzstan", "KG", "KGZ"),
|
|
94
96
|
"laos": ("Laos", "LA", "LAO"),
|
|
95
97
|
"latvia": ("Latvia", "LV", "LVA"),
|
|
@@ -131,6 +133,7 @@ COUNTRIES: RegistryDict = {
|
|
|
131
133
|
"san_marino": ("SanMarino", "SM", "SMR"),
|
|
132
134
|
"saudi_arabia": ("SaudiArabia", "SA", "SAU"),
|
|
133
135
|
"serbia": ("Serbia", "RS", "SRB"),
|
|
136
|
+
"seychelles": ("Seychelles", "SC", "SYC"),
|
|
134
137
|
"singapore": ("Singapore", "SG", "SGP"),
|
|
135
138
|
"slovakia": ("Slovakia", "SK", "SVK"),
|
|
136
139
|
"slovenia": ("Slovenia", "SI", "SVN"),
|
holidays/utils.py
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# holidays
|
|
2
|
+
# --------
|
|
3
3
|
# A fast, efficient Python library for generating country, province and state
|
|
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:
|
|
7
|
+
# Authors: Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
# dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
|
|
8
9
|
# ryanss <ryanssdev@icloud.com> (c) 2014-2017
|
|
9
|
-
# Website: https://github.com/
|
|
10
|
+
# Website: https://github.com/vacanza/python-holidays
|
|
10
11
|
# License: MIT (see LICENSE file)
|
|
11
12
|
|
|
12
13
|
__all__ = (
|
|
@@ -3,6 +3,7 @@ Python Holidays Authors
|
|
|
3
3
|
|
|
4
4
|
Aaron Picht
|
|
5
5
|
Aart Goossens
|
|
6
|
+
Abdelkhalek Boukli Hacene
|
|
6
7
|
Akos Furton
|
|
7
8
|
Alejandro Antunes
|
|
8
9
|
Alexander Schulze
|
|
@@ -52,6 +53,7 @@ Hugh McNamara
|
|
|
52
53
|
Hugo van Kemenade
|
|
53
54
|
Jacky Han
|
|
54
55
|
Jacob Punter
|
|
56
|
+
Jaemin Kim
|
|
55
57
|
Jahir Fiquitiva
|
|
56
58
|
Jakob M. Kjær
|
|
57
59
|
Jan Pipek
|
|
@@ -94,6 +96,7 @@ Ondřej Nový
|
|
|
94
96
|
Osayd Abdu
|
|
95
97
|
Oscar Romero
|
|
96
98
|
Pablo Merino
|
|
99
|
+
Panpakorn Siripanich
|
|
97
100
|
Patrick Nicholson
|
|
98
101
|
Paulo Orrock
|
|
99
102
|
Pavel Sofroniev
|
|
@@ -113,6 +116,7 @@ Sam Tregar
|
|
|
113
116
|
Santiago Feliu
|
|
114
117
|
Sergi Almacellas Abellana
|
|
115
118
|
Sergio Mayoral Martinez
|
|
119
|
+
Serhii Murza
|
|
116
120
|
Shaurya Uppal
|
|
117
121
|
Sho Hirose
|
|
118
122
|
Simon Gurcke
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
Copyright (c)
|
|
2
|
-
Copyright (c)
|
|
1
|
+
Copyright (c) Vacanza Team and individual contributors (see AUTHORS file)
|
|
2
|
+
Copyright (c) dr-prodigy <dr.prodigy.github@gmail.com>, 2017-2023
|
|
3
|
+
Copyright (c) ryanss <ryanssdev@icloud.com>, 2014-2017
|
|
4
|
+
|
|
5
|
+
All rights reserved.
|
|
3
6
|
|
|
4
7
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
8
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: holidays
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.46
|
|
4
4
|
Summary: Generate and work with holidays in Python
|
|
5
5
|
Author-email: Maurizio Montel <dr.prodigy.github@gmail.com>
|
|
6
6
|
Maintainer-email: Arkadii Yakovets <ark@cho.red>, Serhii Murza <jhellico@gmail.com>
|
|
7
|
-
License: Copyright (c)
|
|
8
|
-
Copyright (c)
|
|
7
|
+
License: Copyright (c) Vacanza Team and individual contributors (see AUTHORS file)
|
|
8
|
+
Copyright (c) dr-prodigy <dr.prodigy.github@gmail.com>, 2017-2023
|
|
9
|
+
Copyright (c) ryanss <ryanssdev@icloud.com>, 2014-2017
|
|
10
|
+
|
|
11
|
+
All rights reserved.
|
|
9
12
|
|
|
10
13
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
14
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -48,72 +51,76 @@ License-File: LICENSE
|
|
|
48
51
|
License-File: AUTHORS
|
|
49
52
|
Requires-Dist: python-dateutil
|
|
50
53
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
+
========
|
|
55
|
+
holidays
|
|
56
|
+
========
|
|
54
57
|
|
|
55
58
|
A fast, efficient Python library for generating country- and subdivision- (e.g.
|
|
56
59
|
state or province) specific sets of government-designated holidays on the fly.
|
|
57
60
|
It aims to make determining whether a specific date is a holiday as fast and
|
|
58
61
|
flexible as possible.
|
|
59
62
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
:alt: Downloads
|
|
64
|
-
|
|
65
|
-
.. image:: https://img.shields.io/pypi/v/holidays?color=%2341B5BE&label=version&style=flat
|
|
66
|
-
:target: https://pypi.org/project/holidays
|
|
67
|
-
:alt: PyPI version
|
|
63
|
+
.. |downloads| image:: https://img.shields.io/pypi/dm/holidays?color=%2341B5BE&style=flat
|
|
64
|
+
:target: https://pypi.org/project/holidays
|
|
65
|
+
:alt: PyPI downloads
|
|
68
66
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
67
|
+
.. |version| image:: https://img.shields.io/pypi/v/holidays?color=%2341B5BE&label=version&style=flat
|
|
68
|
+
:target: https://pypi.org/project/holidays
|
|
69
|
+
:alt: PyPI version
|
|
72
70
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
:alt: CI/CD status
|
|
71
|
+
.. |release date| image:: https://img.shields.io/github/release-date/vacanza/python-holidays?color=%2341B5BE&style=flat
|
|
72
|
+
:target: https://github.com/vacanza/python-holidays/releases
|
|
73
|
+
:alt: PyPI release date
|
|
77
74
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
75
|
+
.. |status| image:: https://img.shields.io/github/actions/workflow/status/vacanza/python-holidays/ci-cd.yml?color=%2341BE4A&style=flat
|
|
76
|
+
:target: https://github.com/vacanza/python-holidays/actions
|
|
77
|
+
:alt: CI/CD status
|
|
81
78
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
:alt: License
|
|
79
|
+
.. |documentation| image:: https://img.shields.io/readthedocs/python-holidays?color=%2341BE4A&style=flat
|
|
80
|
+
:target: https://python-holidays.readthedocs.io/en/latest/?badge=latest
|
|
81
|
+
:alt: Documentation status
|
|
86
82
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
83
|
+
.. |license| image:: https://img.shields.io/github/license/vacanza/python-holidays?color=%2341B5BE&style=flat
|
|
84
|
+
:target: https://github.com/vacanza/python-holidays/blob/dev/LICENSE
|
|
85
|
+
:alt: License
|
|
90
86
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
87
|
+
.. |python versions| image:: https://img.shields.io/pypi/pyversions/holidays?label=python&color=%2341B5BE&style=flat
|
|
88
|
+
:target: https://pypi.org/project/holidays
|
|
89
|
+
:alt: Python supported versions
|
|
94
90
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
91
|
+
.. |style| image:: https://img.shields.io/badge/code%20style-black-%252333F93C0?label=style&color=%2341B5BE&style=flat
|
|
92
|
+
:target: https://github.com/psf/black
|
|
93
|
+
:alt: Code style
|
|
98
94
|
|
|
95
|
+
.. |coverage| image:: https://img.shields.io/coverallsCoverage/github/vacanza/python-holidays?branch=main&color=%2341B5BE&style=flat
|
|
96
|
+
:target: https://coveralls.io/r/vacanza/python-holidays
|
|
97
|
+
:alt: Code coverage
|
|
99
98
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
:alt: GitHub stars
|
|
99
|
+
.. |stars| image:: https://img.shields.io/github/stars/vacanza/python-holidays?color=%2341BE4A&style=flat
|
|
100
|
+
:target: https://github.com/vacanza/python-holidays/stargazers
|
|
101
|
+
:alt: GitHub stars
|
|
104
102
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
103
|
+
.. |forks| image:: https://img.shields.io/github/forks/vacanza/python-holidays?color=%2341BE4A&style=flat
|
|
104
|
+
:target: https://github.com/vacanza/python-holidays/forks
|
|
105
|
+
:alt: GitHub forks
|
|
108
106
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
107
|
+
.. |contributors| image:: https://img.shields.io/github/contributors/vacanza/python-holidays?color=%2341BE4A&style=flat
|
|
108
|
+
:target: https://github.com/vacanza/python-holidays/graphs/contributors
|
|
109
|
+
:alt: GitHub contributors
|
|
112
110
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
111
|
+
.. |last commit| image:: https://img.shields.io/github/last-commit/vacanza/python-holidays/dev?color=%2341BE4A&style=flat
|
|
112
|
+
:target: https://github.com/vacanza/python-holidays/commits/dev
|
|
113
|
+
:alt: GitHub last commit
|
|
116
114
|
|
|
115
|
+
+--------+------------------------------------------------+
|
|
116
|
+
| PyPI | |downloads| |version| |release date| |
|
|
117
|
+
+--------+------------------------------------------------+
|
|
118
|
+
| CI/CD | |status| |documentation| |
|
|
119
|
+
+--------+------------------------------------------------+
|
|
120
|
+
| Code | |license| |python versions| |style| |coverage| |
|
|
121
|
+
+--------+------------------------------------------------+
|
|
122
|
+
| GitHub | |stars| |forks| |contributors| |last commit| |
|
|
123
|
+
+--------+------------------------------------------------+
|
|
117
124
|
|
|
118
125
|
Install
|
|
119
126
|
-------
|
|
@@ -192,7 +199,7 @@ Available Countries
|
|
|
192
199
|
.. _ISO 639-1 code: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
|
193
200
|
.. _ISO 639-2 code: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes
|
|
194
201
|
|
|
195
|
-
We currently support
|
|
202
|
+
We currently support 145 country codes. The standard way to refer to a country
|
|
196
203
|
is by using its `ISO 3166-1 alpha-2 code`_, the same used for domain names, and
|
|
197
204
|
for a subdivision its `ISO 3166-2 code`_. Some countries have common or foreign
|
|
198
205
|
names or abbreviations as aliases for their subdivisions. These are defined in
|
|
@@ -268,9 +275,9 @@ All other default values are highlighted with bold:
|
|
|
268
275
|
-
|
|
269
276
|
* - Australia
|
|
270
277
|
- AU
|
|
271
|
-
- States and territories:
|
|
272
|
-
-
|
|
278
|
+
- States and territories: ACT (Australian Capital Territory), NSW (New South Wales), NT (Northern Territory), QLD (Queensland), SA (South Australia), TAS (Tasmania), VIC (Victoria), WA (Western Australia)
|
|
273
279
|
-
|
|
280
|
+
- BANK, HALF_DAY
|
|
274
281
|
* - Austria
|
|
275
282
|
- AT
|
|
276
283
|
- States: 1 (Burgenland, Bgld, B), 2 (Kärnten, Ktn, K), 3 (Niederösterreich, NÖ, N), 4 (Oberösterreich, OÖ, O), 5 (Salzburg, Sbg, S), 6 (Steiermark, Stmk, St), 7 (Tirol, T), 8 (Vorarlberg, Vbg, V), 9 (Wien, W)
|
|
@@ -591,6 +598,11 @@ All other default values are highlighted with bold:
|
|
|
591
598
|
-
|
|
592
599
|
-
|
|
593
600
|
-
|
|
601
|
+
* - Kuwait
|
|
602
|
+
- KW
|
|
603
|
+
-
|
|
604
|
+
- **ar**, en_US
|
|
605
|
+
-
|
|
594
606
|
* - Kyrgyzstan
|
|
595
607
|
- KG
|
|
596
608
|
-
|
|
@@ -796,6 +808,11 @@ All other default values are highlighted with bold:
|
|
|
796
808
|
-
|
|
797
809
|
- en_US, **sr**
|
|
798
810
|
-
|
|
811
|
+
* - Seychelles
|
|
812
|
+
- SC
|
|
813
|
+
-
|
|
814
|
+
- **en_SC**, en_US
|
|
815
|
+
-
|
|
799
816
|
* - Singapore
|
|
800
817
|
- SG
|
|
801
818
|
-
|
|
@@ -978,7 +995,7 @@ Contributions
|
|
|
978
995
|
|
|
979
996
|
.. _Issues: https://github.com/vacanza/python-holidays/issues
|
|
980
997
|
.. _pull requests: https://github.com/vacanza/python-holidays/pulls
|
|
981
|
-
.. _here: CONTRIBUTING.rst
|
|
998
|
+
.. _here: https://github.com/vacanza/python-holidays/blob/dev/CONTRIBUTING.rst
|
|
982
999
|
|
|
983
1000
|
Issues_ and `pull requests`_ are always welcome. Please see
|
|
984
1001
|
`here`_ for more information.
|
|
@@ -986,7 +1003,7 @@ Issues_ and `pull requests`_ are always welcome. Please see
|
|
|
986
1003
|
License
|
|
987
1004
|
-------
|
|
988
1005
|
|
|
989
|
-
.. __: LICENSE
|
|
1006
|
+
.. __: https://github.com/vacanza/python-holidays/blob/dev/LICENSE
|
|
990
1007
|
|
|
991
1008
|
Code and documentation are available according to the MIT License
|
|
992
1009
|
(see LICENSE__).
|