Description
Models intervals and ranges over comparable values in Python code. It helps applications express date ranges, numeric spans, validation boundaries, scheduling windows, or rules that include and exclude endpoints.
Use it when range logic should be explicit and reusable. It is a developer library and does not provide a separate calendar or spreadsheet interface.