dateparser 1.1.5-1 source package in Ubuntu

Changelog

dateparser (1.1.5-1) unstable; urgency=medium

  * New upstream release (Closes: #1027615)

 -- Antoine Beaupré <email address hidden>  Sun, 01 Jan 2023 22:04:05 -0500

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dateparser_1.1.5-1.dsc 2.2 KiB e5b5042db3d1181b4909529043d1217432d7c134ab94ef5dd04b79e72049eed7
dateparser_1.1.5.orig.tar.gz 481.2 KiB bdaf93839618b44c70683874581d09561596dcb47baf0876b2715957f970b7b6
dateparser_1.1.5-1.debian.tar.xz 4.9 KiB f5db5ccaaa83e11f3dc21a39ad6edfa53966b25ee88a0a56e1f629e64aa67d5d

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.