FBruzzesi / iso-week-date

Toolkit to work with str representing ISO Week date format
https://fbruzzesi.github.io/iso-week-date/
MIT License
6 stars 0 forks source link

Extend `__add__` & `__sub__` to iterable(s) #59

Closed FBruzzesi closed 9 months ago

FBruzzesi commented 9 months ago

Description

Allows to add and subtract an iterable to IsoWeekand IsoWeekDate objects.

Fix #58