my.regex: Optimized, Readable Regular Expressions#

The regex subpackage provides a comprehensive framework for working with advanced regular expressions, built on top of the regex library (which extends Python’s standard re module with additional features). The package is organized into two main components: high-level pattern management tools in the main directory, and low-level regex parsing and manipulation utilities in the meta subdirectory.