Package python3-module-backrefs: Information
Source package: python3-module-backrefs
Version: 5.8-alt1
Build time: Oct 15, 2025, 05:36 PM
Category: Development/Python3
Report package bugHome page: https://github.com/facelessuser/backrefs
License: MIT
Summary: Wrapper around re or regex that adds additional back references
Description:
Backrefs is a wrapper around Python's built-in Re and the 3rd party Regex library. Backrefs adds various additional back references (and a couple other features) that are known to some regular expression engines, but not to Python's Re and/or Regex. The supported back references actually vary depending on the regular expression engine being used as the engine may already have support for some.
Maintainer: Alexander Burmatov