A parser for fuzzy dates
Project description
fuzzy_parser
A minimal parser for Fuzzy Dates
Usage
From the Command Line type:
python3 -m fuzzy_parser '21 Juin - 9 Juil.'
[datetime.date(2022, 6, 21), datetime.date(2022, 7, 9)]
['dm(explicit(French))', 'dm(abbreviated(French))']
Installation
Install with:
pip3 install fuzzy_parser
Uninstall with:
pip3 uninstall -y fuzzy_parser
Requirements ^^^^^^^^^^^^
Setup Requirements with:
./operations/setup-requirements.sh
Test
Test with:
pytest
Compatibility
Tested with SWI-Prolog version 8.2.4 on Ubuntu 20.04
Licence
MIT
Authors
fuzzy_parser
is maintained by Conrado M. Rodriguez conrado.rgz@gmail.com
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
fuzzy_parser-0.2.26.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file fuzzy_parser-0.2.26.tar.gz
.
File metadata
- Download URL: fuzzy_parser-0.2.26.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
42647574d2621dac558efbd74c0691f7b3059cc0c19e13cf56e383d7ba887562
|
|
MD5 |
4b4ef8cc0e2f045089387c09814d37f8
|
|
BLAKE2b-256 |
108d1074ca271d0e0472ec6eec335453c66e3b1384b5b20339cc66b0e786753d
|
File details
Details for the file fuzzy_parser-0.2.26-py3-none-any.whl
.
File metadata
- Download URL: fuzzy_parser-0.2.26-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d5779c701662c97f2db5e681ea8b071e6a81582a493efe7c3f73993247aa0c7b
|
|
MD5 |
b83597d8f45b352a8e8ab00a3f2a95f1
|
|
BLAKE2b-256 |
b005604d4fd3b56dcef837848ea6699bb40225e592d9070808ff76d5433f38be
|