dateparser 1.1.6-1 source package in Ubuntu

Changelog

dateparser (1.1.6-1) unstable; urgency=medium

  * New upstream release.

 -- Antoine Beaupré <email address hidden>  Thu, 26 Jan 2023 15:49:46 -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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dateparser_1.1.6-1.dsc 2.2 KiB f4adff5f5d3699f929fff74cba04cce1e383b17851caaf9a20fe149933f888e1
dateparser_1.1.6.orig.tar.gz 481.4 KiB defda3336de096a59341d5ef0c6dda0e96de28a91eca4957ed683fa379194c35
dateparser_1.1.6-1.debian.tar.xz 4.9 KiB 412152ede5984e1daa16d6db6db0cb52e6b47fcc8495b7eb76ee286c8462ac50

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.