A parser for fuzzy dates
Project description
fuzzy_parser
A minimal parser for Multilingual Incomplete & Abbreviated 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)]
['%d %B', '%d %b']
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.33.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file fuzzy_parser-0.2.33.tar.gz
.
File metadata
- Download URL: fuzzy_parser-0.2.33.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d5353c38a392b699b3e9ab6e506ad57e717ed8ba69928602814289e5b985766f
|
|
MD5 |
fc79900bfd71820ec86c10889a4321cd
|
|
BLAKE2b-256 |
de61abe1d3ac78d01b99f19ffd45e2ad1b7aa714ec8fec9704b6dde016d2b70b
|
File details
Details for the file fuzzy_parser-0.2.33-py3-none-any.whl
.
File metadata
- Download URL: fuzzy_parser-0.2.33-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d61d674b4276658a8491985f3953e9ff567f301ea19851ab0fb8a4d4c047c81d
|
|
MD5 |
ffb3a4bab5d18757de84c29e57860b49
|
|
BLAKE2b-256 |
0a660356bad77bf8f0ec4292f577dae3f23dedf8e254a0a761ed477c582db105
|