A Python module to fuzzy extract dates from text corpuses.
Project description
date-fuzz
date-fuzz for Python 🗓️
What Is date-fuzz?
Lightweight Python package to fuzzy extract dates from a corpus of text.
Installation
pip install date_fuzz
Usage
from date_fuzz import find_dates
text = "A thing happened on Jan 1st 2012 and the next morning at 09:15 and also jan 15th at 12am in 2018."
dates = find_dates(text)
print(dates)
# Output
[
('2012-01-01', 4),
('2012-01-02 09:15', 9),
('2018-01-15 12:00', 15)
]
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
date_fuzz-0.0.4.tar.gz
(71.9 kB
view details)
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 date_fuzz-0.0.4.tar.gz.
File metadata
- Download URL: date_fuzz-0.0.4.tar.gz
- Upload date:
- Size: 71.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5770af547ac25dde5644609eece8664caa877d1d82c6c457e89f7f4b0cbb0aff
|
|
| MD5 |
c49bf49faaf44f78ee01f9be46f5acf0
|
|
| BLAKE2b-256 |
397147e528c3828b24e184e15080c88338250b883d17b7d6ad89c5544ad0184d
|
File details
Details for the file date_fuzz-0.0.4-py3-none-any.whl.
File metadata
- Download URL: date_fuzz-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b07b9c35b479e82bf0fc061e4b9e3a921baff694fae643c98d006e7fba38a24
|
|
| MD5 |
6f21718692eea8755f7cee2f67f339f6
|
|
| BLAKE2b-256 |
bdc97c19fb3fcea763b0224db9e82ee122977f912ec6b1992fa633fcf0819cf7
|