Skip to main content

Extract datetime objects from strings (LexPredict fork)

Project description

travis build status pypi downloads per day pypi version gitter chat

A python 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 dateparser package to convert to the datetime object.

Installation

pip install datefinder

How to Use

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

In [2]: import datefinder

In [3]: matches = datefinder.find_dates(string_with_dates)

In [4]: for match in matches:
   ...:     print match
   ...:
2017-01-04 20:00:00
2005-01-15 00:00:00

Support

You can talk to us on Gitter or just submit an issue on github.

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-lexpredict-0.6.2.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

datefinder_lexpredict-0.6.2-py2.py3-none-any.whl (8.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file datefinder-lexpredict-0.6.2.tar.gz.

File metadata

  • Download URL: datefinder-lexpredict-0.6.2.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.9.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for datefinder-lexpredict-0.6.2.tar.gz
Algorithm Hash digest
SHA256 7e1164c08cfe1b75d8c85286278bbb43291401eee9d7a57059efc9975f00dde6
MD5 c358946b4dbe0cce26e8bf29addb581a
BLAKE2b-256 03022f5873d245bf9b107caad758ba7684072e0a610b34fc98f4acb6a9e2d24a

See more details on using hashes here.

File details

Details for the file datefinder_lexpredict-0.6.2-py2.py3-none-any.whl.

File metadata

  • Download URL: datefinder_lexpredict-0.6.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.9.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for datefinder_lexpredict-0.6.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fe38f6f5807f927edf28590be5e848de7aa8ee247e487d4e45ce296c58968949
MD5 64565f583e53751818ecf8a5dd901bae
BLAKE2b-256 27479a38724045b30e2e4d1c5e3e08fd3b0770dedb2e9ca92c1347b9e2182470

See more details on using hashes here.

Supported by

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