vacanza / holidays

Generate and work with holidays in Python
https://pypi.org/project/holidays
MIT License
1.45k stars 460 forks source link

Workalendar features into holidays package #1930

Open ncooder opened 1 month ago

ncooder commented 1 month ago

As workalendar package is no longer actively maintained, I suggest to incorporate its functionality for calculating working days into this package. This integration would provide users with a reliable and up-to-date solution for working day calculations.

arkid15r commented 1 month ago

As workalendar package is no longer actively maintained, I suggest to incorporate its functionality for calculating working days into this package. This integration would provide users with a reliable and up-to-date solution for working day calculations.

Any examples of the suggested functionality?

It'd be really helpful if you used the issue template. Thank you!

ncooder commented 1 month ago

As workalendar package is no longer actively maintained, I suggest to incorporate its functionality for calculating working days into this package. This integration would provide users with a reliable and up-to-date solution for working day calculations.

Any examples of the suggested functionality?

It'd be really helpful if you used the issue template. Thank you!

Especially calculating working days count. I believe that many of those features that are implemented in the workalendar can be transferred to the holidays package, such as:

PPsyrius commented 3 weeks ago

So, to recap, these functions - right? @ncooder

I'm pretty sure other syntactic sugars listed in advance features are already supported by python-holidays natively.

ncooder commented 3 weeks ago

@PPsyrius Yes, exactly. Thank you for this list.