AWS SDK boto3 / DynamoDB [Python3]


datefinder supports to find date from text in Python.

🐝 Installation

pip install datefinder

🗽 How to Use

import datefinder

string_with_dates = """
...
entries are due by January 4th, 2017 at 8:00pm
...
created 01/15/2005 by ACME Inc. and associates.
...
"""

matches = datefinder.find_dates(string_with_dates)

for match in matches:
print match
#=> 2017-01-04 20:00:00
#=> 2005-01-15 00:00:00

😸 References

🖥 Recommended VPS Service

VULTR provides high performance cloud compute environment for you. Vultr has 15 data-centers strategically placed around the globe, you can use a VPS with 512 MB memory for just $ 2.5 / month ($ 0.004 / hour). In addition, Vultr is up to 4 times faster than the competition, so please check it => Check Benchmark Results!!