Extract datetime objects from strings
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file datefinder-0.0.1.dev2.tar.gz.
File metadata
- Download URL: datefinder-0.0.1.dev2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
041d855bd69f82740613048acdbec8edc89bec6f379d43aec611be4688ed52ef
|
|
| MD5 |
db7d7890733e6a5e94dc743249eb6246
|
|
| BLAKE2b-256 |
7607b49d85328ddbd83971fff27192c88777e66ac901c861cf9747ef8d582abe
|
File details
Details for the file datefinder-0.0.1.dev2-py2.py3-none-any.whl.
File metadata
- Download URL: datefinder-0.0.1.dev2-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7f7fde8d5b49f03abc9210f20a3f1014046cfbca06b02ce32c949e849346412
|
|
| MD5 |
b66a589412cd0487c516d537448992c1
|
|
| BLAKE2b-256 |
fc7eafc01fffe97e791fc1bd32d6a34804a53dd0d6861c0373e155ee72de9fad
|