- Add regex parser, translator, and test generator - Add CLI with explain, test, interactive commands - Add multi-flavor support (PCRE, JavaScript, Python) - Add Gitea Actions CI workflow - Add comprehensive README documentation
4 lines
101 B
Python
4 lines
101 B
Python
"""Regex Humanizer CLI - Convert regex patterns to human-readable English."""
|
|
|
|
__version__ = "1.0.0"
|