Arkadii Yakovets
Arkadii Yakovets
Resolves #732 As suggested in the issue above the week day and month constants should be kept in their context order (MON, TUE, WED, ...SUN / JAN, FEB, MAR, ......
Keep week days and months multi-line imports ordered according to the date/time context (which is more readable taking into account the nature of python-holidays package). ```I would have dreamt to...
Also make the same change for `_deprecated_subdivisions`. As a result the `HolidaySum` internal attributes are also tuples instead of lists now (`country`, `market`, `subdiv`). The `list_supported_countries()` and `list_supported_financial()` from `utils.py`...
Extend `HolidayBase` in order to make special holidays handling simpler. The idea behind this is to simplify adding country-wide one-off holidays for all countries. As the most recent example I...
## Proposed change Bump holidays version from 0.21.13 to the latest 0.24. Fix Germany holidays tests (l10n). // I guess more changes may be required to deal with the localized...
Resolves #109 Add Python 3.12 related updates: - Use Python 3.8-3.12 for test matrix - Bump GH action versions - Fix configparser SafeConfigParser name issue (the initial one) - Replace...
As Python 3.12 has been released there is some work that needs to be done in order to keep is compatible: ``` Traceback (most recent call last): File ".../venv/lib/python3.12/site-packages/lingua/extract.py", line...
#### Checklist - [x] I have followed the [Contributor Guidelines](https://github.com/OWASP/Nettacker/wiki/Developers#contribution-guidelines). - [x] The code has been thoroughly tested in my local development environment with flake8 and pylint. - [x] The...
#### Checklist - [ ] I have followed the [Contributor Guidelines](https://github.com/OWASP/Nettacker/wiki/Developers#contribution-guidelines). - [ ] The code has been thoroughly tested in my local development environment with flake8 and pylint. -...
>Also, what is the definition and criteria for `UNOFFICIAL` (this seems to be missing from the documentation as well)? Would [National Fruitcake Toss Day](https://simplified.com/social-media-holidays/fruitcake-toss-day) be included in this library or...