{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing/2"}],"enrichment":{"capability":"Validates regular expressions against RFC 9485 I-Regexp, an interoperable regex format designed for portability across systems and languages.","skillfed_tags":["regex-validation","standards-compliance"],"use_cases":["Validate user-supplied regex patterns in web applications before storing or executing them against I-Regexp compliance rules.","Enforce regex portability in code review or CI/CD pipelines by checking patterns conform to RFC 9485.","Build regex linters or validation tools that need to reject non-portable regex syntax early.","Test regex patterns intended for use in systems or languages that only support I-Regexp format."],"what_it_does":"iregexp_check is a Python binding to a Rust implementation that validates whether a regular expression conforms to RFC 9485 I-Regexp, a standardized regex format intended to be portable across different systems and programming languages. It provides a single function, `check()`, that takes a regex pattern string and returns True if the pattern is valid I-Regexp, False otherwise.\n\nThe package targets developers who need to ensure regex patterns will work consistently across interoperable systems or who are building tools that must enforce I-Regexp compliance. It has no runtime dependencies and is distributed as compiled wheels for most common platforms, though it carries medium install friction due to its compiled nature.","worth_installing":"Yes, if you need RFC 9485 I-Regexp validation and can tolerate aging maintenance. The package is permissively licensed, has no dependencies, and covers current Python versions. However, the 689-day gap since release and lack of recent commits suggest limited active development; verify that the package still meets your compliance needs before relying on it in production."},"id":"iregexp-check","links":{"html":"https://skillfed.io/packages/iregexp-check","md":"https://skillfed.io/packages/iregexp-check.md","pypi":"https://pypi.org/project/iregexp-check/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2024-09-24","license_spdx":null,"license_treatment":"permissive","name":"iregexp-check","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":492387,"position":6360,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.4"}
