Skip to main content

This package lets the users to extract date by passing the text which contains the date. This package identifies the date and extracts it.

Project description

DatExtractor - It is a very useful tool to extract data from text

The DatExtractor module provides the most efficient way of extracting date from text, 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

dateutil is available on PyPI https://pypi.org/project/python-dateutil/

The documentation is hosted at: https://dateutil.readthedocs.io/en/stable/

Code

The code and issue tracker are hosted on GitHub: https://github.com/dateutil/dateutil/

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.:

Author

The DatExtractor module was written by Sri Phani Subramanyam <subbu27498@gmail.com> in 2021.

It is maintained by:

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DatExtractor-1.0.tar.gz (165.2 kB view hashes)

Uploaded Source

Built Distribution

DatExtractor-1.0-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

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