wilsonfreitas / python-bizdays

Business days calculations and utilities
http://wilsonfreitas.github.io/python-bizdays/
MIT License
80 stars 34 forks source link

Creation of an empty calendar #8

Closed wilsonfreitas closed 10 years ago

wilsonfreitas commented 11 years ago

The empty calendar should be useful in situations like those where someone wants to compute business days considering only weekends (or any other day) as non-working days, so that a list of holidays couldn't be provided. In situations like that start and end dates must be provided in order to define calendar's range.

wilsonfreitas commented 10 years ago

Empty calendar can be created with empty holidays and empty weekdays.