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.
Files changed (455) hide show
  1. holidays/__init__.py +6 -5
  2. holidays/calendars/__init__.py +5 -4
  3. holidays/calendars/buddhist.py +5 -4
  4. holidays/calendars/chinese.py +5 -4
  5. holidays/calendars/custom.py +5 -4
  6. holidays/calendars/gregorian.py +5 -4
  7. holidays/calendars/hebrew.py +5 -4
  8. holidays/calendars/hindu.py +5 -4
  9. holidays/calendars/islamic.py +5 -4
  10. holidays/calendars/julian.py +5 -4
  11. holidays/calendars/julian_revised.py +5 -4
  12. holidays/calendars/persian.py +5 -4
  13. holidays/calendars/thai.py +5 -4
  14. holidays/constants.py +5 -4
  15. holidays/countries/__init__.py +7 -4
  16. holidays/countries/albania.py +5 -4
  17. holidays/countries/algeria.py +5 -4
  18. holidays/countries/american_samoa.py +5 -4
  19. holidays/countries/andorra.py +5 -4
  20. holidays/countries/angola.py +5 -4
  21. holidays/countries/argentina.py +5 -4
  22. holidays/countries/armenia.py +5 -4
  23. holidays/countries/aruba.py +5 -4
  24. holidays/countries/australia.py +754 -131
  25. holidays/countries/austria.py +5 -4
  26. holidays/countries/azerbaijan.py +5 -4
  27. holidays/countries/bahamas.py +5 -4
  28. holidays/countries/bahrain.py +5 -4
  29. holidays/countries/bangladesh.py +5 -5
  30. holidays/countries/barbados.py +5 -4
  31. holidays/countries/belarus.py +5 -4
  32. holidays/countries/belgium.py +5 -4
  33. holidays/countries/belize.py +5 -4
  34. holidays/countries/bolivia.py +5 -5
  35. holidays/countries/bosnia_and_herzegovina.py +5 -5
  36. holidays/countries/botswana.py +5 -4
  37. holidays/countries/brazil.py +5 -4
  38. holidays/countries/brunei.py +5 -4
  39. holidays/countries/bulgaria.py +5 -4
  40. holidays/countries/burkina_faso.py +5 -4
  41. holidays/countries/burundi.py +5 -4
  42. holidays/countries/cambodia.py +5 -4
  43. holidays/countries/cameroon.py +5 -4
  44. holidays/countries/canada.py +5 -4
  45. holidays/countries/chad.py +5 -4
  46. holidays/countries/chile.py +5 -4
  47. holidays/countries/china.py +5 -4
  48. holidays/countries/colombia.py +5 -4
  49. holidays/countries/costa_rica.py +5 -4
  50. holidays/countries/croatia.py +5 -4
  51. holidays/countries/cuba.py +5 -4
  52. holidays/countries/curacao.py +5 -4
  53. holidays/countries/cyprus.py +5 -4
  54. holidays/countries/czechia.py +5 -4
  55. holidays/countries/denmark.py +5 -4
  56. holidays/countries/djibouti.py +5 -4
  57. holidays/countries/dominican_republic.py +5 -4
  58. holidays/countries/ecuador.py +5 -4
  59. holidays/countries/egypt.py +5 -5
  60. holidays/countries/el_salvador.py +5 -4
  61. holidays/countries/estonia.py +5 -4
  62. holidays/countries/eswatini.py +5 -4
  63. holidays/countries/ethiopia.py +5 -4
  64. holidays/countries/finland.py +5 -4
  65. holidays/countries/france.py +5 -4
  66. holidays/countries/gabon.py +5 -4
  67. holidays/countries/georgia.py +5 -4
  68. holidays/countries/germany.py +5 -4
  69. holidays/countries/ghana.py +5 -4
  70. holidays/countries/greece.py +5 -4
  71. holidays/countries/guam.py +5 -4
  72. holidays/countries/guatemala.py +5 -4
  73. holidays/countries/honduras.py +5 -4
  74. holidays/countries/hongkong.py +5 -4
  75. holidays/countries/hungary.py +5 -4
  76. holidays/countries/iceland.py +5 -4
  77. holidays/countries/india.py +5 -4
  78. holidays/countries/indonesia.py +5 -4
  79. holidays/countries/iran.py +5 -4
  80. holidays/countries/ireland.py +5 -4
  81. holidays/countries/isle_of_man.py +5 -4
  82. holidays/countries/israel.py +5 -4
  83. holidays/countries/italy.py +5 -5
  84. holidays/countries/jamaica.py +5 -4
  85. holidays/countries/japan.py +5 -4
  86. holidays/countries/jersey.py +3 -3
  87. holidays/countries/kazakhstan.py +5 -4
  88. holidays/countries/kenya.py +5 -4
  89. holidays/countries/kuwait.py +78 -0
  90. holidays/countries/kyrgyzstan.py +5 -4
  91. holidays/countries/laos.py +5 -4
  92. holidays/countries/latvia.py +5 -4
  93. holidays/countries/lesotho.py +5 -4
  94. holidays/countries/liechtenstein.py +5 -5
  95. holidays/countries/lithuania.py +5 -4
  96. holidays/countries/luxembourg.py +5 -4
  97. holidays/countries/madagascar.py +5 -4
  98. holidays/countries/malawi.py +5 -4
  99. holidays/countries/malaysia.py +5 -4
  100. holidays/countries/maldives.py +5 -4
  101. holidays/countries/malta.py +5 -4
  102. holidays/countries/marshall_islands.py +5 -4
  103. holidays/countries/mexico.py +15 -9
  104. holidays/countries/moldova.py +11 -10
  105. holidays/countries/monaco.py +5 -4
  106. holidays/countries/montenegro.py +5 -4
  107. holidays/countries/morocco.py +5 -4
  108. holidays/countries/mozambique.py +5 -4
  109. holidays/countries/namibia.py +5 -4
  110. holidays/countries/netherlands.py +5 -4
  111. holidays/countries/new_zealand.py +5 -4
  112. holidays/countries/nicaragua.py +5 -4
  113. holidays/countries/nigeria.py +5 -4
  114. holidays/countries/north_macedonia.py +5 -4
  115. holidays/countries/northern_mariana_islands.py +5 -4
  116. holidays/countries/norway.py +5 -4
  117. holidays/countries/pakistan.py +5 -4
  118. holidays/countries/panama.py +5 -4
  119. holidays/countries/papua_new_guinea.py +5 -4
  120. holidays/countries/paraguay.py +5 -4
  121. holidays/countries/peru.py +5 -5
  122. holidays/countries/philippines.py +5 -5
  123. holidays/countries/poland.py +5 -4
  124. holidays/countries/portugal.py +5 -4
  125. holidays/countries/puerto_rico.py +5 -4
  126. holidays/countries/romania.py +5 -4
  127. holidays/countries/russia.py +5 -4
  128. holidays/countries/san_marino.py +5 -4
  129. holidays/countries/saudi_arabia.py +5 -4
  130. holidays/countries/serbia.py +5 -4
  131. holidays/countries/seychelles.py +175 -0
  132. holidays/countries/singapore.py +5 -4
  133. holidays/countries/slovakia.py +5 -4
  134. holidays/countries/slovenia.py +5 -4
  135. holidays/countries/south_africa.py +5 -4
  136. holidays/countries/south_korea.py +5 -4
  137. holidays/countries/spain.py +5 -4
  138. holidays/countries/sweden.py +5 -4
  139. holidays/countries/switzerland.py +5 -4
  140. holidays/countries/taiwan.py +5 -4
  141. holidays/countries/tanzania.py +5 -4
  142. holidays/countries/thailand.py +6 -5
  143. holidays/countries/timor_leste.py +5 -4
  144. holidays/countries/tonga.py +5 -4
  145. holidays/countries/tunisia.py +5 -5
  146. holidays/countries/turkey.py +5 -4
  147. holidays/countries/ukraine.py +5 -4
  148. holidays/countries/united_arab_emirates.py +5 -4
  149. holidays/countries/united_kingdom.py +7 -5
  150. holidays/countries/united_states.py +5 -4
  151. holidays/countries/united_states_minor_outlying_islands.py +5 -4
  152. holidays/countries/united_states_virgin_islands.py +5 -4
  153. holidays/countries/uruguay.py +5 -4
  154. holidays/countries/uzbekistan.py +5 -4
  155. holidays/countries/vanuatu.py +5 -4
  156. holidays/countries/vatican_city.py +5 -4
  157. holidays/countries/venezuela.py +5 -4
  158. holidays/countries/vietnam.py +5 -4
  159. holidays/countries/zambia.py +5 -4
  160. holidays/countries/zimbabwe.py +5 -4
  161. holidays/financial/__init__.py +5 -4
  162. holidays/financial/european_central_bank.py +5 -4
  163. holidays/financial/ny_stock_exchange.py +5 -4
  164. holidays/groups/__init__.py +5 -4
  165. holidays/groups/buddhist.py +5 -4
  166. holidays/groups/chinese.py +5 -4
  167. holidays/groups/christian.py +5 -4
  168. holidays/groups/custom.py +5 -4
  169. holidays/groups/hindu.py +5 -4
  170. holidays/groups/international.py +5 -4
  171. holidays/groups/islamic.py +6 -4
  172. holidays/groups/persian.py +5 -4
  173. holidays/groups/thai.py +5 -4
  174. holidays/helpers.py +5 -4
  175. holidays/holiday_base.py +5 -4
  176. holidays/locale/am/LC_MESSAGES/ET.po +12 -1
  177. holidays/locale/ar/LC_MESSAGES/AE.po +12 -1
  178. holidays/locale/ar/LC_MESSAGES/BH.po +12 -1
  179. holidays/locale/ar/LC_MESSAGES/CA.po +12 -1
  180. holidays/locale/ar/LC_MESSAGES/DJ.po +13 -1
  181. holidays/locale/ar/LC_MESSAGES/DZ.po +12 -1
  182. holidays/locale/ar/LC_MESSAGES/EG.po +12 -1
  183. holidays/locale/ar/LC_MESSAGES/ET.po +12 -1
  184. holidays/locale/ar/LC_MESSAGES/KW.mo +0 -0
  185. holidays/locale/ar/LC_MESSAGES/KW.po +75 -0
  186. holidays/locale/ar/LC_MESSAGES/MA.po +12 -1
  187. holidays/locale/ar/LC_MESSAGES/SA.po +12 -1
  188. holidays/locale/ar/LC_MESSAGES/TN.po +12 -1
  189. holidays/locale/ar/LC_MESSAGES/UA.po +12 -1
  190. holidays/locale/az/LC_MESSAGES/AZ.po +12 -1
  191. holidays/locale/be/LC_MESSAGES/BY.po +12 -1
  192. holidays/locale/bg/LC_MESSAGES/BG.po +12 -1
  193. holidays/locale/bs/LC_MESSAGES/BA.po +12 -1
  194. holidays/locale/cs/LC_MESSAGES/CZ.po +12 -1
  195. holidays/locale/da/LC_MESSAGES/DK.po +12 -1
  196. holidays/locale/de/LC_MESSAGES/AT.po +12 -1
  197. holidays/locale/de/LC_MESSAGES/BE.po +12 -1
  198. holidays/locale/de/LC_MESSAGES/CH.po +12 -1
  199. holidays/locale/de/LC_MESSAGES/DE.po +12 -1
  200. holidays/locale/de/LC_MESSAGES/LI.po +12 -1
  201. holidays/locale/de/LC_MESSAGES/LU.po +12 -1
  202. holidays/locale/el/LC_MESSAGES/CY.po +12 -1
  203. holidays/locale/el/LC_MESSAGES/GR.po +12 -1
  204. holidays/locale/en_CA/LC_MESSAGES/CA.po +12 -1
  205. holidays/locale/en_CY/LC_MESSAGES/CY.po +12 -1
  206. holidays/locale/en_SC/LC_MESSAGES/SC.mo +0 -0
  207. holidays/locale/en_SC/LC_MESSAGES/SC.po +117 -0
  208. holidays/locale/en_US/LC_MESSAGES/AE.po +12 -1
  209. holidays/locale/en_US/LC_MESSAGES/AM.po +12 -1
  210. holidays/locale/en_US/LC_MESSAGES/AO.po +12 -1
  211. holidays/locale/en_US/LC_MESSAGES/AR.po +12 -1
  212. holidays/locale/en_US/LC_MESSAGES/AT.po +12 -1
  213. holidays/locale/en_US/LC_MESSAGES/AW.po +12 -1
  214. holidays/locale/en_US/LC_MESSAGES/AZ.po +12 -1
  215. holidays/locale/en_US/LC_MESSAGES/BA.po +12 -1
  216. holidays/locale/en_US/LC_MESSAGES/BE.po +12 -1
  217. holidays/locale/en_US/LC_MESSAGES/BG.po +12 -1
  218. holidays/locale/en_US/LC_MESSAGES/BH.po +12 -1
  219. holidays/locale/en_US/LC_MESSAGES/BN.po +12 -1
  220. holidays/locale/en_US/LC_MESSAGES/BO.po +12 -1
  221. holidays/locale/en_US/LC_MESSAGES/BY.po +12 -1
  222. holidays/locale/en_US/LC_MESSAGES/CA.po +12 -1
  223. holidays/locale/en_US/LC_MESSAGES/CH.po +12 -1
  224. holidays/locale/en_US/LC_MESSAGES/CL.po +12 -1
  225. holidays/locale/en_US/LC_MESSAGES/CN.po +12 -1
  226. holidays/locale/en_US/LC_MESSAGES/CO.po +12 -1
  227. holidays/locale/en_US/LC_MESSAGES/CR.po +12 -1
  228. holidays/locale/en_US/LC_MESSAGES/CU.po +12 -1
  229. holidays/locale/en_US/LC_MESSAGES/CW.po +12 -1
  230. holidays/locale/en_US/LC_MESSAGES/CY.po +12 -1
  231. holidays/locale/en_US/LC_MESSAGES/CZ.po +12 -1
  232. holidays/locale/en_US/LC_MESSAGES/DE.po +12 -1
  233. holidays/locale/en_US/LC_MESSAGES/DJ.po +12 -1
  234. holidays/locale/en_US/LC_MESSAGES/DK.po +12 -1
  235. holidays/locale/en_US/LC_MESSAGES/DO.po +12 -1
  236. holidays/locale/en_US/LC_MESSAGES/DZ.po +12 -1
  237. holidays/locale/en_US/LC_MESSAGES/EC.po +12 -1
  238. holidays/locale/en_US/LC_MESSAGES/EE.po +12 -1
  239. holidays/locale/en_US/LC_MESSAGES/EG.po +12 -1
  240. holidays/locale/en_US/LC_MESSAGES/ES.po +12 -1
  241. holidays/locale/en_US/LC_MESSAGES/ET.po +12 -1
  242. holidays/locale/en_US/LC_MESSAGES/FI.po +12 -1
  243. holidays/locale/en_US/LC_MESSAGES/FR.po +12 -1
  244. holidays/locale/en_US/LC_MESSAGES/GE.po +12 -1
  245. holidays/locale/en_US/LC_MESSAGES/GR.po +12 -1
  246. holidays/locale/en_US/LC_MESSAGES/GT.po +12 -1
  247. holidays/locale/en_US/LC_MESSAGES/HN.po +12 -1
  248. holidays/locale/en_US/LC_MESSAGES/HR.po +12 -1
  249. holidays/locale/en_US/LC_MESSAGES/HU.po +12 -1
  250. holidays/locale/en_US/LC_MESSAGES/ID.po +12 -1
  251. holidays/locale/en_US/LC_MESSAGES/IL.po +12 -1
  252. holidays/locale/en_US/LC_MESSAGES/IR.po +12 -1
  253. holidays/locale/en_US/LC_MESSAGES/IS.po +12 -1
  254. holidays/locale/en_US/LC_MESSAGES/JP.po +12 -1
  255. holidays/locale/en_US/LC_MESSAGES/KH.po +12 -1
  256. holidays/locale/en_US/LC_MESSAGES/KR.po +12 -1
  257. holidays/locale/en_US/LC_MESSAGES/KW.mo +0 -0
  258. holidays/locale/en_US/LC_MESSAGES/KW.po +75 -0
  259. holidays/locale/en_US/LC_MESSAGES/LA.po +12 -1
  260. holidays/locale/en_US/LC_MESSAGES/LI.po +12 -1
  261. holidays/locale/en_US/LC_MESSAGES/LT.po +12 -1
  262. holidays/locale/en_US/LC_MESSAGES/LU.po +12 -1
  263. holidays/locale/en_US/LC_MESSAGES/LV.po +12 -1
  264. holidays/locale/en_US/LC_MESSAGES/MA.po +12 -1
  265. holidays/locale/en_US/LC_MESSAGES/MC.po +12 -1
  266. holidays/locale/en_US/LC_MESSAGES/MD.mo +0 -0
  267. holidays/locale/en_US/LC_MESSAGES/MD.po +20 -9
  268. holidays/locale/en_US/LC_MESSAGES/MG.po +12 -1
  269. holidays/locale/en_US/LC_MESSAGES/MT.po +12 -1
  270. holidays/locale/en_US/LC_MESSAGES/MX.po +12 -1
  271. holidays/locale/en_US/LC_MESSAGES/MZ.po +12 -1
  272. holidays/locale/en_US/LC_MESSAGES/NI.po +12 -1
  273. holidays/locale/en_US/LC_MESSAGES/NL.po +12 -1
  274. holidays/locale/en_US/LC_MESSAGES/NO.po +12 -1
  275. holidays/locale/en_US/LC_MESSAGES/PE.po +12 -1
  276. holidays/locale/en_US/LC_MESSAGES/PL.po +12 -1
  277. holidays/locale/en_US/LC_MESSAGES/PT.po +12 -1
  278. holidays/locale/en_US/LC_MESSAGES/PY.po +12 -1
  279. holidays/locale/en_US/LC_MESSAGES/RO.po +12 -1
  280. holidays/locale/en_US/LC_MESSAGES/RS.po +12 -1
  281. holidays/locale/en_US/LC_MESSAGES/RU.po +12 -1
  282. holidays/locale/en_US/LC_MESSAGES/SA.po +12 -1
  283. holidays/locale/en_US/LC_MESSAGES/SC.mo +0 -0
  284. holidays/locale/en_US/LC_MESSAGES/SC.po +117 -0
  285. holidays/locale/en_US/LC_MESSAGES/SE.po +12 -1
  286. holidays/locale/en_US/LC_MESSAGES/SI.po +12 -1
  287. holidays/locale/en_US/LC_MESSAGES/SK.po +12 -1
  288. holidays/locale/en_US/LC_MESSAGES/TH.po +12 -1
  289. holidays/locale/en_US/LC_MESSAGES/TL.po +12 -1
  290. holidays/locale/en_US/LC_MESSAGES/TN.po +12 -1
  291. holidays/locale/en_US/LC_MESSAGES/TO.po +12 -1
  292. holidays/locale/en_US/LC_MESSAGES/TR.po +12 -1
  293. holidays/locale/en_US/LC_MESSAGES/TW.po +12 -1
  294. holidays/locale/en_US/LC_MESSAGES/TZ.po +12 -1
  295. holidays/locale/en_US/LC_MESSAGES/UA.po +12 -1
  296. holidays/locale/en_US/LC_MESSAGES/UY.po +12 -1
  297. holidays/locale/en_US/LC_MESSAGES/UZ.po +12 -1
  298. holidays/locale/en_US/LC_MESSAGES/VE.po +12 -1
  299. holidays/locale/es/LC_MESSAGES/AR.po +12 -1
  300. holidays/locale/es/LC_MESSAGES/BO.po +12 -1
  301. holidays/locale/es/LC_MESSAGES/CL.po +12 -1
  302. holidays/locale/es/LC_MESSAGES/CO.po +12 -1
  303. holidays/locale/es/LC_MESSAGES/CR.po +12 -1
  304. holidays/locale/es/LC_MESSAGES/CU.po +12 -1
  305. holidays/locale/es/LC_MESSAGES/DO.po +12 -1
  306. holidays/locale/es/LC_MESSAGES/EC.po +12 -1
  307. holidays/locale/es/LC_MESSAGES/ES.po +12 -1
  308. holidays/locale/es/LC_MESSAGES/GT.po +12 -1
  309. holidays/locale/es/LC_MESSAGES/HN.po +12 -1
  310. holidays/locale/es/LC_MESSAGES/MX.po +12 -1
  311. holidays/locale/es/LC_MESSAGES/NI.po +12 -1
  312. holidays/locale/es/LC_MESSAGES/PE.po +12 -1
  313. holidays/locale/es/LC_MESSAGES/PY.po +12 -1
  314. holidays/locale/es/LC_MESSAGES/UY.po +12 -1
  315. holidays/locale/es/LC_MESSAGES/VE.po +12 -1
  316. holidays/locale/et/LC_MESSAGES/EE.po +12 -1
  317. holidays/locale/fa/LC_MESSAGES/IR.po +12 -1
  318. holidays/locale/fi/LC_MESSAGES/FI.po +12 -1
  319. holidays/locale/fr/LC_MESSAGES/BE.po +12 -1
  320. holidays/locale/fr/LC_MESSAGES/CA.po +12 -1
  321. holidays/locale/fr/LC_MESSAGES/CH.po +12 -1
  322. holidays/locale/fr/LC_MESSAGES/DJ.po +12 -1
  323. holidays/locale/fr/LC_MESSAGES/DZ.po +12 -1
  324. holidays/locale/fr/LC_MESSAGES/FR.po +12 -1
  325. holidays/locale/fr/LC_MESSAGES/LU.po +12 -1
  326. holidays/locale/fr/LC_MESSAGES/MA.po +12 -1
  327. holidays/locale/fr/LC_MESSAGES/MC.po +12 -1
  328. holidays/locale/he/LC_MESSAGES/IL.po +12 -1
  329. holidays/locale/hr/LC_MESSAGES/HR.po +12 -1
  330. holidays/locale/hu/LC_MESSAGES/HU.po +12 -1
  331. holidays/locale/hy/LC_MESSAGES/AM.po +12 -1
  332. holidays/locale/id/LC_MESSAGES/ID.po +12 -1
  333. holidays/locale/is/LC_MESSAGES/IS.po +12 -1
  334. holidays/locale/it/LC_MESSAGES/CH.po +12 -1
  335. holidays/locale/ja/LC_MESSAGES/JP.po +12 -1
  336. holidays/locale/ka/LC_MESSAGES/GE.po +12 -1
  337. holidays/locale/km/LC_MESSAGES/KH.po +12 -1
  338. holidays/locale/ko/LC_MESSAGES/KR.po +12 -1
  339. holidays/locale/lb/LC_MESSAGES/LU.po +12 -1
  340. holidays/locale/lo/LC_MESSAGES/LA.po +12 -1
  341. holidays/locale/lt/LC_MESSAGES/LT.po +12 -1
  342. holidays/locale/lv/LC_MESSAGES/LV.po +12 -1
  343. holidays/locale/mg/LC_MESSAGES/MG.po +12 -1
  344. holidays/locale/ms/LC_MESSAGES/BN.po +12 -1
  345. holidays/locale/mt/LC_MESSAGES/MT.po +12 -1
  346. holidays/locale/nl/LC_MESSAGES/AW.po +12 -1
  347. holidays/locale/nl/LC_MESSAGES/BE.po +12 -1
  348. holidays/locale/nl/LC_MESSAGES/CW.po +12 -1
  349. holidays/locale/nl/LC_MESSAGES/NL.po +12 -1
  350. holidays/locale/no/LC_MESSAGES/NO.po +12 -1
  351. holidays/locale/pap/LC_MESSAGES/AW.po +12 -1
  352. holidays/locale/pap/LC_MESSAGES/CW.po +12 -1
  353. holidays/locale/pl/LC_MESSAGES/PL.po +12 -1
  354. holidays/locale/pt_AO/LC_MESSAGES/AO.po +12 -1
  355. holidays/locale/pt_MZ/LC_MESSAGES/MZ.po +12 -1
  356. holidays/locale/pt_PT/LC_MESSAGES/PT.po +12 -1
  357. holidays/locale/pt_TL/LC_MESSAGES/TL.po +12 -1
  358. holidays/locale/ro/LC_MESSAGES/MD.mo +0 -0
  359. holidays/locale/ro/LC_MESSAGES/MD.po +20 -9
  360. holidays/locale/ro/LC_MESSAGES/RO.po +12 -1
  361. holidays/locale/ru/LC_MESSAGES/RU.po +12 -1
  362. holidays/locale/sk/LC_MESSAGES/CZ.po +12 -1
  363. holidays/locale/sk/LC_MESSAGES/SK.po +12 -1
  364. holidays/locale/sl/LC_MESSAGES/SI.po +12 -1
  365. holidays/locale/sr/LC_MESSAGES/BA.po +12 -1
  366. holidays/locale/sr/LC_MESSAGES/RS.po +12 -1
  367. holidays/locale/sv/LC_MESSAGES/FI.po +12 -1
  368. holidays/locale/sv/LC_MESSAGES/SE.po +12 -1
  369. holidays/locale/sw/LC_MESSAGES/TZ.po +12 -1
  370. holidays/locale/tet/LC_MESSAGES/TL.po +12 -1
  371. holidays/locale/th/LC_MESSAGES/BN.po +12 -1
  372. holidays/locale/th/LC_MESSAGES/CA.po +12 -1
  373. holidays/locale/th/LC_MESSAGES/CN.po +12 -1
  374. holidays/locale/th/LC_MESSAGES/JP.po +12 -1
  375. holidays/locale/th/LC_MESSAGES/KH.po +12 -1
  376. holidays/locale/th/LC_MESSAGES/KR.po +12 -1
  377. holidays/locale/th/LC_MESSAGES/LA.po +12 -1
  378. holidays/locale/th/LC_MESSAGES/TH.po +12 -1
  379. holidays/locale/th/LC_MESSAGES/TW.po +12 -1
  380. holidays/locale/to/LC_MESSAGES/TO.po +12 -1
  381. holidays/locale/tr/LC_MESSAGES/TR.po +12 -1
  382. holidays/locale/uk/LC_MESSAGES/AO.po +12 -1
  383. holidays/locale/uk/LC_MESSAGES/AR.po +12 -1
  384. holidays/locale/uk/LC_MESSAGES/AT.po +12 -1
  385. holidays/locale/uk/LC_MESSAGES/AW.po +12 -1
  386. holidays/locale/uk/LC_MESSAGES/AZ.po +12 -1
  387. holidays/locale/uk/LC_MESSAGES/BA.po +12 -1
  388. holidays/locale/uk/LC_MESSAGES/BE.po +12 -1
  389. holidays/locale/uk/LC_MESSAGES/BG.po +12 -1
  390. holidays/locale/uk/LC_MESSAGES/BO.po +12 -1
  391. holidays/locale/uk/LC_MESSAGES/CH.po +12 -1
  392. holidays/locale/uk/LC_MESSAGES/CL.po +12 -1
  393. holidays/locale/uk/LC_MESSAGES/CO.po +12 -1
  394. holidays/locale/uk/LC_MESSAGES/CR.po +12 -1
  395. holidays/locale/uk/LC_MESSAGES/CU.po +12 -1
  396. holidays/locale/uk/LC_MESSAGES/CW.po +12 -1
  397. holidays/locale/uk/LC_MESSAGES/CY.po +12 -1
  398. holidays/locale/uk/LC_MESSAGES/CZ.po +12 -1
  399. holidays/locale/uk/LC_MESSAGES/DE.po +12 -1
  400. holidays/locale/uk/LC_MESSAGES/DK.po +12 -1
  401. holidays/locale/uk/LC_MESSAGES/DO.po +12 -1
  402. holidays/locale/uk/LC_MESSAGES/EC.po +12 -1
  403. holidays/locale/uk/LC_MESSAGES/EE.po +12 -1
  404. holidays/locale/uk/LC_MESSAGES/ES.po +12 -1
  405. holidays/locale/uk/LC_MESSAGES/FI.po +12 -1
  406. holidays/locale/uk/LC_MESSAGES/FR.po +12 -1
  407. holidays/locale/uk/LC_MESSAGES/GE.po +12 -1
  408. holidays/locale/uk/LC_MESSAGES/GR.po +12 -1
  409. holidays/locale/uk/LC_MESSAGES/HN.po +12 -1
  410. holidays/locale/uk/LC_MESSAGES/HR.po +12 -1
  411. holidays/locale/uk/LC_MESSAGES/HU.po +12 -1
  412. holidays/locale/uk/LC_MESSAGES/ID.po +12 -1
  413. holidays/locale/uk/LC_MESSAGES/IL.po +12 -1
  414. holidays/locale/uk/LC_MESSAGES/IS.po +12 -1
  415. holidays/locale/uk/LC_MESSAGES/LI.po +12 -1
  416. holidays/locale/uk/LC_MESSAGES/LT.po +12 -1
  417. holidays/locale/uk/LC_MESSAGES/LU.po +12 -1
  418. holidays/locale/uk/LC_MESSAGES/LV.po +12 -1
  419. holidays/locale/uk/LC_MESSAGES/MC.po +12 -1
  420. holidays/locale/uk/LC_MESSAGES/MD.mo +0 -0
  421. holidays/locale/uk/LC_MESSAGES/MD.po +20 -9
  422. holidays/locale/uk/LC_MESSAGES/MG.po +12 -1
  423. holidays/locale/uk/LC_MESSAGES/MX.po +12 -1
  424. holidays/locale/uk/LC_MESSAGES/MZ.po +12 -1
  425. holidays/locale/uk/LC_MESSAGES/NI.po +12 -1
  426. holidays/locale/uk/LC_MESSAGES/NL.po +12 -1
  427. holidays/locale/uk/LC_MESSAGES/NO.po +12 -1
  428. holidays/locale/uk/LC_MESSAGES/PE.po +12 -1
  429. holidays/locale/uk/LC_MESSAGES/PL.po +12 -1
  430. holidays/locale/uk/LC_MESSAGES/PT.po +12 -1
  431. holidays/locale/uk/LC_MESSAGES/PY.po +12 -1
  432. holidays/locale/uk/LC_MESSAGES/RO.po +12 -1
  433. holidays/locale/uk/LC_MESSAGES/SE.po +12 -1
  434. holidays/locale/uk/LC_MESSAGES/SI.po +12 -1
  435. holidays/locale/uk/LC_MESSAGES/SK.po +12 -1
  436. holidays/locale/uk/LC_MESSAGES/TR.po +12 -1
  437. holidays/locale/uk/LC_MESSAGES/UA.po +12 -1
  438. holidays/locale/uk/LC_MESSAGES/UY.po +12 -1
  439. holidays/locale/uk/LC_MESSAGES/UZ.po +12 -1
  440. holidays/locale/uk/LC_MESSAGES/VE.po +12 -1
  441. holidays/locale/uz/LC_MESSAGES/UZ.po +12 -1
  442. holidays/locale/zh_CN/LC_MESSAGES/CN.po +12 -1
  443. holidays/locale/zh_CN/LC_MESSAGES/TW.po +12 -1
  444. holidays/locale/zh_TW/LC_MESSAGES/CN.po +12 -1
  445. holidays/locale/zh_TW/LC_MESSAGES/TW.po +12 -1
  446. holidays/observed_holiday_base.py +5 -4
  447. holidays/registry.py +7 -4
  448. holidays/utils.py +5 -4
  449. {holidays-0.44.dist-info → holidays-0.46.dist-info}/AUTHORS +4 -0
  450. {holidays-0.44.dist-info → holidays-0.46.dist-info}/LICENSE +5 -2
  451. {holidays-0.44.dist-info → holidays-0.46.dist-info}/METADATA +72 -55
  452. holidays-0.46.dist-info/RECORD +711 -0
  453. {holidays-0.44.dist-info → holidays-0.46.dist-info}/WHEEL +1 -1
  454. holidays-0.44.dist-info/RECORD +0 -701
  455. {holidays-0.44.dist-info → holidays-0.46.dist-info}/top_level.txt +0 -0
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from holidays.constants import PUBLIC, UNOFFICIAL
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from gettext import gettext as tr
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from holidays.calendars import _CustomIslamicHolidays
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from holidays.groups import ChristianHolidays, InternationalHolidays
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from holidays.calendars.gregorian import JAN, FEB, MAR, APR, JUN, SEP, NOV
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from datetime import date
@@ -1,15 +1,15 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
-
13
13
  from gettext import gettext as tr
14
14
 
15
15
  from holidays.groups import ChristianHolidays, InternationalHolidays
@@ -1,15 +1,15 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
-
13
13
  from holidays.groups import (
14
14
  ChineseCalendarHolidays,
15
15
  ChristianHolidays,
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from datetime import timedelta as td
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from datetime import timedelta as td
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from holidays.constants import PUBLIC, UNOFFICIAL
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from gettext import gettext as tr
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from gettext import gettext as tr
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from holidays.groups import ChristianHolidays, InternationalHolidays
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from datetime import date
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from gettext import gettext as tr
@@ -0,0 +1,175 @@
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
+
13
+ from gettext import gettext as tr
14
+
15
+ from holidays.calendars.gregorian import JAN, MAR, MAY, SEP, OCT, DEC
16
+ from holidays.groups import ChristianHolidays, InternationalHolidays, StaticHolidays
17
+ from holidays.observed_holiday_base import ObservedHolidayBase, SUN_TO_NEXT_MON
18
+
19
+
20
+ class Seychelles(ObservedHolidayBase, ChristianHolidays, InternationalHolidays):
21
+ """
22
+ https://www.psb.gov.sc/public-holidays
23
+ https://www.cbs.sc/PublicHolidays.html
24
+
25
+ [Act 19 of 1976, 1994 Amendment]
26
+ Oldest Seychelles Holidays Law available online in full.
27
+ https://seylii.org/akn/sc/act/1976/19/eng@2012-06-30
28
+ [Act 11 of 2014]
29
+ Holidays names changed.
30
+ https://seylii.org/akn/sc/act/2014/11/eng@2014-08-04
31
+ [Act 3 of 2017]
32
+ Added Easter Monday, repealing Liberation Day.
33
+ https://seylii.org/akn/sc/act/2017/3/eng@2017-04-12
34
+
35
+ Where any public holiday, except Sunday, falls on a Sunday the next following day,
36
+ not being itself a public holiday, shall be a public holiday.
37
+ """
38
+
39
+ country = "SC"
40
+ default_language = "en_SC"
41
+ # %s (observed).
42
+ observed_label = tr("%s (observed)")
43
+ supported_languages = ("en_SC", "en_US")
44
+
45
+ def __init__(self, *args, **kwargs):
46
+ ChristianHolidays.__init__(self)
47
+ InternationalHolidays.__init__(self)
48
+ StaticHolidays.__init__(self, SeychellesStaticHolidays)
49
+ kwargs.setdefault("observed_rule", SUN_TO_NEXT_MON)
50
+ super().__init__(*args, **kwargs)
51
+
52
+ def _populate_public_holidays(self):
53
+ # Earliest source is the 1994 amendment of Seychelles Public Holidays Act.
54
+ if self._year <= 1993:
55
+ return None
56
+
57
+ # New Year's Day.
58
+ self._add_new_years_day(tr("New Year's Day"))
59
+
60
+ # New Year Holiday.
61
+ self._add_observed(self._add_new_years_day_two(tr("New Year Holiday")))
62
+
63
+ # Good Friday.
64
+ self._add_good_friday(tr("Good Friday"))
65
+
66
+ # Easter Saturday.
67
+ self._add_holy_saturday(tr("Easter Saturday"))
68
+
69
+ if self._year >= 2017:
70
+ # Easter Monday.
71
+ self._add_easter_monday(tr("Easter Monday"))
72
+
73
+ # Labour Day.
74
+ self._add_observed(self._add_labor_day(tr("Labour Day")))
75
+
76
+ # The Fete Dieu.
77
+ self._add_corpus_christi_day(tr("The Fete Dieu"))
78
+
79
+ if self._year <= 2016:
80
+ # Liberation Day.
81
+ self._add_observed(self._add_holiday_jun_5(tr("Liberation Day")))
82
+
83
+ self._add_observed(
84
+ self._add_holiday_jun_18(
85
+ # National Day.
86
+ tr("National Day")
87
+ if self._year <= 2014
88
+ # Constitution Day.
89
+ else tr("Constitution Day")
90
+ )
91
+ )
92
+
93
+ self._add_observed(
94
+ self._add_holiday_jun_29(
95
+ # Independence Day.
96
+ tr("Independence Day")
97
+ if self._year <= 2014
98
+ # Independence (National) Day.
99
+ else tr("Independence (National) Day")
100
+ )
101
+ )
102
+
103
+ # Assumption Day.
104
+ self._add_observed(self._add_assumption_of_mary_day(tr("Assumption Day")))
105
+
106
+ # All Saints Day.
107
+ self._add_observed(self._add_all_saints_day(tr("All Saints Day")))
108
+
109
+ self._add_observed(
110
+ # The Feast of the Immaculate Conception.
111
+ self._add_immaculate_conception_day(tr("The Feast of the Immaculate Conception"))
112
+ )
113
+
114
+ # Christmas Day.
115
+ self._add_observed(self._add_christmas_day(tr("Christmas Day")))
116
+
117
+
118
+ class SC(Seychelles):
119
+ pass
120
+
121
+
122
+ class SYC(Seychelles):
123
+ pass
124
+
125
+
126
+ class SeychellesStaticHolidays:
127
+ """
128
+ Sources:
129
+ - https://seylii.org/akn/sc/act/si/2015/58/eng@2015-12-01
130
+ - https://seylii.org/akn/sc/act/si/2015/59/eng@2015-12-11
131
+ - https://seylii.org/akn/sc/act/si/2016/58/eng@2016-09-06
132
+ - https://seylii.org/akn/sc/act/si/2019/10/eng@2019-03-05
133
+ - https://seylii.org/akn/sc/act/si/2019/61/eng@2019-10-18
134
+ - https://seylii.org/akn/sc/act/si/2020/134/eng@2020-09-17
135
+ - https://seylii.org/akn/sc/act/si/2020/154/eng@2020-10-26
136
+ - https://www.statehouse.gov.sc/news/1765/public-holiday-october-1
137
+ - https://www.egov.sc/PressRoom/DisplayPressRelease.aspx?PRLID=196
138
+ - https://www.nation.sc/archive/216478/saturday-may-12-2007-public-holiday
139
+
140
+ All Election Dates usually proceed from the Outer Islands first, then the Inner Islands, and
141
+ the main capital, Mahé, on the last day. The current implementation only uses the last day,
142
+ as officially decreed in 2007, 2011, 2015, and 2020.
143
+ """
144
+
145
+ # Bridge Public Holiday.
146
+ bridge_public_holiday = tr("Bridge Public Holiday")
147
+
148
+ # Presidential Election Day.
149
+ presidential_election_day = tr("Presidential Election Day")
150
+
151
+ # Parliamentary Election Day.
152
+ parliamentary_election_day = tr("Parliamentary Election Day")
153
+
154
+ # General Election Day.
155
+ general_election_day = tr("General Election Day")
156
+
157
+ special_public_holidays = {
158
+ 2007: (MAY, 12, presidential_election_day),
159
+ 2011: (
160
+ (MAY, 21, presidential_election_day),
161
+ (OCT, 1, parliamentary_election_day),
162
+ ),
163
+ 2015: (
164
+ (DEC, 5, presidential_election_day),
165
+ (DEC, 18, presidential_election_day),
166
+ ),
167
+ 2016: (SEP, 10, parliamentary_election_day),
168
+ # Funeral of the Former President France Albert René.
169
+ 2019: (MAR, 7, tr("Funeral of the Former President France Albert René")),
170
+ 2020: (
171
+ (JAN, 3, bridge_public_holiday),
172
+ (OCT, 24, general_election_day),
173
+ (OCT, 26, bridge_public_holiday),
174
+ ),
175
+ }
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from holidays.calendars import (
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from gettext import gettext as tr
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from gettext import gettext as tr
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from holidays.calendars.gregorian import JAN, MAR, APR, MAY, JUN, AUG, NOV, DEC
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  import warnings
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from gettext import gettext as tr
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from datetime import timedelta as td
@@ -1,12 +1,13 @@
1
- # python-holidays
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: dr-prodigy <dr.prodigy.github@gmail.com> (c) 2017-2023
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/dr-prodigy/python-holidays
10
+ # Website: https://github.com/vacanza/python-holidays
10
11
  # License: MIT (see LICENSE file)
11
12
 
12
13
  from datetime import timedelta as td