Arkadii Yakovets
Arkadii Yakovets
Currently we generate .po/.mo files for every entity. This approach is not ideal for l10n management and produces somewhat redundant l10n items. The better approach would be generate .po/.mo files...
This is a ticket for tracking our documentation updates debt and other ideas on the docs improvement: - https://github.com/vacanza/python-holidays/issues/1348 - https://github.com/vacanza/python-holidays/issues/1093 - https://github.com/vacanza/python-holidays/issues/1089 - https://github.com/vacanza/python-holidays/issues/1666
See https://github.com/vacanza/python-holidays/discussions/1665 for more details.
Currently there is no standard on entity holiday class naming. In general it somehow aligns with a country name. The idea is to use unified approach on entity class naming....
SE has every Saturday included as a public holiday, even though only the banks are closed. Is this intended? If so it is at least misleading as BANK is not...
The package has been using quite plain (NotImplementedError which is a quite bad choice) exceptions for handling erroneous situations. The idea is to introduce a set of tailored exceptions for...
It'd be fair to revisit the current subdivision handling approach too. PH had `prov` and `state` fields before adopting `subdiv` as the parameter name. I can't think of a better...
The current version has 2 main types of supported entities: country and financial. Not all entities of the country type can be countries per se. As [ISO3166](https://en.wikipedia.org/wiki/ISO_3166-1) defines a broader...
Links: - https://en.wikipedia.org/wiki/Public_holidays_in_Rwanda - https://www.timeanddate.com/holidays/rwanda/ - https://www.gov.rw/holidays
Figure out and implement the preferred approach of using/not using nested functions (vs object/static methods).