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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 2Python 3

File details

Details for the file datefinder-0.0.1.dev2.tar.gz.

File metadata

File hashes

Hashes for datefinder-0.0.1.dev2.tar.gz
Algorithm Hash digest
SHA256 041d855bd69f82740613048acdbec8edc89bec6f379d43aec611be4688ed52ef
MD5 db7d7890733e6a5e94dc743249eb6246
BLAKE2b-256 7607b49d85328ddbd83971fff27192c88777e66ac901c861cf9747ef8d582abe

See more details on using hashes here.

File details

Details for the file datefinder-0.0.1.dev2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for datefinder-0.0.1.dev2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d7f7fde8d5b49f03abc9210f20a3f1014046cfbca06b02ce32c949e849346412
MD5 b66a589412cd0487c516d537448992c1
BLAKE2b-256 fc7eafc01fffe97e791fc1bd32d6a34804a53dd0d6861c0373e155ee72de9fad

See more details on using hashes here.

Supported by

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