prefixdate 0.4.1-2 source package in Ubuntu

Changelog

prefixdate (0.4.1-2) unstable; urgency=medium

  * Source-only upload to allow package to migrate to testing.
  * Update Standards-Version.

 -- Edward Betts <edward@4angle.com>  Fri, 20 Jan 2023 21:36:18 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
prefixdate_0.4.1-2.dsc 2.0 KiB c960b257a706f923fd2f705af620f4385df5a92cc56b3c5ed428d0b5994f7e32
prefixdate_0.4.1.orig.tar.gz 6.8 KiB 25a2f3f5007672934301bf664f33eed43e7ed3416966dbf5cee1bbd4f14afb3d
prefixdate_0.4.1-2.debian.tar.xz 2.4 KiB c0215a0fa607a64f85fda745da872b62aae0b19f0b3805f8c2b8eb50ef7f5655

Available diffs

No changes file available.

Binary packages built by this source

python3-prefixdate: Prefix date parser

 This is a helper class to parse dates with varied degrees of precision. For
 example, a data source might state a date as `2001`, `2001-4` or `2001-04-02`,
 with the implication that only the year, month or day is known. This library
 will process such partial dates into a structured format and allow their
 validation and re-formatting (e.g. turning `2001-4` into `2001-04` above).
 .
 The library does not support the complexities of the ISO 8601 and RFC 3339
 standards including date ranges and calendar-week/day-of-year notations.