dateparser 1.2.0-3 source package in Ubuntu

Changelog

dateparser (1.2.0-3) unstable; urgency=medium

  * Team Upload
  * Remove extraneous dependencies on python3-mock & python3-six

 -- Alexandre Detiste <email address hidden>  Mon, 15 Jan 2024 23:39:01 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dateparser_1.2.0-3.dsc 2.6 KiB 8fc032e828720f9af5051b8e7d1226207a81e11b6e91f3b8a19292ce0383cb35
dateparser_1.2.0.orig.tar.gz 495.2 KiB 13f5b024978a2251043c9d5fa937fcf2120864b36765ab8825eab79f6313fe8c
dateparser_1.2.0-3.debian.tar.xz 5.4 KiB e5a10832d793a9972e9c0a130ab97eb778f4ab5e79cfd9ceecf53d1b74ae3c6a

Available diffs

No changes file available.

Binary packages built by this source

python3-dateparser: Python parser for human readable dates

 dateparser provides modules to easily parse localized dates in almost
 any string formats commonly found on web pages.
 .
  * Generic parsing of dates in over 200 language locales plus
    numerous formats in a language agnostic fashion.
  * Generic parsing of relative dates like: '1 min ago', '2 weeks
    ago', '3 months, 1 week and 1 day ago', 'in 2 days', 'tomorrow'.
  * Generic parsing of dates with time zones abbreviations or UTC
    offsets like: 'August 14, 2015 EST', 'July 4, 2013 PST', '21 July
    2013 10:15 pm +0500'.
  * Date lookup in longer texts.
  * Support for non-Gregorian calendar systems.
  * Extensive test coverage.