Parse English textual date descriptions into timestamps. Current version 0.3.0, infrequently updated (latest release 2014). Suitable for simple natural language date parsing but not actively maintained.
pip install timelibNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a textual date description like 'next friday' or 'in 2 days'. Returns a datetime object.
Consider alternatives like dateutil.parser or parsedatetime.
For Unix timestamp: timelib.strtotime('next friday')Use timelib.strtodatetime() (note the 'd' in 'datetime').
Run: pip install timelib
No dependency data recorded yet.