dh-tech / undate-python

A Python library for working with fuzzy, partial, or otherwise uncertain dates
Apache License 2.0
6 stars 1 forks source link

Preliminary edtf parsing (levels 0 and some of 1) with lark #67

Closed rlskoeser closed 2 months ago

rlskoeser commented 7 months ago

parsing for subset of EDTF (dates only, not date time) using lark

does not yet handle all cases; undate doesn't currently support EDTF level 2 aspects that we probably want (qualifiers, years more than 5 digits, etc)

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.71%. Comparing base (ab378da) to head (ff3ea6d).

:exclamation: Current head ff3ea6d differs from pull request most recent head 6221946. Consider uploading reports for the commit 6221946 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #67 +/- ## =========================================== + Coverage 98.65% 98.71% +0.06% =========================================== Files 4 5 +1 Lines 223 234 +11 =========================================== + Hits 220 231 +11 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.