Source: python-ciso8601 Maintainer: Debian Python Team Uploaders: Malihe Asemani Section: python Priority: optional Build-Depends: debhelper-compat (= 13), python3-all-dev, python3-setuptools, dh-python, python3-unittest2 , python3-tz Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ciso8601 Vcs-Git: https://salsa.debian.org/python-team/packages/python-ciso8601.git Homepage: https://github.com/closeio/ciso8601 Rules-Requires-Root: no Package: python3-ciso8601 Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: fast ISO8601 date time parser for Python written in C This package converts date time strings from ISO8601 or RFC3339 into Python datetime objects. Since it's written as a C module, it is much faster than other Python libraries. Ciso8601 doesn't support the entirety of the ISO 8601 spec, only a popular subset.