Metadata-Version: 2.4
Name: human-date-parser
Version: 0.1.0
Summary: Convert natural language date strings into Python datetime objects.
Home-page: https://github.com/Dheerendra-123/Human_Date_Parser_PY_Library.git
Author: Dheerendra Vikram Dixit
Author-email: dheerendradixit321@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
Requires-Dist: dateparser>=1.1.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# human-date-parser

A lightweight Python library to convert natural language dates into Python `datetime` objects.

## Install
```bash
pip install -e .
