A Python library for parsing natural language date/time strings into datetime objects. Version 0.1.6 is current; initial release with frequent updates.
pip install gggdtparserNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: parse a Chinese date string and a relative date.
Use `from gggdtparser import parse_datetime` instead.
Ensure input strings follow Chinese date/time conventions (e.g., YYYY年MM月DD日).
Always provide `default_date` as a string in YYYY-MM-DD format when using relative terms.
No dependency data recorded yet.