Description
Convert between Python timedelta values and Go-style time.Duration strings. It helps tools exchange duration settings with systems, APIs, or configuration files that use Go's duration notation.
This is a developer library and has no standalone interface. Duration parsing can affect timeouts, retries, and schedules, so applications should handle invalid or ambiguous values explicitly.