This package lets the users to extract date from the text. This package identifies the date component and extracts it.
Project description
DatExtractor - It is a very useful tool to extract data from text
DatExtractor - Extract date from text
The DatExtractor module provides the most efficient way of extracting date from text in the required format you need, available in Python.
Installation
DatExtractor can be installed from PyPI using pip (note that the package name is different from the importable name):
pip install DatExtractor
Download
DatExtractor is available on PyPI https://pypi.org/project/DatExtractor/1.0/
The documentation is hosted at: https://datextractor.readthedocs.io/en/latest/
Code
The code and issue tracker are hosted on GitHub: https://github.com/subbu-art/DatExtractor
Features
This Package help you to extract date from the text.
You can get the date in what ever format you actually want it.
Currently the package can handle formats seperated by [/.-].
Generic parsing of dates in almost any string format.
You can extract multiple dates as well and you can use it as per the requirement.
Quick example
Here’s a snapshot, just to give an idea about the power of the package. For more examples, look at the documentation.
Suppose you want to extract date from a text. you need to provide the text to the function as an argument. the default format of date you get is (mm/dd/yyyy). However you can modify the date format by passing the date format argument, so that you get the date in expected format.:
from DatExtractor import date_parser date_parser(“Please extract date:- 29/10/2020.”) [‘10/29/2020’] date_parser(“Please extract date:- 29/10/2020.”,”%Y/%d/%m”) [‘2020/29/10’] date_parser(“Please extract dates:- 29/10/2020, 12/21/2018”,”%d/%Y/%m”) [‘29/2020/10’,’21/2018/12’]
Contact
For queries please contact subbu27498@gmail.com.
License
Copyright (C) 2007 Free Software Foundation, Inc. https://fsf.org/ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. GNU General Public License v3.0 https://choosealicense.com/licenses/gpl-3.0/#>.
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
Hashes for DatExtractor-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 289183cc92f6bd5147d8f8fa339f5a9e1c87ca403d7ff91fca0033e86b6d8d20 |
|
MD5 | b2894a8a12282a80d8db1ae8e8954dec |
|
BLAKE2b-256 | 44edfd84ee35df257c21c7979ba536831ef2e5646fb5cb85f6d73adcac3f4aab |