Metadata-Version: 2.1
Name: datelibrary-javis
Version: 0.0.3
Summary: date package for parsing dates
Home-page: https://github.com/pypa/sampleproject
Author: javis
Author-email: admin@javis.in
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Example Package

Date Extraction library built on top of Python native date libraries to support business vocabularies.

# Installation
	` pip install datelibrary-javis`

#Usage
	`import datelibrary
	 from datelibrary.dates import DateData

	 text = "my sales from june to sept'

	 date_obj = DateData(text)

	 print(date_obj.comile_dates())

	 >>>

	 `

# Scope

	current date = 5th November 2019
	| Type | Parsed Date |
	| --- | --- |
	| ytd | [] |


