python-holidays
python-holidays copied to clipboard
Generate and work with holidays in Python
[FaroeIslands, FO, FRO](https://www.iso.org/obp/ui/#iso:code:3166:FO) Primary Sources: - Faroese: - English: https://visitfaroeislands.com/en/plan-your-stay/before-you-arrive-in-the-faroe-islands/public-holidays - Danish: https://visitfaroeislands.com/dk/om-faroerne/historie-styreform-okonomi/fakta-om-faroerne Secondary Sources: - https://www.studyinfaroeislands.fo/life-in-the-faroes/practical-advice-a-z - https://www.faeroernerejser.dk/nyttig-viden/praktisk-information/ - https://guidetofaroeislands.fo/travel-information/faroe-islands-holiday/ - https://www.framtak.com/info/holidays.html Primary Sources for Flag Days (not all...
URLs: - https://www.infrastructure.gov.au/sites/default/files/documents/a20-2024-administrator-community-bulletin-ci-public-holidays-2025.pdf - https://www.infrastructure.gov.au/sites/default/files/documents/a11-2023-2024-public-holidays-christmas-island.pdf - https://en.wikipedia.org/wiki/Public_holidays_in_Christmas_Island
While working on #2467, some of the URLs could not be archived. Some of the URLs could not be archived because they are no longer accessible. Following is a filewise...
A batch of countries we'd like to be added to Open World Holidays Framework supported list: - https://github.com/vacanza/holidays/issues/2410 - https://github.com/vacanza/holidays/issues/1156 - https://github.com/vacanza/holidays/issues/2413 - https://github.com/vacanza/holidays/issues/1159 - https://github.com/vacanza/holidays/issues/1162 - https://github.com/vacanza/holidays/issues/1164 - https://github.com/vacanza/holidays/issues/1171...
A batch of countries we'd like to be added to Open World Holidays Framework supported list: - https://github.com/vacanza/holidays/issues/2412 - https://github.com/vacanza/holidays/issues/1190 - https://github.com/vacanza/holidays/issues/1195 - https://github.com/vacanza/holidays/issues/1196 - https://github.com/vacanza/holidays/issues/1203 - https://github.com/vacanza/holidays/issues/1210 - https://github.com/vacanza/holidays/issues/1216...
Seems like Aruba/Curaçao entity URLs: - https://www.sabagov.nl/residents-visitors/public-holidays - https://www.officeholidays.com/countries/bonaire-st-eustatius-saba/sint-eustatius/2025 - https://www.qppstudio.net/public-holidays/bonaire__st_eustatius_and_saba.htm
A dummy entity for ISO 3166-1 compliance
Currently, adding a new country requires manually creating a country file, updating the `README`, and modifying `__init__.py` in `countries`. To streamline this process, we could introduce a `make` command that:...
Currently, running `make l10n` generates `.po` files only for the language set as `default_language`. However, it would be more efficient and contributor-friendly if `.po` files were generated for **all `supported_languages`**...
## Feature description I'd like to suggest a new feature: a utility function named `get_long_weekends()`. This function will help users easily find long weekends in a specific year and country...