Source: python-durationpy Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Thomas Goirand , Build-Depends: debhelper-compat (= 11), dh-python, openstack-pkg-tools, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-pytest, Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-durationpy Vcs-Git: https://salsa.debian.org/python-team/packages/python-durationpy.git Homepage: https://github.com/icholy/durationpy Package: python3-durationpy Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: converting between datetime.timedelta and Go's Duration strings Durationpy is a lightweight Python utility for bidirectional conversion between datetime.timedelta objects and Go‑style duration string representations (e.g., "4h3m2s1ms"). It fills a niche need when interoperating with systems or config formats that use Go’s time.Duration syntax, by letting Python code parse and emit those strings directly.