python-bizdays icon indicating copy to clipboard operation
python-bizdays copied to clipboard

Business days calculations and utilities

Results 15 python-bizdays issues
Sort by recently updated
recently updated
newest added

I create a Calendar using ``` >>> cal = Calendar(holidays, ['Sunday', 'Saturday'], name='Brazil') ``` and use getdate with ``` >>> cal.getdate('last wed', 2002, 5) ``` I should use short weekdays...

A calendar register for applications which have many calendar. Instead of creating many calendar instances a register should work as a repository for calendar that could be called by its...