truderung

Results 4 issues of truderung

this fails: ``` start = "2019-12-31" end = "2020-01-07" Calendar(holidays=["2019-12-31"]).busdaycount(start, end) ``` but not if: ``` start = "2019-12-31" end = "2020-01-07" Calendar(workdays=[MO, WE], holidays=["2019-12-31"]).busdaycount(start, end) ``` note: 2019-12-31 is...

This happens because different approachs are used. busdycount(): Note: The adopted notation is COB to COB, so effectively date1 is not included in the calculation result. range(): Note: All business...

Just a shorter name of the entrypoint which is more in line with the original commands of pyinstaller.