Skip to main content

qddate

Quick and dirty date parsing for scraped HTML

Parse left-aligned dates from messy HTML across 14 languages, with pre-generated patterns and aggressive candidate filtering.

pip install qddate
parser.parse("12.03.1999 some text here")

Documentation contents

Start with a section below, or use the sidebar from any page. The public entry point is qddate.DateParser and its parse method.