Skip to main content

Extract datetime objects from strings

Project description

travis build status pypi downloads per day pypi version

A module for locating dates inside text. Use this package to extract all sorts of date like strings from a document and turn them into datetime objects.

This module finds the likely datetime strings and then uses the excellent dateparser package to convert to the datetime object.

Installation

pip install datefinder

How to Use

>>> import datefinder
>>> matches = datefinder.find_dates(string_with_dates)

>>> for match in matches:
    print match

2016-01-13 11:00:00
2016-01-05 00:00:00
2014-01-02 00:00:00
2014-01-02 00:00:00

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datefinder-0.0.1.dev2.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

datefinder-0.0.1.dev2-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page