python-natty icon indicating copy to clipboard operation
python-natty copied to clipboard

A basic python wrapper for Natty natural language date parser

Results 3 python-natty issues
Sort by recently updated
recently updated
newest added

I only recently discovered natty and I think its great! Sadly as this module doesn't seem to be supported anymore I'm writing this more just a comment in case anyone...

i have the following string: "abc1 at 11:51am" feed this to natty -> get 11:51am as expected feed to python natty -> get 1 if i change the string to...

Rather than forking this, I'd like to submit a pull request for it. I've added the ability to return all the information for all date groups, instead of just the...