date package for parsing dates
Project description
Package Info
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 aug'
date_obj = DateData(text)
print(date_obj.comile_dates())
>>>['2018-06-01', '2018-08-31'] #list of strings
Scope
current date = 5th November 2019
current day = Tuesday
Type | Parsed Date |
---|---|
ytd (year to date) | ['2019-01-01', '2019-11-05'] |
mtd (month to date) | ['2019-11-01', '2019-11-05'] |
qtd (quarter to date) | ['2019-10-01', '2019-11-05'] |
l3m (last 3 months) | ['2019-07-01', '2019-10-30'] |
june to august | ['2019-06-01', '2019-08-31'] |
june 2018 to august 2018 | ['2018-06-01', '2018-08-31'] |
june 2018 | ['2018-06-01'] |
1/6/2019 to 2/6/2019 | ['2019-06-01', '2019-06-02'] |
last month | ['2019-10-01', '2019-10-31'] |
last week | ['2019-10-27', '2019-10-03'] |
last year | ['2019-01-01', '2019-01-31'] |
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
File details
Details for the file datelibrary-javis-0.1.0.tar.gz
.
File metadata
- Download URL: datelibrary-javis-0.1.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dabcb8bfeeedae5cfa8bc49d4baf0f9679efe11b3fadb5957230f5a7f97cdb6e |
|
MD5 | fae8a67092b3580e8a481a6a2d433a6d |
|
BLAKE2b-256 | 7ed136fb531416844e6abeacc7d0bea54d539e14df0b4ae790f458a7888b3b68 |
File details
Details for the file datelibrary_javis-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: datelibrary_javis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75980973aab5de8f9c7efc554faf0ced4200bb4392d0db5865fa593baa15a5a7 |
|
MD5 | e492713eb85fabd5e6150f4aeb95d16a |
|
BLAKE2b-256 | 3d03fd04dddee233344f6aaf9eb0b85799b1d561373a28fc2e78ac3e6e30b975 |