Source: pendulum Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Ananthu C V , Edward Betts , Build-Depends: debhelper-compat (= 13), dh-sequence-cargo, dh-sequence-python3, cargo:native, librust-pyo3-0.25+default-dev, librust-pyo3-0.25+extension-module-dev, libstd-rust-dev, pybuild-plugin-pyproject, python3-all-dev, python3-maturin, python3-pytest , python3-time-machine , rustc:native, tzdata-legacy , Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.7.2 Homepage: https://pendulum.eustace.io Vcs-Git: https://salsa.debian.org/python-team/packages/pendulum.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pendulum Package: python3-pendulum Architecture: any Depends: python3-time-machine, tzdata-legacy, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Built-Using: ${cargo:Built-Using} Static-Built-Using: ${cargo:Static-Built-Using} Description: Python datetimes made easy Native Python datetime is enough for basic cases, pendulum provides a cleaner and more easy to use API while still relying on the standard library. It’s still datetime but better.