Description
Works with ISO 8601 duration values in Python code. It helps applications parse, compare, convert, or calculate with standardized duration strings from APIs, schedules, media metadata, and configuration files.
Use it when durations must be exchanged as data, not only shown as text. Date and duration math can be subtle, especially around months and years, so review assumptions in scheduling logic.