No summary available
Project Links
Meta
Author: James Prior
Requires Python: >=3.8
Classifiers
Development Status
- 4 - Beta
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Programming Language
- Rust
- Python :: Implementation :: CPython
- Python :: Implementation :: PyPy
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
I-Regexp Check
RFC 9485 I-Regexp: An Interoperable Regular Expression Format
Install
pip install iregexp_check
Usage
from iregexp_check import check
print(check(r"[ab]{3}")) # True
print(check(r"[0-9]*?")) # False
Wheel compatibility matrix
Files in release
iregexp_check-0.1.4-cp38-abi3-macosx_10_12_x86_64.whl (218.0KiB)
iregexp_check-0.1.4-cp38-abi3-macosx_11_0_arm64.whl (212.2KiB)
iregexp_check-0.1.4-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (250.6KiB)
iregexp_check-0.1.4-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (253.8KiB)
iregexp_check-0.1.4-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (278.2KiB)
iregexp_check-0.1.4-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl (283.4KiB)
iregexp_check-0.1.4-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (244.9KiB)
iregexp_check-0.1.4-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl (257.6KiB)
iregexp_check-0.1.4-cp38-abi3-musllinux_1_2_aarch64.whl (420.2KiB)
iregexp_check-0.1.4-cp38-abi3-musllinux_1_2_armv7l.whl (500.5KiB)
iregexp_check-0.1.4-cp38-abi3-musllinux_1_2_i686.whl (424.9KiB)
iregexp_check-0.1.4-cp38-abi3-musllinux_1_2_x86_64.whl (405.7KiB)
iregexp_check-0.1.4-cp38-abi3-win32.whl (114.7KiB)
iregexp_check-0.1.4-cp38-abi3-win_amd64.whl (123.1KiB)
iregexp_check-0.1.4.tar.gz (7.8KiB)
No dependencies