Source: python-durationpy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-sequence-python3,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
Standards-Version: 4.7.4
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.
