{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing/2"}],"enrichment":{"capability":"A pure-Python date parser using regex patterns to extract and parse dates from strings without external dependencies.","skillfed_tags":["date-parsing","regex-based","abandoned"],"use_cases":["Extract dates from log files or unstructured text where format is relatively consistent.","Parse dates in data pipelines where speed matters and format variety is limited.","Quick date extraction in scripts where adding a heavy dependency is not justified.","Preprocessing text data before feeding it into analysis workflows."],"what_it_does":"nr.date is a pure-Python date parsing library that uses regular expressions to extract and parse dates from strings. It has no external runtime dependencies beyond the standard library's dataclasses module, making it lightweight to install. The library supports Python 3.6 through 3.11 and was last updated in August 2023.\n\nThe package is designed for regex-based date parsing without the overhead of more complex parsing frameworks. However, it is no longer actively maintained\u2014the project has been abandoned with no updates expected. Users should be aware that any bugs or compatibility issues discovered after the final release will not be addressed.","worth_installing":"Yes, if you need lightweight regex-based date parsing and can accept the maintenance risk. The low install friction, permissive MIT license, and absence of security vulnerabilities make it technically safe. However, the abandoned status means no fixes will arrive\u2014install only if the current feature set meets your needs."},"id":"nr-date","links":{"html":"https://skillfed.io/packages/nr-date","md":"https://skillfed.io/packages/nr-date.md","pypi":"https://pypi.org/project/nr-date/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-08-16","license_spdx":null,"license_treatment":"permissive","name":"nr-date","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":248262,"position":8670,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.1.0"}
